Difference between revisions of "Html"
(Created page with 'include "/home/autocrosser/.gnome2/panel-fontrc"style "desktop-icon" { NautilusIconContainer::frame_text = 0 text[NORMAL] = "#000000" '''# <- set t...') |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | include "/home/autocrosser/.gnome2/panel-fontrc"style "desktop-icon" | + | include "/home/autocrosser/.gnome2/panel-fontrc"style "desktop-icon" <br /> |
− | + | <br /> | |
− | { | + | {<br /> |
− | NautilusIconContainer::frame_text = 0 | + | 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 | + | NautilusIconContainer::normal_alpha = 70<br /> |
− | } | + | }<br /> |
− | class "GtkWidget" style "desktop-icon" | + | class "GtkWidget" style "desktop-icon"<br /> |
− | + | <br /> | |
− | #NautilusIconContainer::dark_info_color="#888888" | + | #NautilusIconContainer::dark_info_color="#888888"<br /> |
− | #NautilusIconContainer::light_info_color="#bbbbbb" | + | #NautilusIconContainer::light_info_color="#bbbbbb"<br /> |
− | #NautilusIconContainer::highlight_alpha=200 | + | #NautilusIconContainer::highlight_alpha=200<br /> |
− | + | <br /> | |
− | style "my_color" | + | style "my_color"<br /> |
− | { | + | {<br /> |
− | fg[NORMAL] = "#ffffff" | + | fg[NORMAL] = "#ffffff"<br /> |
− | } | + | }<br /> |
− | widget "*PanelWidget*" style "my_color" | + | widget "*PanelWidget*" style "my_color"<br /> |
− | widget "*PanelApplet*" style "#ffffff" | + | widget "*PanelApplet*" style "#ffffff"<br /> |
− | widget_class "*MenuItem*" style "#000000" | + | widget_class "*MenuItem*" style "#000000"<br /> |
− | widget_class "*ToolItem*" style "my_color" | + | widget_class "*ToolItem*" style "my_color"<br /> |
− | widget_class "*SeparatorMenuitem*" style "my_color" | + | widget_class "*SeparatorMenuitem*" style "my_color"<br /> |
− | widget_class "*SeparatorToolitem*" style "my_color" | + | widget_class "*SeparatorToolitem*" style "my_color"<br /> |
− | widget_class "*ImageMenuitem*" style "my_color" | + | widget_class "*ImageMenuitem*" style "my_color"<br /> |
− | widget_class "*RadioMenuitem*" style "my_color" | + | widget_class "*RadioMenuitem*" style "my_color"<br /> |
− | widget_class "*CheckMenuitem*" style "my_color" | + | widget_class "*CheckMenuitem*" style "my_color"<br /> |
− | widget_class "*TearoffMenuitem*" style "my_color" | + | widget_class "*TearoffMenuitem*" style "my_color"<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"