home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / themes / ThinIce / gtk-2.0 / gtkrc
Encoding:
Text File  |  2009-04-14  |  2.5 KB  |  92 lines

  1. # Edit these colors and fonts however you like.
  2. style "default"
  3. {
  4.   GtkOptionMenu::indicator_spacing = { 3, 2, 1, 1 }
  5.   GtkEntry::progress-border = { 1, 1, 1, 1 }
  6.   GtkRange::slider_width = 11
  7.   GtkRange::stepper_size = 11
  8.   GtkScrollbar::min_slider_length = 14
  9.   GtkCheckButton::indicator_size = 10
  10.   GtkCheckMenuItem::indicator_size = 10
  11.   GtkButton::default_border = { 0, 0, 0, 0 }
  12.  
  13.   fg[NORMAL]        = "#000000"
  14.   fg[ACTIVE]        = "#000000"
  15.   fg[PRELIGHT]      = "#000000"
  16.   fg[SELECTED]      = "#FFFFFF"
  17.   fg[INSENSITIVE]   = "#747474"
  18.   bg[NORMAL]        = "#D3D3DD"
  19.   bg[ACTIVE]        = "#C1C1CC"
  20.   bg[PRELIGHT]      = "#E5E5F7"
  21.   bg[SELECTED]      = "#336699"
  22.   bg[INSENSITIVE]   = "#D3D3DD"
  23.   base[NORMAL]      = "#E5E5F7"
  24.   base[ACTIVE]      = "#808080"
  25.   base[PRELIGHT]    = "#E5E5F7"
  26.   base[SELECTED]    = "#336699"
  27.   base[INSENSITIVE] = "#E5E5F7"
  28.   text[NORMAL]      = "#000000"
  29.   text[ACTIVE]      = "#FFFFFF"
  30.   text[PRELIGHT]    = "#000000"
  31.   text[SELECTED]    = "#FFFFFF"
  32.   text[INSENSITIVE] = "#747474"
  33.  
  34.   #font_name = "Sans 10"
  35.   engine "thinice"
  36.   {
  37.     # Do you want the scrollbar handles rectangular or a bit shaped?
  38.     rect_scrollbar = FALSE
  39.  
  40.     # The following variables are semi-generic, can be applied to
  41.     # different widget classes etc..
  42.  
  43.     # Mark type 1 is used on scrollbar handles, handleboxes etc
  44.     # Can be: NOTHING, SLASH, INVSLASH, DOT, INVDOT
  45.     mark_type1 = SLASH
  46.  
  47.     # Mark type 2 is used on scrollbar buttons
  48.     # Can be: NOTHING, SLASH, INVSLASH, DOT, INVDOT, ARROW
  49.     mark_type2 = ARROW
  50.  
  51.     # How to draw paned stuff
  52.     # Can be: NONE, SOME (currently 5), FULL
  53.     paned_dots = SOME
  54.   }
  55. }
  56.  
  57. style "tooltips" {
  58.   bg[NORMAL] = "#EEE1B3"
  59.   fg[NORMAL] = "#000000"
  60. }
  61.  
  62. style "progress-bar" {
  63.   bg[PRELIGHT] = "#336699"
  64.   fg[PRELIGHT] = "#FFFFFF"
  65.   bg[NORMAL]   = "#C1C1CC"
  66. }
  67.  
  68. style "menu-item" {
  69.   bg[PRELIGHT]   = "#336699"
  70.   fg[PRELIGHT]   = "#FFFFFF"
  71.   base[PRELIGHT] = "#336699"
  72.   text[PRELIGHT] = "#FFFFFF"
  73. }
  74.  
  75. style "entry" {
  76.   bg[SELECTED] = "#C9D2F5"
  77.   fg[SELECTED] = "#000000"
  78. }
  79.  
  80. class "GtkWidget" style "default"
  81. widget "gtk-tooltip*" style "tooltips"
  82. class "GtkProgressBar" style "progress-bar"
  83. class "*MenuItem*" style "menu-item"
  84. class "GtkEntry" style "entry"
  85. widget_class "*MenuItem*" style "menu-item"
  86. widget_class "*.GtkAccelMenuItem.*" style "menu-item"
  87. widget_class "*.GtkRadioMenuItem.*" style "menu-item"
  88. widget_class "*.GtkCheckMenuItem.*" style "menu-item"
  89. widget_class "*.GtkImageMenuItem.*" style "menu-item"
  90. widget_class "*.GtkSeparatorMenuItem.*" style "menu-item"
  91. widget_class "*.GtkRadioMenuItem.*" style "menu-item"
  92.