home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gdm / themes / Human / gtk-2.0 / gtkrc
Encoding:
Text File  |  2009-03-19  |  4.5 KB  |  182 lines

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