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

  1. # Based on Bluecurve
  2. # Modified by Richard Stellingwerff and Emil Jacobs 
  3.  
  4. style "clearlooks-default"
  5. {
  6.   GtkMenuItem::selected_shadow_type = GTK_SHADOW_NONE
  7.   GtkMenuItem::shadow_type = GTK_SHADOW_NONE
  8.   GtkWidget::interior_focus = 1
  9.   GtkButton::default_border = { 0, 0, 0, 0 }
  10.   GtkButton::default_outside_border = { 0, 0, 0, 0 }
  11.   GtkRange::trough_border = 0
  12.  
  13.   GtkWidget::focus_padding = 1
  14.  
  15.   GtkPaned::handle_size = 6
  16.  
  17.   GtkRange::slider_width = 15
  18.   GtkRange::stepper_size = 15
  19.   GtkScrollbar::min_slider_length = 30
  20.   GtkCheckButton::indicator_size = 12
  21.   GtkMenuBar::internal-padding = 0
  22.  
  23.   GtkTreeView::expander_size = 12
  24.   GtkExpander::expander_size = 12
  25.  
  26.   xthickness = 1
  27.   ythickness = 1
  28.  
  29.     fg[NORMAL]        = "#101010"
  30.     fg[PRELIGHT]      = "#101010"
  31.     fg[ACTIVE]        = "#000000"
  32.     fg[SELECTED]      = "#ffffff"
  33.     fg[INSENSITIVE]   = "#b5b3ac"
  34.  
  35.     bg[NORMAL]        = "#efebe7" # 
  36.     bg[PRELIGHT]      = "#f5f3f0"
  37.     bg[ACTIVE]        = "#d0c8c1"
  38.     bg[SELECTED]      = "#ae7249" # Human c8ad8c
  39.     bg[INSENSITIVE]   = "#efebe7"
  40.     
  41.     base[NORMAL]      = "#ffffff"
  42.     base[PRELIGHT]    = "#cba669" # Human b39169
  43.     base[ACTIVE]      = "#70442b" # Human c8ad8c
  44.     base[SELECTED]    = "#bc794f" # Human b39169
  45.     base[INSENSITIVE] = "#efebe7"
  46.     
  47.     text[NORMAL]      = "#000000"
  48.     text[PRELIGHT]    = "#000000"
  49.     text[ACTIVE]      = "#ffffff"
  50.     text[SELECTED]    = "#ffffff"
  51.     text[INSENSITIVE] = "#b5b3ac"
  52.  
  53.  
  54.   engine "clearlooks"  {
  55.     sunkenmenubar = 0
  56.     menuitemstyle = 1
  57.     listviewitemstyle = 1
  58.   }
  59. }
  60.  
  61. style "clearlooks-wide" = "clearlooks-default"
  62. {
  63.   xthickness = 2
  64.   ythickness = 2
  65. }
  66.  
  67. style "clearlooks-button" = "clearlooks-wide"
  68. {
  69.   bg[NORMAL] = "#f8f5f2" # was #eae4df
  70.   bg[PRELIGHT] = "#fcfaf7"
  71. }
  72.  
  73. style "clearlooks-notebook" = "clearlooks-wide"
  74. {
  75.   bg[NORMAL] = "#f5f2ef"
  76. }
  77.  
  78. style "clearlooks-tasklist" = "clearlooks-default"
  79. {
  80.   xthickness = 5
  81.   ythickness = 3
  82. }
  83.  
  84. style "clearlooks-menu" = "clearlooks-default"
  85. {
  86.   xthickness = 4
  87.   ythickness = 4
  88.   bg[NORMAL] = "#f8f5f2"
  89. }
  90.  
  91. style "clearlooks-menu-item" = "clearlooks-default"
  92. {
  93.   xthickness = 2
  94.   ythickness = 4
  95.   fg[PRELIGHT] = "#ffffff"
  96.   text[PRELIGHT] = "#ffffff"
  97. }
  98.  
  99. style "clearlooks-menu-itembar" = "clearlooks-default"
  100. {
  101.   xthickness = 0
  102.   ythickness = 0
  103. }
  104.  
  105. style "clearlooks-tree" = "clearlooks-default"
  106. {
  107.   xthickness = 2
  108.   ythickness = 2
  109. }
  110.  
  111. style "clearlooks-frame-title" = "clearlooks-default"
  112. {
  113.   fg[NORMAL] = "#404040"
  114. }
  115.  
  116. style "clearlooks-panel" = "clearlooks-default"
  117. {
  118.   xthickness = 3
  119.   ythickness = 3
  120. }
  121.  
  122. style "clearlooks-tooltips" = "clearlooks-default"
  123. {
  124.   xthickness = 4
  125.   ythickness = 4
  126.   bg[NORMAL] = { 1.0,1.0,0.75 }
  127. }
  128.  
  129. style "clearlooks-progressbar" = "clearlooks-default"
  130. {
  131.   xthickness = 1
  132.   ythickness = 1
  133.  
  134.   fg[PRELIGHT]  = "#ffffff"
  135. }
  136.  
  137. style "clearlooks-combo" = "clearlooks-default"
  138. {
  139.   xthickness = 1
  140.   ythickness = 2
  141. }
  142.  
  143. class "GtkWidget" style "clearlooks-default"
  144. class "GtkButton" style "clearlooks-button"
  145. class "GtkRange" style "clearlooks-wide"
  146. class "GtkFrame" style "clearlooks-wide"
  147. class "GtkStatusbar" style "clearlooks-wide"
  148. class "GtkMenu" style "clearlooks-menu"
  149. class "GtkMenuItem" style "clearlooks-menu-item"
  150. widget_class "*MenuItem.*" style "clearlooks-menu-item"
  151. widget_class "*.GtkAccelMenuItem.*" style "clearlooks-menu-item"
  152. widget_class "*.GtkRadioMenuItem.*" style "clearlooks-menu-item"
  153. widget_class "*.GtkCheckMenuItem.*" style "clearlooks-menu-item"
  154. widget_class "*.GtkImageMenuItem.*" style "clearlooks-menu-item"
  155. widget_class "*.GtkSeparatorMenuItem.*" style "clearlooks-menu-item"
  156. class "GtkEntry" style "clearlooks-wide"
  157. widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
  158. widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
  159. widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
  160. widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
  161. widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
  162. widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
  163. widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
  164. widget "gtk-tooltips" style "clearlooks-tooltips"
  165. class "GtkNotebook" style "clearlooks-notebook"
  166. class "GtkProgressBar" style "clearlooks-progressbar"
  167. widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
  168. widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
  169.