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

  1. style "default"
  2. {
  3.         fg[NORMAL]              = "#000000"
  4.         fg[ACTIVE]              = "#000000"
  5.         fg[INSENSITIVE]         = "#888888"
  6.         fg[PRELIGHT]            = "#000000"
  7.         fg[SELECTED]            = "#ffffff"
  8.         
  9.         bg[ACTIVE]              = "#cdcdcd"
  10.     bg[NORMAL]              = "#eaeaea"
  11.         bg[INSENSITIVE]         = "#dddddd"
  12.         bg[PRELIGHT]            = "#f6f6f6"
  13.         bg[SELECTED]            = "#4a5e7d"
  14.  
  15.         base[NORMAL]            = "#ffffff"
  16.         base[ACTIVE]            = "#cdcdcd"
  17.         base[INSENSITIVE]       = "#ffffff"
  18.         base[PRELIGHT]          = "#eaeaea"
  19.     base[SELECTED]          = "#4a5e7d"
  20.         
  21.         text[NORMAL]            = "#000000"
  22.         text[ACTIVE]            = "#000000"
  23.         text[PRELIGHT]          = "#000000"
  24.         text[SELECTED]          = "#FFFFFF"
  25.         text[INSENSITIVE]       = "#555555"
  26.  
  27.     GtkRange::trough_border = 0
  28.     GtkRange::slider_width = 15
  29.     GtkRange::stepper_size = 15
  30.  
  31.     GtkScrollbar::min_slider_length = 15
  32.     GtkCheckButton::indicator_size=10
  33.     GtkCheckMenuItem::indicator_size=10
  34.     GtkRadioButton::indicator_size=12
  35. #    GtkStatusbar::shadow_type = 
  36.     
  37.     GtkNotebook::tab_vborder = 1
  38.     GtkNotebook::tab_hborder = 1
  39.     xthickness = 1
  40.     ythickness = 1
  41.  
  42.     NautilusIconContainer::dark_info_color="#888888"
  43.     NautilusIconContainer::light_info_color="#bbbbbb"
  44.     NautilusIconContainer::highlight_alpha=200
  45.  
  46.     engine "mist"
  47.      {
  48.     }
  49. }
  50.  
  51. style "menuitem"
  52. {
  53.     ythickness = 2
  54.     xthickness = 2
  55.         text[PRELIGHT]          = "#ffffff"
  56.         fg[PRELIGHT]          = "#ffffff"
  57. }
  58.  
  59. style "menu" 
  60. {
  61.     ythickness = 2
  62.     xthickness = 2
  63.  
  64. class "GtkWidget" style "default"
  65. class "GtkMenu" style "menu"
  66. class "*MenuItem*" style "menuitem"
  67.  
  68. widget_class "*MenuItem*" style "menuitem"
  69. widget_class "*.GtkImageMenuItem.*" style "menuitem"
  70. widget_class "*.GtkAccelMenuItem.*" style "menuitem"
  71. widget_class "*.GtkRadioMenuItem.*" style "menuitem"
  72. widget_class "*.GtkCheckMenuItem.*" style "menuitem"
  73. widget_class "*.GtkMenu.*" style "menuitem"
  74.  
  75.  
  76.  
  77.  
  78.