Guest User

gtkrc

a guest
Jan 5th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. style "default" {
  2. GtkButton::default_border = { 0, 0, 0, 0 }
  3. GtkButton::default_outside_border = { 0, 0, 0, 0 }
  4. GtkButton::child_displacement_x = 0
  5. GtkButton::child_displacement_y = 0
  6. GtkButton::default_spacing = 5
  7. GtkButton::focus-padding = 0
  8.  
  9. GtkCheckButton::indicator_size = 12
  10. GtkRadioButton::indicator_size = 15
  11.  
  12. GtkMenuBar::internal-padding = 2
  13.  
  14. GtkPaned::handle_full_size = 1
  15. GtkPaned::handle_size = 3
  16.  
  17. GtkRange::slider_width = 7
  18. GtkRange::stepper_size = 15
  19. GtkRange::stepper_spacing = 0
  20. GtkRange::trough_border = 0
  21.  
  22. GtkScrollbar::has_forward_stepper = 0
  23. GtkScrollbar::has_backward_stepper = 0
  24. GtkScrollbar::min_slider_length = 20
  25.  
  26. GtkWidget::focus-line-width = 1
  27. GtkWidget::focus_padding = 4
  28. GtkWidget::interior_focus = 5
  29. GtkWidget::internal_padding = 4
  30.  
  31. ExoIconBar::focus_padding = 2
  32.  
  33. GtkMenuBar::shadow_type = none
  34. GtkHandleBox::shadow_type = none
  35. GtkMenuItem::selected_shadow_type = none
  36. GtkToolbar::shadow_type = none
  37.  
  38. xthickness = 2
  39. ythickness = 2
  40.  
  41. base[ACTIVE] = "#d6d7da"
  42. base[INSENSITIVE] = "#edeff2"
  43. base[NORMAL] = "#ffffff"
  44. base[PRELIGHT] = "#f2f4f7"
  45. base[SELECTED] = "#5582c2"
  46.  
  47. bg[ACTIVE] = "#e6e8ea"
  48. bg[INSENSITIVE] = "#edeff2"
  49. bg[NORMAL] = "#edeff2"
  50. bg[PRELIGHT] = "#f2f4f7"
  51. bg[SELECTED] = "#5582c2"
  52.  
  53. fg[ACTIVE] = "#000000"
  54. fg[INSENSITIVE] = "#8e8e8a"
  55. fg[NORMAL] = "#000000"
  56. fg[PRELIGHT] = "#000000"
  57. fg[SELECTED] = "#ffffff"
  58.  
  59. text[ACTIVE] = "#000000"
  60. text[INSENSITIVE] = "#000000"
  61. text[NORMAL] = "#000000"
  62. text[PRELIGHT] = "#000000"
  63. text[SELECTED] = "#ffffff"
  64.  
  65. engine "xfce" {
  66. smooth_edge = true
  67. grip_style = none
  68. boxfill {
  69. fill_style = plain
  70. }
  71. }
  72. }
  73.  
  74. style "colored" = "default" {
  75. base[PRELIGHT] = "#5582c2"
  76. bg[ACTIVE] = "#d3d7e0"
  77. bg[PRELIGHT] = "#5582c2"
  78. fg[ACTIVE] = "#ffffff"
  79. fg[PRELIGHT] = "#ffffff"
  80. text[PRELIGHT] = "#000000"
  81. }
  82.  
  83. style "menu" = "colored" {
  84. bg[INSENSITIVE] = "#ffffff"
  85. bg[NORMAL] = "#ffffff"
  86. }
  87.  
  88. style "menuitem" = "menu" {
  89. xthickness = 0
  90. ythickness = 2
  91. }
  92.  
  93. style "menubar" = "colored" {
  94. xthickness = 0
  95. ythickness = 0
  96. }
  97.  
  98. style "button" = "default" {
  99. xthickness = 0
  100. ythickness = 0
  101.  
  102. bg[PRELIGHT] = "#d6d7da"
  103. bg[NORMAL] = "#d6d7da"
  104. bg[ACTIVE] = "#5582c2"
  105. fg[ACTIVE] = "#000000"
  106. }
  107.  
  108. style "notebook" = "default" {
  109. xthickness = 0
  110. ythickness = 0
  111.  
  112. bg[NORMAL] = "#f5f5f5"
  113. bg[ACTIVE] = "#d3d7e0"
  114. }
  115.  
  116. style "scrollbar" = "default" {
  117. xthickness = 0
  118. ythickness = 0
  119.  
  120. bg[PRELIGHT] = "#b4b5b8"
  121. fg[PRELIGHT] = "#b4b5b8"
  122. bg[NORMAL] = "#b4b5b8"
  123. bg[ACTIVE] = "#ffffff"
  124. }
  125.  
  126. style "scale" = "scrollbar" {
  127. xthickness = 0
  128. ythickness = 0
  129.  
  130. }
  131.  
  132. style "progress" = "colored" {
  133. xthickness = 0
  134. ythickness = 0
  135.  
  136. bg[NORMAL] = "#d3d7e0"
  137. bg[ACTIVE] = "#a5a5a9"
  138. }
  139.  
  140. style "handlebox" = "default" {
  141. xthickness = 0
  142. ythickness = 0
  143. }
  144.  
  145. widget_class "*" style "default"
  146.  
  147. widget_class "*GtkTree*" style "colored"
  148. class "*GtkTree*" style "colored"
  149. widget_class "*GtkCTree*" style "colored"
  150. class "*GtkCTree*" style "colored"
  151. widget_class "*GtkList*" style "colored"
  152. class "*GtkList*" style "colored"
  153. widget_class "*GtkCList*" style "colored"
  154. class "*GtkCList*" style "colored"
  155. widget_class "*Entry*" style "colored"
  156. class "*Entry*" style "colored"
  157. widget_class "*Text*" style "colored"
  158. class "*Text*" style "colored"
  159.  
  160. widget_class "*Menu*" style "menu"
  161. class "*Menu*" style "menu"
  162.  
  163. widget_class "*MenuItem*" style "menuitem"
  164. class "*MenuItem*" style "menuitem"
  165.  
  166. widget_class "*BonoboDockItem" style "menubar"
  167. class "*BonoboDockItem" style "menubar"
  168. widget_class "*ToolBar" style "menubar"
  169. class "*ToolBar" style "menubar"
  170. widget_class "*MenuBar" style "menubar"
  171. class "*MenuBar" style "menubar"
  172.  
  173. widget_class "*Button*" style "button"
  174. class "*Button*" style "button"
  175. widget_class "*button*" style "button"
  176. class "*button*" style "button"
  177. widget_class "*OptionMenu*" style "button"
  178. class "*OptionMenu*" style "button"
  179.  
  180. widget_class "*.GtkNotebook" style "notebook"
  181. class "*.GtkNotebook" style "notebook"
  182.  
  183. widget_class "*GtkVScrollbar*" style "scrollbar"
  184. class "*GtkVScrollbar*" style "scrollbar"
  185. widget_class "*GtkHScrollbar*" style "scrollbar"
  186. class "*GtkHScrollbar*" style "scrollbar"
  187.  
  188. widget_class "*GtkHScale*" style "scale"
  189. class "*GtkHScale*" style "scale"
  190. widget_class "*GtkVScale*" style "scale"
  191. class "*GtkVScale*" style "scale"
  192.  
  193. widget_class "*.GtkProgress*" style "progress"
  194. class "*.GtkProgress*" style "progress"
  195.  
  196. widget_class "*HandleBox" style "handlebox"
Add Comment
Please, Sign In to add comment