It's a very good theme... simple and clean..! But for me there's a graphic error... this is the screen:
http://j.imagehost.org/0605/Schermata.png
You could solve it? Thanks, pasimo88.
Hey, can You please fix Thunderbird displaying its menubar incorrectly? (black text on black background).
It doesn't happen with default Ambiance theme.
I don't know how fix it in GTK Theme.
You can use this workaround:
1) Go to:
~/.mozilla-thunderbird/xxxxxxxx.default/chrome
(Note: xxxxxxxx changes for each system. For instance, mine is x3s7t788.)
2) Make userChrome.css
3) Open it up and paste in the following at the end of the file:
menubar > menu {
color: white !important;
}
Save the file and exit.
4) Restart Thunderbird.
Ratings & Comments
12 Comments
thanksss
I like the look of the buttons in v2.1 :P
Here is button style from version 2 (Open gtkrc file and replace the existing on this) Quote:
style "murrine-button" = "murrine-wider"
{
bg[SELECTED] = mix(0.2,@base_color,@selected_bg_color) # pre-selected buttons, keep same as focus colour
engine "murrine"
{
gradient_shades = {1.1,1.0,1.0,0.90} # default: {1.1,1.0,1.0,1.1}
lightborder_shade = 2.0
}
}
or version 1 style:
Quote:
style "murrine-button" = "murrine-wide"
{
bg[SELECTED] = mix(0.2,@base_color,@selected_bg_color) # pre-selected buttons, keep same as focus colour
}
So i hope it is style what are you looking for.
I want the old version Lucid X v2.1. where download it?
Sorry but I did not keep this version. Why do you need exactly this version?
It's a very good theme... simple and clean..! But for me there's a graphic error... this is the screen: http://j.imagehost.org/0605/Schermata.png You could solve it? Thanks, pasimo88.
Thanks for comment. bug fixed
Hey, can You please fix Thunderbird displaying its menubar incorrectly? (black text on black background). It doesn't happen with default Ambiance theme.
PS I'm seeing this on Lucid X Blue.
I don't know how fix it in GTK Theme. You can use this workaround: 1) Go to:
~/.mozilla-thunderbird/xxxxxxxx.default/chrome
(Note: xxxxxxxx changes for each system. For instance, mine is x3s7t788.) 2) Make userChrome.css 3) Open it up and paste in the following at the end of the file: menubar > menu { color: white !important; } Save the file and exit. 4) Restart Thunderbird.very nice! rated good!
Thanks