Html

From CDOT Wiki
Revision as of 23:10, 16 October 2009 by Msaul (talk | contribs) (Created page with 'include "/home/autocrosser/.gnome2/panel-fontrc"style "desktop-icon" { NautilusIconContainer::frame_text = 0 text[NORMAL] = "#000000" '''# <- set t...')
(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" # <- 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"