1. style "default"
  2. {
  3. GtkButton::default_border = {0, 0, 0, 0}
  4. GtkButton::default_outside_border = {0, 0, 0, 0}
  5. GtkButton::child_displacement_x = 0
  6. GtkButton::child_displacement_y = 1
  7. GtkButton::default_spacing = 4
  8. GtkButton::focus-padding = 0
  9. GtkCheckButton::indicator_size = 8
  10. GtkMenuBar::internal-padding = 1
  11. GtkMenuBar::shadow_type = out
  12. GtkHandleBox::shadow_type = out
  13. GtkMenuItem::selected_shadow_type = etched-in
  14. GtkPaned::handle_full_size = 1
  15. GtkPaned::handle_size = 4
  16. GtkRadioButton::indicator_size = 10
  17. GtkRange::slider_width = 12
  18. GtkRange::stepper_size = 10
  19. GtkRange::stepper_spacing = 0
  20. GtkRange::trough_border = 0
  21. GtkScrollbar::has_backward_stepper = 1
  22. GtkScrollbar::has_secondary_backward_stepper = 0
  23. GtkScrollbar::min_slider_length = 10
  24. GtkToolbar::shadow_type = out
  25. GtkWidget::focus-line-width = 1
  26. GtkWidget::focus_padding = 1
  27. GtkWidget::interior_focus = 1
  28. GtkWidget::internal_padding = 2
  29. GtkEntry::cursor_color = "#777777"
  30. GtkEntry::secondary_cursor_color = "#777777"
  31. GtkTextView::cursor_color = "#777777"
  32. GtkTextView::secondary_cursor_color = "#777777"
  33. GtkEntry::cursor_aspect_ratio = 0.1
  34. GtkEntry::cursor_aspect_ratio = 0.1
  35.  
  36. xthickness = 1
  37. ythickness = 1
  38.  
  39.  
  40. base[ACTIVE] = "#2f519a"
  41. base[INSENSITIVE] = "#303030"
  42. base[NORMAL] = "#121212"
  43. base[PRELIGHT] = "#002849"
  44. base[SELECTED] = "#003263"
  45.  
  46. bg[ACTIVE] = "#151515"
  47. bg[INSENSITIVE] = "#303030"
  48. bg[NORMAL] = "#232323"
  49. bg[PRELIGHT] = "#003263"
  50. bg[SELECTED] = "#002849"
  51.  
  52. fg[ACTIVE] = "#dadada"
  53. fg[INSENSITIVE] = "#151515"
  54. fg[NORMAL] = "#ffffff"
  55. fg[PRELIGHT] = "#fcfcfc"
  56. fg[SELECTED] = "#fcfcfc"
  57.  
  58. text[ACTIVE] = "#777777"
  59. text[INSENSITIVE] = "#fcfcfc"
  60. text[NORMAL] = "#777777"
  61. text[PRELIGHT] = "#fcfcfc"
  62. text[SELECTED] = "#fcfcfc"
  63.  
  64. engine "xfce"
  65. {
  66. smooth_edge = true
  67. boxfill
  68. {
  69. fill_style = plain
  70. }
  71. }
  72. }
  73. widget_class "*" style "default"
  74.  
  75. style "menustyle" = "default"
  76. {
  77. xthickness = 2
  78. ythickness = 2
  79. }
  80. widget_class "*BonoboDockItem" style "menustyle"
  81. class "*BonoboDockItem" style "menustyle"
  82. widget_class "*ToolBar" style "menustyle"
  83. class "*ToolBar" style "menustyle"
  84. widget_class "*MenuBar" style "menustyle"
  85. class "*MenuBar" style "menustyle"
  86.  
  87. style "button" = "default"
  88. {
  89. xthickness = 2
  90. ythickness = 2
  91.  
  92. engine "xfce"
  93. {
  94. smooth_edge = true
  95. grip_style = none
  96. boxfill
  97. {
  98. fill_style = gradient
  99. orientation = vertical
  100. shade_start = 1.25
  101. shade_end = 1.00
  102. }
  103. }
  104. }
  105. widget_class "*Button*" style "button"
  106. class "*Button*" style "button"
  107. widget_class "*button*" style "button"
  108. class "*button*" style "button"
  109. widget_class "*OptionMenu*" style "button"
  110. class "*OptionMenu*" style "button"
  111. # widget_class "*Tree*" style "button"
  112. # class "*Tree*" style "button"
  113. # widget_class "*GtkScale*" style "button"
  114. # class "*GtkScale*" style "button"
  115.  
  116. style "sbstyle" = "default"
  117. {
  118. xthickness = 2
  119. ythickness = 2
  120. engine "xfce"
  121. {
  122. smooth_edge = true
  123. grip_style = none
  124. boxfill
  125. {
  126. fill_style = gradient
  127. orientation = automatic
  128. shade_start = 1.25
  129. shade_end = 1.00
  130. }
  131. }
  132. }
  133. widget_class "*Scrollbar*" style "sbstyle"
  134. class "*Scrollbar*" style "sbstyle"
  135. widget_class "*GtkScale*" style "sbstyle"
  136. class "*GtkScale*" style "sbstyle"
  137.  
  138. style "progress" = "default"
  139. {
  140. xthickness = 2
  141. ythickness = 2
  142. }
  143. widget_class "*GtkProgress*" style "progress"
  144. class "*GtkProgress*" style "progress"
  145.  
  146. style "menuitem" = "default"
  147. {
  148. xthickness = 1
  149. ythickness = 2
  150. }
  151.  
  152. widget_class "*MenuItem*" style "menuitem"
  153. class "*MenuItem*" style "menuitem"
  154.  
  155. style "flat" = "default"
  156. {
  157. xthickness = 2
  158. ythickness = 2
  159. }
  160. widget_class "*HandleBox" style "flat"
  161.  
  162. # This is for the window borders (xfwm4 & metacity)
  163. #
  164. style "titlebar"
  165. {
  166. bg[SELECTED] = "#003263"
  167. fg[SELECTED] = "#ffffff"
  168. bg[INSENSITIVE] = "#002849"
  169. fg[INSENSITIVE] = "#9a9ada"
  170. }
  171. widget "xfwm" style "titlebar"
  172. class "MetaFrames" style "titlebar"
  173. widget_class "MetaFrames" style "titlebar"