Difference between revisions of ".gtkrc-2.0"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'include "/home/autocrosser/.gnome2/panel-fontrc"style "desktop-icon"<br /> <br /> {<br /> NautilusIconContainer::frame_text = 0<br /> text[NORMAL] = "#000000"<br /> NautilusIconC...')
 
Line 3: Line 3:
 
{<br />
 
{<br />
 
NautilusIconContainer::frame_text = 0<br />
 
NautilusIconContainer::frame_text = 0<br />
text[NORMAL] = "#000000"<br />
+
text[NORMAL] = "#000000" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                          # <- 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 />

Revision as of 23:18, 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"

  1. NautilusIconContainer::dark_info_color="#888888"
  2. NautilusIconContainer::light_info_color="#bbbbbb"
  3. 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"