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

  1. style "clearlooks-default"
  2. {
  3.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  4.   GtkRange       ::trough_border     = 0
  5.   GtkPaned       ::handle_size       = 6
  6.   GtkRange       ::slider_width      = 15
  7.   GtkRange       ::stepper_size      = 15
  8.   
  9.   GtkScrollbar   ::min_slider_length = 30
  10.   GtkCheckButton ::indicator_size    = 14
  11.   GtkMenuBar     ::internal-padding  = 0
  12.   GtkTreeView    ::expander_size     = 14
  13.   GtkExpander    ::expander_size     = 16
  14.   GtkScale       ::slider-length     = 27
  15. #  GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
  16. #  GtkMenuBar     ::shadow-type       = GTK_SHADOW_OUT
  17. #  GtkScrollbar   ::has-secondary-forward-stepper = 1
  18. #  GtkScrollbar   ::has-secondary-backward-stepper = 1
  19.  
  20.   GtkButton      ::child-displacement-x = 1
  21.   GtkButton      ::child-displacement-y = 1
  22.  
  23.   xthickness = 1
  24.   ythickness = 1
  25.  
  26.   fg[NORMAL]        = "#000000" # black
  27.   fg[PRELIGHT]      = "#000000" # black
  28.   fg[SELECTED]      = "#ffffff" # white 
  29.   fg[ACTIVE]        = "#000000" # black
  30.   fg[INSENSITIVE]   = "#b5b3ac" # dark beige
  31.  
  32.   bg[NORMAL]        = "#ede9e3"
  33.   bg[PRELIGHT]      = "#f9f7f3" # very light beige
  34.   bg[SELECTED]        = "#5598d7" # deepsky
  35.   bg[INSENSITIVE]   = "#efebe5" # beige
  36.   bg[ACTIVE]        = "#dcd4c9" #"#d7d3ca" # dark beige
  37.  
  38.   base[NORMAL]      = "#ffffff" # white 
  39.   base[PRELIGHT]    = "#5f8ec4" # dark beige
  40.   base[ACTIVE]      = "#a69f91" # darker deepsky
  41.   base[SELECTED]    = "#5598d7" # deepsky
  42.   base[INSENSITIVE] = "#e8e5de" # beige
  43.  
  44.   text[NORMAL]      = "#000000" # black
  45.   text[PRELIGHT]    = "#000000" # black
  46.   text[ACTIVE]      = "#ffffff" # white
  47.   text[SELECTED]    = "#ffffff" # white
  48.   text[INSENSITIVE] = "#b5b3ac" # dark beige
  49.  
  50.   engine "clearlooks" 
  51.   {
  52. #    scrollbar_color   = "#76acde"
  53.     menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
  54.     menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
  55.     listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
  56.     progressbarstyle  = 1       # 0 = candy bar, 1 = fancy candy bar, 2 = flat
  57.     animation         = FALSE
  58.   }
  59. }
  60.  
  61.  
  62. style "clearlooks-wide" = "clearlooks-default"
  63. {
  64.   xthickness = 2
  65.   ythickness = 2
  66. }
  67.  
  68. style "clearlooks-wider" = "clearlooks-default"
  69. {
  70.   xthickness = 3
  71.   ythickness = 3
  72. }
  73.  
  74. style "clearlooks-button" = "clearlooks-wider"
  75. {
  76.   bg[NORMAL]        = "#f6f4f1"
  77.   bg[INSENSITIVE]   = "#f2efeb"
  78.   bg[PRELIGHT]      = "#faf9f8"
  79. }
  80.  
  81. style "clearlooks-notebook" = "clearlooks-wide"
  82. {
  83.   bg[NORMAL]      = "#efebe5"
  84.   bg[INSENSITIVE] = "#efebe5"
  85. }
  86.  
  87. style "clearlooks-tasklist" = "clearlooks-default"
  88. {
  89.   xthickness = 5
  90.   ythickness = 3
  91. }
  92.  
  93. style "clearlooks-menu" = "clearlooks-default"
  94. {
  95.   xthickness = 2
  96.   ythickness = 1
  97.   bg[NORMAL] = "#f9f7f3"
  98. }
  99.  
  100. style "clearlooks-menubar-item" = "clearlooks-button"
  101. {
  102.     fg[PRELIGHT] = "#000000"
  103. }
  104.  
  105. style "clearlooks-menu-item" = "clearlooks-default"
  106. {
  107.   xthickness = 2
  108.   ythickness = 3
  109.   fg[PRELIGHT] = "#ffffff"
  110.   text[PRELIGHT] = "#ffffff"
  111. }
  112.  
  113. style "clearlooks-tree" = "clearlooks-default"
  114. {
  115.   xthickness = 2
  116.   ythickness = 2
  117. }
  118.  
  119. style "clearlooks-frame-title" = "clearlooks-default"
  120. {
  121.   fg[NORMAL] = "#404040"
  122. }
  123.  
  124. style "clearlooks-tooltips" = "clearlooks-default"
  125. {
  126.   xthickness = 4
  127.   ythickness = 4
  128.   bg[NORMAL] = { 1.0,1.0,0.75 }
  129. }
  130.  
  131. style "clearlooks-progressbar" = "clearlooks-wide"
  132. {
  133.   xthickness = 1
  134.   ythickness = 1
  135.   fg[PRELIGHT]  = "#ffffff"
  136. }
  137.  
  138. style "clearlooks-combo" = "clearlooks-button"
  139. {
  140. }
  141.  
  142. style "clearlooks-menubar" = "blackrock-default"
  143. {
  144.   bg[NORMAL]   = "#bacedb"
  145. }
  146.     
  147.  
  148. # widget styles
  149. class "GtkWidget" style "clearlooks-default"
  150. class "GtkButton" style "clearlooks-button"
  151. class "GtkScale"  style "clearlooks-button"
  152. class "GtkCombo"  style "clearlooks-button"
  153. class "GtkRange"  style "clearlooks-wide"
  154. class "GtkFrame"  style "clearlooks-wide"
  155. class "GtkMenu"   style "clearlooks-menu"
  156. class "GtkEntry"  style "clearlooks-wider"
  157. class "GtkMenuItem"    style "clearlooks-menu-item"
  158. class "GtkNotebook"    style "clearlooks-notebook"
  159. class "GtkProgressBar" style "clearlooks-progressbar"
  160.  
  161. #class "GtkMenuBar" style "clearlooks-menubar"
  162.  
  163. widget_class "*MenuItem.*" style "clearlooks-menu-item"
  164. #widget_class "*.GtkMenuBar.*MenuItem.*" style "clearlooks-menubar-item"
  165.  
  166. # combobox stuff
  167. widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
  168. widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
  169. # tooltips stuff
  170. widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
  171. widget "gtk-tooltips" style "clearlooks-tooltips"
  172.  
  173. # treeview stuff
  174. widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
  175. widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
  176. widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
  177. widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
  178. widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
  179.  
  180. # notebook stuff
  181. widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
  182. widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
  183.  
  184.