


Smoked Glass v0.9.5
GTK2 Themes by kerrle 61 comments
I love it! It is my favorite!
Of course some issue with Firefox...
(I'm using a custom userContent.css...)
And still some Apps show black text on the dark button (Ubuntu Software Center Install and other buttons)
I am using the buuf-deuce icons with it...
AND I LOVE IT!!! TRIED MANY OTHER DARK THEMES THIS IS THE BEST BABY!!!
Thanks a lot to the author! - Mar 20 2010
Of course some issue with Firefox...
(I'm using a custom userContent.css...)
And still some Apps show black text on the dark button (Ubuntu Software Center Install and other buttons)
I am using the buuf-deuce icons with it...
AND I LOVE IT!!! TRIED MANY OTHER DARK THEMES THIS IS THE BEST BABY!!!
Thanks a lot to the author! - Mar 20 2010

Smoked Glass v0.9.5
GTK2 Themes by kerrle 61 comments
I love this theme...
here is a fix for it...
on metacity file: metacity-theme-1.xml
original:
<draw_ops name="draw_title_tile_inactive_normal_maximized">
<image filename="max-inactive.png" x="0" y="0" width="object_width" height="height" />
<image filename="title-inactive.png" fill_type="tile" x="9" y="0" width="width " height="height"/>
<image filename="max-inactive.png" x="width - object_width" y="0" width="object_width" height="height"/>
</draw_ops>
change:
<draw_ops name="draw_title_tile_inactive_normal_maximized">
<image filename="title-inactive.png" fill_type="tile" x="0" y="0" width="width " height="height"/>
</draw_ops>
- Mar 20 2010
here is a fix for it...
on metacity file: metacity-theme-1.xml
original:
<draw_ops name="draw_title_tile_inactive_normal_maximized">
<image filename="max-inactive.png" x="0" y="0" width="object_width" height="height" />
<image filename="title-inactive.png" fill_type="tile" x="9" y="0" width="width " height="height"/>
<image filename="max-inactive.png" x="width - object_width" y="0" width="object_width" height="height"/>
</draw_ops>
change:
<draw_ops name="draw_title_tile_inactive_normal_maximized">
<image filename="title-inactive.png" fill_type="tile" x="0" y="0" width="width " height="height"/>
</draw_ops>
- Mar 20 2010