Advertisement
RiDeag

Hexchat GTK

Jan 31st, 2013
983
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. # Mod of Zenburn theme, based on Murrina333
  2.  
  3. gtk-font-name = "Calibri 10"
  4.  
  5. gtk_color_scheme = "fg_color:#FFFFFF
  6. bg_color:#FFFFFF
  7. base_color:#b0b1b3
  8. text_color:#828282
  9. selected_bg_color:#7a7a7a
  10. selected_fg_color:#ededed"
  11.  
  12. gtk-button-images = 0
  13. gtk-icon-sizes = "panel-menu=16,16:panel=16,16:gtk-button=16,16:gtk-large-toolbar=16,16"
  14. gtk-menu-images = 0
  15. style "theme-default"
  16. {
  17. GtkButton ::default_border = { 0, 0, 0, 0 }
  18. GtkRange ::trough_border = 0
  19. GtkPaned ::handle_size = 0
  20. GtkRange ::slider_width = 0
  21. GtkRange ::stepper_size = 0
  22.  
  23. GtkScrollbar ::min_slider_length = 30
  24. GtkCheckButton ::indicator_size = 10
  25. GtkRadioButton ::indicator_size = 10
  26. GtkMenuBar ::internal-padding = 0
  27. GtkTreeView ::expander_size = 14
  28. GtkExpander ::expander_size = 16
  29. GtkScale ::slider-length = 16
  30.  
  31.  
  32.  
  33. xthickness = 0
  34. ythickness = 0
  35.  
  36. fg[NORMAL] = "#616161"
  37. fg[PRELIGHT] = @selected_fg_color
  38. fg[SELECTED] = @selected_fg_color
  39. fg[ACTIVE] = "#828282"
  40. fg[INSENSITIVE] = darker (@fg_color)
  41.  
  42. bg[NORMAL] = @bg_color
  43. bg[PRELIGHT] = @selected_bg_color
  44. bg[SELECTED] = @selected_bg_color
  45. bg[INSENSITIVE] = @bg_color
  46. bg[ACTIVE] = @bg_color
  47.  
  48. base[NORMAL] = @base_color
  49. base[ACTIVE] = shade (0.7,@base_color)
  50. base[PRELIGHT] = @base_color
  51. base[SELECTED] = @selected_bg_color
  52. base[INSENSITIVE] = shade (1.025,@bg_color)
  53.  
  54. text[NORMAL] = @text_color
  55. text[ACTIVE] = @text_color
  56. text[PRELIGHT] = @text_color
  57. text[SELECTED] = @selected_fg_color
  58. text[INSENSITIVE] = mix (0.675,shade (0.95,@bg_color),@fg_color)
  59.  
  60. engine "murrine"
  61. {
  62. menuitemstyle = 2
  63. scrollbarstyle = 3
  64. contrast = 0
  65. menustyle = 0
  66. glazestyle = 0
  67. menubarstyle = 0
  68. menubaritemstyle = 0
  69. menuitemstyle = 0
  70. listviewheaderstyle = 0
  71. listviewstyle = 1
  72. roundness = 0
  73. animation = TRUE
  74. highlight_shade = 0.90
  75. }
  76. }
  77.  
  78.  
  79. style "theme-wide" = "theme-default"
  80. {
  81. xthickness = 0
  82. ythickness = 0
  83. bg[NORMAL] = "#000000"
  84. }
  85.  
  86. style "theme-wider" = "theme-default"
  87. {
  88. xthickness = 0
  89. ythickness = 0
  90. bg[NORMAL] = "#999"
  91. }
  92.  
  93. style "theme-entry" = "theme-wider"
  94. {
  95. bg[SELECTED] = @selected_bg_color
  96. }
  97.  
  98. style "theme-button" = "theme-wider"
  99. {
  100. xthickness = 0
  101. ythickness = 0
  102. bg[NORMAL] = @bg_color
  103. bg[INSENSITIVE] = @bg_color
  104. #bg[PRELIGHT] = @bg_color
  105. bg[ACTIVE] = "#e3e3e3"
  106. text[PRELIGHT] = @selected_fg_color
  107.  
  108. }
  109.  
  110.  
  111. style "theme-notebook" = "theme-wide"
  112. {
  113. bg[NORMAL] = @bg_color
  114. bg[INSENSITIVE] = @bg_color
  115. bg[SELECTED] = "#505050"
  116. }
  117.  
  118. style "theme-tasklist" = "theme-default"
  119. {
  120. xthickness = 4
  121. ythickness = 2
  122. }
  123.  
  124. style "theme-menu" = "theme-default"
  125. {
  126. xthickness = 2
  127. ythickness = 2
  128. bg[NORMAL] = @bg_color
  129. }
  130.  
  131. style "theme-menu-item" = "theme-default"
  132. {
  133. ythickness = 3
  134. #fg[NORMAL] = @fg_color
  135. #fg[PRELIGHT] = @selected_fg_color
  136. #fg[INSENSITIVE] = @selected_fg_color
  137. #bg[SELECTED] = "#777777"
  138. }
  139.  
  140.  
  141. style "theme-menubar" = "theme-default"
  142. {
  143. bg[NORMAL] = @bg_color
  144. }
  145.  
  146. style "theme-menubar-item"
  147. {
  148. ythickness = 2
  149. fg[PRELIGHT] = @selected_fg_color
  150. }
  151.  
  152. style "theme-tree" = "theme-default"
  153. {
  154. xthickness = 0
  155. ythickness = 0
  156. # bg[NORMAL] = @selected_fg_color
  157.  
  158. }
  159.  
  160. style "theme-frame-title" = "theme-default"
  161. {
  162.  
  163. fg[NORMAL] = @fg_color
  164. }
  165.  
  166. style "theme-tooltips" = "theme-default"
  167. {
  168. xthickness = 2
  169. ythickness = 2
  170. bg[NORMAL] = @bg_color
  171. }
  172.  
  173. style "theme-progressbar" = "theme-wide"
  174. {
  175. xthickness = 2
  176. ythickness = 2
  177. #fg[PRELIGHT] = "#ff0000" # @bg_color
  178. bg[NORMAL] = @bg_color # outline of progressbar
  179. bg[SELECTED] = "#B3A98F" #@selected_bg_color # progressbar color
  180. }
  181.  
  182. style "theme-scrollbar" = "theme-default"
  183. {
  184.  
  185. }
  186.  
  187. style "theme-combo" = "theme-button"
  188. {
  189. #
  190. }
  191.  
  192. style "metacity-frame"
  193. {
  194. bg[SELECTED] = @selected_bg_color
  195. fg[SELECTED] = @selected_fg_color
  196. }
  197.  
  198. class "MetaFrames" style "metacity-frame"
  199. class "GtkWindow" style "metacity-frame"
  200.  
  201.  
  202. style "inactivetext2"
  203. {
  204. engine "mist"
  205. {
  206. #
  207. }
  208. }
  209.  
  210. widget_class "*.<GtkMenuItem>.*" style "inactivetext2"
  211.  
  212. style "panel"
  213. {
  214. xthickness = 0
  215. ythickness = 0
  216. bg[NORMAL] = @bg_color
  217. fg[NORMAL] = @bg_color
  218. text[NORMAL] = @fg_color
  219. }
  220.  
  221. style "panelbuttons"
  222. {
  223. xthickness = 0
  224. ythickness = 0
  225. bg[NORMAL] = @bg_color
  226. bg[ACTIVE] = @bg_color
  227. bg[SELECTED] = @selected_bg_color
  228. bg[PRELIGHT] = @bg_color
  229.  
  230. fg[NORMAL] = @fg_color
  231. fg[ACTIVE] = @selected_fg_color
  232. fg[PRELIGHT] = @selected_fg_color
  233. }
  234.  
  235. class "*Panel*" style "panel"
  236. widget_class "*Panel*GtkToggleButton" style "panelbuttons"
  237. widget_class "*Panel*Button" style "panelbuttons"
  238. widget_class "*Panel*b*" style "panelbuttons"
  239.  
  240. class "GtkWidget" style "theme-default"
  241. class "GtkButton" style "theme-button"
  242. class "GtkScale" style "theme-button"
  243. class "GtkCombo" style "theme-button"
  244. class "GtkRange" style "theme-wide"
  245. class "GtkFrame" style "theme-wide"
  246. class "GtkMenu" style "theme-menu"
  247. class "GtkEntry" style "theme-entry"
  248. class "GtkMenuItem" style "theme-menu-item"
  249. class "GtkNotebook" style "theme-notebook"
  250. class "GtkProgressBar" style "theme-progressbar"
  251. class "GtkScale" style "theme-scrollbar"
  252. class "*MenuBar*" style "theme-menubar"
  253.  
  254. widget_class "*MenuItem.*" style "theme-menu-item"
  255. widget_class "*MenuBar.*" style "theme-menubar-item"
  256.  
  257. widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
  258. widget_class "*.GtkCombo.GtkButton" style "theme-combo"
  259.  
  260. widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
  261. widget "gtk-tooltips" style "theme-tooltips"
  262.  
  263. widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
  264. widget_class "*.GtkCTree.GtkButton" style "theme-tree"
  265. widget_class "*.GtkList.GtkButton" style "theme-tree"
  266. widget_class "*.GtkCList.GtkButton" style "theme-tree"
  267. widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"
  268.  
  269. widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
  270. widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement