


Gnome Shell Themes by emong346 6 comments

GTK3/4 Themes by tsujan 179 comments
http://fav.me/d6yage9 - Feb 17 2014

GTK3/4 Themes by TheeMahn 15 comments

GTK2 Themes by cedl38 33 comments

GTK2 Themes by cedl38 33 comments

GTK3/4 Themes by noobslab 5 comments
- Jul 23 2013

GTK2 Themes by Brahimsalem 4 comments

GTK2 Themes by cedl38 33 comments
http://fav.me/d5z8c0l - Mar 26 2013

GTK3/4 Themes by tsujan 179 comments
There have been some good people that have gotten fed up with the way Gnome (dev) works, and given up on it. I've wasted hours in irc & scouring the web looking for answers to questions that go unanswered.
Yet Gnome shell is still my environment of choice so I try to ignore the politics & perceived ineptitude.
I'm very happy you reconsidered your decision. The first theme I ever 'made' was derived from your themes. So even if not kept current, they still have value. =) - Jan 25 2013

GTK3/4 Themes by tsujan 179 comments
Someone may pick up the torch. They are too nice, and you've invested too much time, to just make them disappear. - Jan 25 2013

GTK3/4 Themes by zonsaja 73 comments

GTK3/4 Themes by hellokitten 71 comments
#### Firefox text fix goes inside the theme name/gtk-2.0/gtkrc (or an app fix in the gtk-2.0/styles) This should work with all problematic dark themes in Firefox #########
style "ff" {
text[NORMAL] = "#000000"
base[NORMAL] = "#FFFFFF"
}
class "GtkInvisible" style "ff"
widget "GtkInvisible" style "ff"
style "custom" {
GtkWidget::cursor-color = "#000000"
GtkWidget::secondary-cursor-color = "#FF0000"
}
widget_class "*" style "custom"
###### End of Firefox fix ##########
This is black text on crisp white, you can experiment with the color codes. - Sep 24 2012

GTK3/4 Themes by hellokitten 71 comments
Sometimes it's those little (mostly)undocumented things that can make a difference. I try to learn something new everyday. ;-) - Sep 22 2012

GTK3/4 Themes by hellokitten 71 comments
#### Firefox text fix goes inside the theme name/gtk-2.0/gtkrc (or an app fix in the gtk-2.0/styles) This should work with all problematic dark themes in Firefox #########
style "ff" {
text[NORMAL] = "#000000"
base[NORMAL] = "#FFFFFF"
}
class "GtkInvisible" style "ff"
widget "GtkInvisible" style "ff"
style "custom" {
GtkWidget::cursor-color = "#000000"
GtkWidget::secondary-cursor-color = "#FF0000"
}
widget_class "*" style "custom"
###### End of Firefox fix ##########
This is black text on crisp white, you can experiment with the color codes. - Sep 20 2012
I made some improvements, fixed the text cursor problem. I posted the entire fix in the changelog on the Cherry Bomb v3.4 Gnome shell theme.
Hopefully this will prove itself & be adopted a little more universally. I've done the userChrome.css patch in the past to make some dark themes usable but this is a little more elegant I think. This may be overridden by the userChrome.css method so if you've applied that you may have to get rid of it. - Jun 01 2012
----> cut & paste <----
style "ff"
{
text[NORMAL] = "#000000"
base[NORMAL] = "#FFFFFF"
}
class "GtkInvisible" style "ff"
widget "GtkInvisible" style "ff"
----> cut & paste <----
Should work with just about every theme. If you sort out how to make the text cursor visible using this I'd appreciate knowg how you did it. - Jun 01 2012
----> cut & paste <----
style "ff"
{
text[NORMAL] = "#000000"
base[NORMAL] = "#FFFFFF"
}
class "GtkInvisible" style "ff"
widget "GtkInvisible" style "ff"
----> cut & paste <----
Should work with just about every theme. If you sort out how to make the text cursor visible using this I'd appreciate knowg how you did it. - Jun 01 2012

Wallpapers Arch by victoroth 4 comments
- Apr 15 2012

Wallpapers Arch by victoroth 4 comments

Cinnamon Themes by rvc-2011 17 comments

Cinnamon Themes by rvc-2011 17 comments

GTK3/4 Themes by tsujan 179 comments
Looks great, I like the way it is evolving. - Jan 14 2012

GTK3/4 Themes by eyelash 47 comments
http://gnome-look.org/content/show.php/ChocoLatte?content=147493 - Jan 04 2012

GTK3/4 Themes by eyelash 47 comments
Something nearly as good would be a script or app that reads your gtk.css & generates the gtk2 color scheme, the rest is pretty standard.
Thanks for sharing. - Jan 04 2012

GTK3/4 Themes by eyelash 47 comments
What do you have planned for it? - Jan 03 2012

GTK3/4 Themes by alecive 14 comments

GTK3/4 Themes by tsujan 179 comments
#bottomPanel {
background-gradient-direction: vertical;
background-gradient-start: rgba(88,88,88,0.7);
background-gradient-end: rgba(0,0,0,0.6);
color: rgba(255,255,255,0.98);
border-top: 0px;
border-left: 0px;
border-right: 0px;
height: 24px;
box-shadow: 0px 3px 12px rgba(0,0,0,0.9);
font-family: MintSpirit, cantarell, ubuntu, serif;
font-size: 10pt;
}
*font-family of your choosing - Dec 02 2011

GTK3/4 Themes by tsujan 179 comments
.panel-button {
-natural-hpadding: 3px;
-minimum-hpadding: 3px;
I also like the effect when normal font is chosen & bold is applied when it hovers:
.panel-button:hover {
background-gradient-direction: vertical;
background-gradient-start: rgba(255,255,255,0.4);
background-gradient-end: rgba(71,71,71,0.4);
transition-duration: 250;
font-weight: bold;
- Dec 02 2011

GTK3/4 Themes by tsujan 179 comments
Looks really nice. - Dec 02 2011

Gnome Shell Themes by satya164 47 comments
Thanks for the time you put into this. - Nov 21 2011

Gnome Shell Themes by abhisheklalnediya 2 comments
What gtk theme are you using in the screenshot? - Jul 10 2011