


GTK2 Themes by merlwiz79 11 comments
http://packages.ubuntu.com/lucid/gtk2-engines-aurora - Feb 28 2010

GTK2 Themes by merlwiz79 17 comments
Yes, I make Linux Mint XFCE CE.
Thank you. - Sep 04 2009

GTK2 Themes by merlwiz79 11 comments
From the Description.
Quote:The package is compiled with animation support.(-enable-animation) - Jul 23 2009

GTK2 Themes by ECHM 347 comments
http://www.gnome-look.org/content/show.php?content=108831
Hope you don't mind that I used your screenshot ECHM. - Jul 21 2009

GTK2 Themes by merlwiz79 17 comments
It's called mintMenu.
You could download the package from our repos.
Gloria --> Jaunty
Felicia --> Intrepid
Elyssa --> Hardy
http://packages.linuxmint.com/ - Jul 12 2009
This is installed by default in Linux Mint 7 Gloria KDE Community Edition. http://www.linuxmint.com/download_ce.php
Mountiso:
http://www.4shared.com/file/117289151/c19181e7/kde4-mount-iso-alltar.html
CDEMU:
https://launchpad.net/~cdemu/+archive/ppa
extract-xiso:
http://www.4shared.com/file/117290160/ddd38488/extract-xiso-alltar.html - Jul 10 2009

Various Gnome Stuff by reeve 4 comments

Various KDE 1.-4. Improvements by key87 20 comments

GTK2 Themes by merlwiz79 17 comments
http://packages.debian.org/squeeze/libgtk2.0-0 - Mar 20 2009

GTK2 Themes by merlwiz79 17 comments
sudo apt-get install devscripts - Mar 03 2009

GTK2 Themes by merlwiz79 17 comments
Inside there is the source for the debian package.
Extract that and open the terminal inside that folder (gtk2-engines-nimbus-0.1.2)
In terminal run
sudo apt get install devscripts
Then run
debuild -us -uc
It'll tell you to install the dependencies if you don't have them installed.
Run the command again until you get the package made. - Mar 03 2009

GTK2 Themes by Fiend3d 52 comments
Looks like this xfw4 theme.
I posted the download link on it's comments.
I'll post it here too.
Chrome Metacity theme download:
http://www.4shared.com/file/62789322/8e0913df/Chrometar.html - Sep 12 2008

Metacity Themes by turbo815 10 comments
It was missing 3 images so I copied the focused version and renamed it shaded-focused.
Download here:
http://www.4shared.com/file/62789322/8e0913df/Chrometar.html
Looks great with thi gtk2 theme
http://www.linuxmint-art.org/content/show.php/chrome-like?content=88988 - Sep 12 2008

GTK2 Themes by Fiend3d 52 comments
gtk2-engines-pixbuf package for Ubuntu/Linux Mint.
This theme is great on my Linux Mint Elyssa XFCE CE install. - Sep 12 2008

GTK2 Themes by merlwiz79 3 comments

Wallpaper Other by c0al67 8 comments
http://www.box.net/shared/8nreyo4088 - Dec 31 2007

Gnome 2 Splash Screens by peterpan 14 comments
http://farm3.static.flickr.com/2382/2153736194_27665e79dc_o.png - Dec 31 2007
Removed the last stuff and added this to panel.rc and it works.
####### GNOME PANEL SETTINGS ###################
class "*Applet*" style "panel"
class "*PanelWidget*" style "panel"
widget_class "*PanelToplevel*" style "panel"
widget_class "*PanelToplevel*Button" style "panelbuttons"
widget_class "*PanelApplet*" style "panel"
widget_class "*PanelWidget*" style "panel"
################################################
####### PER APPLICATIONS HACKS #################
widget_class "*Netstatus*" style "panel"
widget_class "*Tomboy*Tray*" style "panel"
widget "*fast-user-switch*" style "panel"
################################################
####### XFCE SETTINGS ##########################
class "Panel" style "panel"
class "Xfce*Panel*" style "panel"
widget_class "*Xfce*Panel*" style "panel"
widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons"
widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
################################################ - Dec 21 2007
This would make it easier for gnome users.
[Desktop Entry]
Name=SlicknesS
Type=X-GNOME-Metatheme
Comment=
Encoding=UTF-8
[X-GNOME-Metatheme]
GtkTheme=SlicknesS
GtkColorScheme=fg_color:#000000,bg_color:#eaedf2,base_color:#ffffff,text_color:#1A1A1A,selected_bg_color:#355888,selected_fg_color:#ffffff,tooltip_bg_color:#F5F5B5,tooltip_fg_color:#000000
MetacityTheme=SlicknesS
IconTheme= - Dec 21 2007

GTK2 Themes by permafrost91 10 comments

