.gtkrc-2.0

From CDOT Wiki
Revision as of 23:17, 16 October 2009 by Msaul (talk | contribs) (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...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

include "/home/autocrosser/.gnome2/panel-fontrc"style "desktop-icon"

{
NautilusIconContainer::frame_text = 0
text[NORMAL] = "#000000"
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"