home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / themes / ThinIce / gtk-2.0 / gtkrc
Encoding:
Text File  |  2006-08-22  |  2.4 KB  |  85 lines

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