Advertisement
richardgv

murrinagray

Jun 22nd, 2011
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. #############################################
  2. # #
  3. # Murrine Gray #
  4. # #
  5. # created by: Alessio Fachechi #
  6. # mail address: alessio.fachechi@gmail.com #
  7. # website: alessiofachechi.blogspot.com #
  8. # #
  9. #############################################
  10.  
  11. style "theme-default"
  12. {
  13. GtkButton ::default_border = { 0, 0, 0, 0 }
  14. GtkRange ::trough_border = 0
  15. GtkPaned ::handle_size = 6
  16. GtkRange ::slider_width = 15
  17. GtkRange ::stepper_size = 15
  18.  
  19. GtkScrollbar ::min_slider_length = 30
  20. GtkScrollbar ::has-secondary-backward-stepper = 1
  21. GtkCheckButton ::indicator_size = 14
  22. GtkMenuBar ::internal-padding = 0
  23. GtkTreeView ::expander_size = 14
  24. GtkExpander ::expander_size = 16
  25. GtkScale ::slider-length = 27
  26.  
  27. xthickness = 1
  28. ythickness = 1
  29.  
  30. fg[NORMAL] = "#353535"
  31. fg[ACTIVE] = "#353535"
  32. fg[PRELIGHT] = "#000000"
  33. fg[SELECTED] = "#000000"
  34. fg[INSENSITIVE] = "#9b9b9b"
  35.  
  36. bg[NORMAL] = "#e0e0e0"
  37. bg[ACTIVE] = "#eeeeee"
  38. bg[PRELIGHT] = "#f0f0f0"
  39. bg[SELECTED] = "#c6c6c6"
  40. bg[INSENSITIVE] = "#e0e0e0"
  41.  
  42. base[NORMAL] = "#ffffff"
  43. base[ACTIVE] = "#d4d4d4"
  44. base[PRELIGHT] = "#ffffff"
  45. base[SELECTED] = "#b2b2b2"
  46. base[INSENSITIVE] = "#f4f4f4"
  47.  
  48. text[NORMAL] = "#000000"
  49. text[ACTIVE] = "#505050"
  50. text[PRELIGHT] = "#353535"
  51. text[SELECTED] = "#353535"
  52. text[INSENSITIVE] = "#9b9b9b"
  53.  
  54. engine "murrine"
  55. {
  56. contrast = 1.0
  57. glazestyle = 0
  58. menubarstyle = 3
  59. menubaritemstyle = 1
  60. listviewheaderstyle = 2
  61. animation = TRUE
  62. highlight_shade = 1.0
  63. roundness = 2
  64. menuitemstyle = 0
  65. menustyle = 0
  66. listviewstyle = 1
  67. scrollbarstyle = 3
  68. }
  69. }
  70.  
  71. style "theme-wide" = "theme-default"
  72. {
  73. xthickness = 2
  74. ythickness = 2
  75.  
  76. engine "murrine"
  77. {
  78. highlight_shade = 1.0
  79. gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  80. }
  81. }
  82.  
  83. style "theme-wider" = "theme-default"
  84. {
  85. xthickness = 3
  86. ythickness = 3
  87.  
  88. engine "murrine"
  89. {
  90. highlight_shade = 1.0
  91. gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  92. }
  93. }
  94.  
  95. style "theme-button" = "theme-default"
  96. {
  97. bg[NORMAL] = "#e8e8e8"
  98. bg[ACTIVE] = "#d4d4d4"
  99.  
  100. engine "murrine"
  101. {
  102. highlight_shade = 1.05
  103. gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  104. }
  105. }
  106.  
  107. style "theme-scale" = "theme-button"
  108. {
  109. bg[NORMAL] = "#d8d8d8"
  110.  
  111. engine "murrine"
  112. {
  113. highlight_shade = 1.0
  114. gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  115. }
  116. }
  117.  
  118. style "theme-scrollbar" = "theme-button"
  119. {
  120. xthickness = 2
  121. ythickness = 2
  122.  
  123. engine "murrine"
  124. {
  125. highlight_shade = 1.010101
  126. gradient_shades = { 1.1, 1.0, 1.0, 1.1 }
  127. }
  128. }
  129.  
  130. style "theme-range" = "theme-default"
  131. {
  132. xthickness = 3
  133. ythickness = 3
  134. }
  135.  
  136. style "theme-notebook" = "theme-default"
  137. {
  138. bg[NORMAL] = "#eeeeee"
  139. bg[SELECTED] = "#b2b2b2"
  140.  
  141. engine "murrine"
  142. {
  143. highlight_shade = 1.010101
  144. gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  145. }
  146. }
  147.  
  148. style "theme-tasklist" = "theme-default"
  149. {
  150. xthickness = 5
  151. ythickness = 3
  152. }
  153.  
  154. style "theme-menu" = "theme-default"
  155. {
  156. xthickness = 3
  157. ythickness = 2
  158. bg[NORMAL] = "#f3f3f3"
  159. }
  160.  
  161. style "theme-menu-item" = "theme-default"
  162. {
  163. xthickness = 2
  164. ythickness = 3
  165. }
  166.  
  167. style "theme-menubar" = "theme-default"
  168. {
  169. xthickness = 1
  170. ythickness = 1
  171. bg[NORMAL] = "#b2b2b2"
  172. }
  173.  
  174. style "theme-menubar-item" = "theme-menu-item"
  175. {
  176. bg[PRELIGHT] = "#ffffff"
  177.  
  178. engine "murrine"
  179. {
  180. highlight_shade = 1.010101
  181. gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  182. }
  183. }
  184.  
  185. style "theme-tree" = "theme-default"
  186. {
  187. xthickness = 2
  188. ythickness = 2
  189. bg[NORMAL] = "#e8e8e8"
  190. }
  191.  
  192. style "theme-frame-title" = "theme-default"
  193. {
  194. fg[NORMAL] = "#404040"
  195. }
  196.  
  197. style "theme-radio"
  198. {
  199. text[NORMAL] = "#000000"
  200. text[PRELIGHT] = "#000000"
  201. }
  202.  
  203. style "theme-tooltips" = "theme-default"
  204. {
  205. xthickness = 4
  206. ythickness = 4
  207.  
  208. bg[NORMAL] = "#dddddd"
  209. }
  210.  
  211. style "theme-progressbar" = "theme-wide"
  212. {
  213. xthickness = 0
  214. ythickness = 0
  215.  
  216. bg[NORMAL] = "#e0e0e0"
  217. bg[ACTIVE] = "#eeeeee"
  218. bg[PRELIGHT] = "#f0f0f0"
  219. bg[SELECTED] = "#c6c6c6"
  220. bg[INSENSITIVE] = "#e0e0e0"
  221.  
  222. base[NORMAL] = "#ffffff"
  223. base[ACTIVE] = "#d4d4d4"
  224. base[PRELIGHT] = "#ffffff"
  225. base[SELECTED] = "#b2b2b2"
  226. base[INSENSITIVE] = "#f4f4f4"
  227.  
  228. engine "murrine"
  229. {
  230. highlight_shade = 1.010101
  231. gradient_shades = { 1.1, 1.0, 1.0, 1.1 }
  232. }
  233. }
  234.  
  235. style "theme-combo" = "theme-button"
  236. {
  237. }
  238.  
  239. style "metacity-frame" = "theme-default"
  240. {
  241. bg[SELECTED] = "#9e9e9e"
  242. }
  243.  
  244. # widget styles
  245. class "GtkWidget" style "theme-default"
  246. class "GtkButton" style "theme-button"
  247. class "GtkScale" style "theme-range"
  248. class "GtkCombo" style "theme-button"
  249. class "GtkScale" style "theme-scale"
  250. class "GtkScrollbar" style "theme-scrollbar"
  251. class "GtkRange" style "theme-wide"
  252. class "GtkFrame" style "theme-wide"
  253. class "GtkMenu" style "theme-menu"
  254. class "GtkEntry" style "theme-wider"
  255. class "GtkMenuItem" style "theme-menu-item"
  256. class "GtkNotebook" style "theme-notebook"
  257. class "GtkProgressBar" style "theme-progressbar"
  258. class "*MenuBar*" style "theme-menubar"
  259. class "GtkRadioButton" style "theme-radio"
  260.  
  261. widget_class "*MenuItem.*" style "theme-menu-item"
  262. widget_class "*MenuBar.*" style "theme-menubar-item"
  263.  
  264. # combobox stuff
  265. widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
  266. widget_class "*.GtkCombo.GtkButton" style "theme-combo"
  267.  
  268. # tooltips stuff
  269. widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
  270. widget "gtk-tooltips" style "theme-tooltips"
  271.  
  272. # treeview stuff
  273. widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
  274. widget_class "*.GtkCTree.GtkButton" style "theme-tree"
  275. widget_class "*.GtkList.GtkButton" style "theme-tree"
  276. widget_class "*.GtkCList.GtkButton" style "theme-tree"
  277. widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"
  278.  
  279. # notebook stuff
  280. widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
  281. widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
  282.  
  283. # wm stuff
  284. class "MetaFrames" style "metacity-frame"
  285. class "GtkWindow" style "metacity-frame"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement