Difference between revisions of "Html"
Line 3: | Line 3: | ||
{<br /> | {<br /> | ||
NautilusIconContainer::frame_text = 0<br /> | NautilusIconContainer::frame_text = 0<br /> | ||
− | text[NORMAL] = "#000000" | + | text[NORMAL] = "#000000" '''# <- set to "#ffffff" for white or any combination for colour based on RRGGBB number code'''<br /> |
NautilusIconContainer::normal_alpha = 70<br /> | NautilusIconContainer::normal_alpha = 70<br /> | ||
}<br /> | }<br /> |
Latest revision as of 22:12, 16 October 2009
include "/home/autocrosser/.gnome2/panel-fontrc"style "desktop-icon"
{
NautilusIconContainer::frame_text = 0
text[NORMAL] = "#000000" # <- set to "#ffffff" for white or any combination for colour based on RRGGBB number code
NautilusIconContainer::normal_alpha = 70
}
class "GtkWidget" style "desktop-icon"
- NautilusIconContainer::dark_info_color="#888888"
- NautilusIconContainer::light_info_color="#bbbbbb"
- NautilusIconContainer::highlight_alpha=200
style "my_color"
{
fg[NORMAL] = "#ffffff"
}
widget "*PanelWidget*" style "my_color"
widget "*PanelApplet*" style "#ffffff"
widget_class "*MenuItem*" style "#000000"
widget_class "*ToolItem*" style "my_color"
widget_class "*SeparatorMenuitem*" style "my_color"
widget_class "*SeparatorToolitem*" style "my_color"
widget_class "*ImageMenuitem*" style "my_color"
widget_class "*RadioMenuitem*" style "my_color"
widget_class "*CheckMenuitem*" style "my_color"
widget_class "*TearoffMenuitem*" style "my_color"