GTK2 Themes by permafrost91 10 comments
style "theme-panel"
{
bg_pixmap[NORMAL] = "aurora_borealis.png"
}
####### GNOME PANEL SETTINGS ###################
class "*Applet*" style "theme-panel"
class "*PanelWidget*" style "theme-panel"
widget_class "*PanelToplevel*" style "theme-panel"
widget_class "*PanelApplet*" style "theme-panel"
widget_class "*PanelWidget*" style "theme-panel"
################################################
####### PER APPLICATIONS HACKS #################
widget_class "*Netstatus*" style "theme-panel"
widget_class "*Tomboy*Tray*" style "theme-panel"
widget "*fast-user-switch*" style "theme-panel"
################################################
####### XFCE SETTINGS ##########################
class "Panel" style "theme-panel"
class "Xfce*Panel*" style "theme-panel"
widget_class "*Xfce*Panel*" style "theme-panel"
################################################
- Dec 21 2007
Just add this.
style "theme-panel"
{
fg[NORMAL] = "#ffffff"
fg[PRELIGHT] = "#ffffff"
fg[ACTIVE] = "#ffffff"
fg[SELECTED] = "#ffffff"
fg[INSENSITIVE] = "#ffffff"
text[PRELIGHT] = "#ffffff"
text[NORMAL] = "#ffffff"
text[ACTIVE] = "#ffffff"
bg_pixmap[NORMAL] = "panel/panel-bg.png"
}
####### GNOME PANEL SETTINGS ###################
class "*Applet*" style "theme-panel"
class "*PanelWidget*" style "theme-panel"
widget_class "*PanelToplevel*" style "theme-panel"
widget_class "*PanelApplet*" style "theme-panel"
widget_class "*PanelWidget*" style "theme-panel"
################################################
####### PER APPLICATIONS HACKS #################
widget_class "*Netstatus*" style "theme-panel"
widget_class "*Tomboy*Tray*" style "theme-panel"
widget "*fast-user-switch*" style "theme-panel"
################################################
####### XFCE SETTINGS ##########################
class "Panel" style "theme-panel"
class "Xfce*Panel*" style "theme-panel"
widget_class "*Xfce*Panel*" style "theme-panel"
################################################
- Dec 21 2007

GTK2 Themes by esun819 15 comments
This package has the last version not the latest.
What did you change/add. - Dec 20 2007

GTK2 Themes by esun819 15 comments

GTK2 Themes by ECHM 347 comments
I also use this engine a lot and really like the themes that come with it.
I don't use Evolution and haven't found any other problems.
If I need a Calendar I use Sunbird 0.7.
http://www.4shared.com/file/29029084/4e3b9220/sunbird-mint_07-1_all.html
It's installed by default in my Linux Mint XFCE CE Distro I make. - Dec 16 2007

GTK2 Themes by ECHM 347 comments

GTK2 Themes by permafrost91 10 comments
http://www.4shared.com/file/32172905/e4249c81/gtk2-engines-aurora_13-mint1_all.html - Dec 15 2007

GTK2 Themes by esun819 15 comments
http://www.4shared.com/file/32172905/e4249c81/gtk2-engines-aurora_13-mint1_all.html - Dec 15 2007

GTK2 Themes by ECHM 347 comments
I don't have Evolution so I don't know if it has the bug.
http://www.4shared.com/file/32172905/e4249c81/gtk2-engines-aurora_13-mint1_all.html
Extra themes:
Aurora Borealis
http://www.xfce-look.org/content/show.php/Aurora+Borealis?content=69273
Blubuntu-Aurora
http://www.xfce-look.org/content/show.php/Blubuntu-Aurora?content=62176
- Dec 15 2007

GTK2 Themes by permafrost91 10 comments
- Dec 15 2007

XFCE/XFWM4 Themes by merlwiz79 3 comments
I was trying to do that, but I must have been working from an old screenshot.(from Fedora 8)
I will work from my Gnome screenshot to make it look more similar. - Nov 12 2007

GTK2 Themes by merlwiz79 2 comments
That's what I love about it is the panel is not flat and plain.
Thinking of making this the default gtk theme in XFCE CE. - Nov 11 2007

GTK2 Themes by getaceres 15 comments
gtk-chtheme = gtk2.x
gtk-theme-switch = gtk1.x - Nov 09 2007

GTK2 Themes by olinux 38 comments
http://www.4shared.com/file/28829204/cf42459f/gtk2-engines-gflat_03_all.html
It has the 2 themes as well. - Nov 09 2007

GTK2 Themes by permafrost91 10 comments
- Nov 09 2007

GTK2 Themes by ECHM 347 comments
http://www.4shared.com/file/28819288/498df96c/gtk2-engines-aurora_12_all.html
Extra theme: http://www.xfce-look.org/content/show.php/Aurora+Borealis?content=69273 - Nov 09 2007
http://farm2.static.flickr.com/1311/1449020151_7cc62c4f63_o.png
Here is a .deb of the engine if you have Feisty.
http://rapidshare.com/files/58715918/mirage-engine_0.1-1_i386.deb.html
- Sep 27 2007