gtkrc 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895
  1. # Oomox GTK Theme (Numix Fork)
  2. gtk-color-scheme =
  3. "base_color:#24283b\nbg_color:#24283b\ntooltip_bg_color:#24283b\nselected_bg_color:#7aa2f7\ntext_color:#c0caf5\nfg_color:#c0caf5\ntooltip_fg_color:#c0caf5\nselected_fg_color:#24283b\nmenubar_bg_color:#24283b\nmenubar_fg_color:#c0caf5\ntoolbar_bg_color:#24283b\ntoolbar_fg_color:#c0caf5\nmenu_bg_color:#24283b\nmenu_fg_color:#c0caf5\npanel_bg_color:#24283b\npanel_fg_color:#c0caf5\nlink_color:#39a9e0\nbtn_bg_color:#2f334d\nbtn_fg_color:#c0caf5\ntitlebar_bg_color:#24283b\ntitlebar_fg_color:#c0caf5\nprimary_caret_color:#c0caf5\nsecondary_caret_color:#c0caf5\naccent_bg_color:#7aa2f7\n"
  4. # Default Style
  5. style "murrine-default" {
  6. GtkArrow::arrow-scaling= 0.6
  7. GtkWidget::cursor_color = @primary_caret_color
  8. GtkWidget::secondary_cursor_color = @secondary_caret_color
  9. GtkWidget::cursor_aspect_ratio = 0.04
  10. GtkButton::child-displacement-x = 0
  11. GtkButton::child-displacement-y = 0
  12. GtkButton::default-border = { 0, 0, 0, 0 }
  13. #GtkButton::inner-border = { 2, 2, 1, 1 }
  14. GtkButton::focus-line-width = 1
  15. #GtkButton::focus-padding = -4
  16. GtkButtonBox::child-min-height = 26
  17. GtkCheckButton::indicator-size = 16
  18. # The following line hints to gecko (and possibly other appliations)
  19. # that the entry should be drawn transparently on the canvas.
  20. # Without this, gecko will fill in the background of the entry.
  21. GtkEntry::honors-transparent-bg-hint = 1
  22. GtkEntry::state-hint = 0
  23. GtkExpander::expander-size = 16
  24. GtkImage::x-ayatana-indicator-dynamic = 1
  25. GtkMenu::horizontal-padding = 0
  26. GtkMenu::vertical-padding = 0
  27. GtkMenuBar::internal-padding = 0
  28. GtkMenuBar::window-dragging = 1
  29. GtkMenuItem::arrow-scaling= 0.5
  30. GtkPaned::handle-size = 1
  31. GtkProgressBar::min-horizontal-bar-height = 12
  32. GtkProgressBar::min-vertical-bar-width = 12
  33. GtkRange::trough-border = 0
  34. GtkRange::slider-width = 12
  35. GtkRange::stepper-size = 12
  36. GtkRange::stepper_spacing = 0
  37. GtkRange::trough-under-steppers = 1
  38. GtkScale::slider-length = 16
  39. GtkScale::slider-width = 16
  40. GtkScale::trough-side-details = 1
  41. GtkScrollbar::activate-slider = 1
  42. GtkScrollbar::has-backward-stepper = 0
  43. GtkScrollbar::has-forward-stepper = 0
  44. GtkScrollbar::has-secondary-backward-stepper = 0
  45. GtkScrollbar::has-secondary-forward-stepper = 0
  46. GtkScrollbar::min-slider-length = 80
  47. GtkScrollbar::slider-width = 12
  48. GtkScrollbar::trough-border = 0
  49. GtkScrolledWindow::scrollbar-spacing = 0
  50. GtkScrolledWindow::scrollbars-within-bevel = 1
  51. GtkSeparatorMenuItem::horizontal-padding = 0
  52. GtkToolbar::internal-padding = 0
  53. GtkTreeView::expander-size = 11
  54. GtkTreeView::vertical-separator = 0
  55. GtkWidget::focus-line-width = 1
  56. # The following line prevents the Firefox tabs
  57. # from jumping a few pixels when you create a new tab
  58. GtkWidget::focus-padding = 0
  59. GtkWidget::wide-separators = 1
  60. GtkWidget::separator-width = 1
  61. GtkWidget::separator-height = 1
  62. GtkWindow::resize-grip-height = 0
  63. GtkWindow::resize-grip-width = 0
  64. WnckTasklist::fade-overlay-rect = 0
  65. GnomeHRef::link_color = @link_color
  66. GtkHTML::link-color = @link_color
  67. GtkIMHtmlr::hyperlink-color = @link_color
  68. GtkIMHtml::hyperlink-color = @link_color
  69. GtkWidget::link-color = @link_color
  70. GtkWidget::visited-link-color = @text_color
  71. GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified
  72. GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified
  73. xthickness = 1
  74. ythickness = 1
  75. fg[NORMAL] = @fg_color
  76. fg[PRELIGHT] = @fg_color
  77. fg[SELECTED] = @selected_fg_color
  78. fg[ACTIVE] = @fg_color
  79. fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
  80. bg[NORMAL] = @bg_color
  81. bg[PRELIGHT] = shade (1.02, @bg_color)
  82. bg[SELECTED] = @selected_bg_color
  83. bg[ACTIVE] = shade (0.9, @bg_color)
  84. bg[INSENSITIVE] = @bg_color
  85. base[NORMAL] = @base_color
  86. base[PRELIGHT] = shade (0.95, @base_color)
  87. base[SELECTED] = @selected_bg_color
  88. base[ACTIVE] = @selected_bg_color
  89. base[INSENSITIVE] = shade (0.85, @base_color)
  90. text[NORMAL] = @text_color
  91. text[PRELIGHT] = @text_color
  92. text[SELECTED] = @selected_fg_color
  93. text[ACTIVE] = @selected_fg_color
  94. text[INSENSITIVE] = mix (0.5, @base_color, @text_color)
  95. engine "murrine" {
  96. animation = FALSE
  97. arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
  98. border_shades = { 1.0, 1.0 } # gradient to draw on border
  99. border_colors = { mix(0.2, @fg_color, @bg_color), mix(0.2, @fg_color, @bg_color) }
  100. colorize_scrollbar = FALSE
  101. comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
  102. contrast = 0.8 # overal contrast with borders
  103. focusstyle = 3 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
  104. glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
  105. glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides
  106. glow_shade = 1.0 # amount of glow
  107. gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets
  108. highlight_shade = 1.0 # amount of highlight
  109. lightborder_shade = 1.0 # amount of inset light border
  110. lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
  111. listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
  112. listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
  113. menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
  114. menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
  115. menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
  116. menustyle = 0 # 0 = none, 1 = vertical striped
  117. progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
  118. reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
  119. roundness = 4 # roundness of widgets
  120. scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
  121. sliderstyle = 0 # 0 = none, 1 = handles
  122. stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
  123. toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
  124. }
  125. }
  126. style "murrine-wide" {
  127. xthickness = 2
  128. ythickness = 2
  129. }
  130. style "murrine-wider" {
  131. xthickness = 3
  132. ythickness = 3
  133. }
  134. style "murrine-thin" {
  135. xthickness = 0
  136. ythickness = 0
  137. }
  138. # Notebook
  139. style "clearlooks-notebook-bg" {
  140. bg[NORMAL] = @bg_color
  141. bg[ACTIVE] = shade (0.80, @bg_color)
  142. }
  143. style "clearlooks-notebook" = "clearlooks-notebook-bg" {
  144. xthickness = 2
  145. ythickness = 2
  146. engine "clearlooks" {
  147. radius = 0.1
  148. }
  149. }
  150. # Various Standard Widgets
  151. style "murrine-button" = "murrine-wider" {
  152. bg[NORMAL] = @btn_bg_color
  153. bg[PRELIGHT] = shade (1.10, @btn_bg_color)
  154. bg[SELECTED] = mix (0.5, @selected_bg_color, @bg_color)
  155. bg[ACTIVE] = shade (0.95, @btn_bg_color)
  156. bg[INSENSITIVE] = shade (0.75, @btn_bg_color)
  157. #xthickness = 4
  158. #ythickness = 4
  159. engine "murrine" {
  160. border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) }
  161. roundness = 4
  162. gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  163. }
  164. }
  165. style "murrine-buttonlabel" {
  166. fg[NORMAL] = @btn_fg_color
  167. fg[PRELIGHT] = @btn_fg_color
  168. fg[SELECTED] = @btn_fg_color
  169. fg[ACTIVE] = @btn_fg_color
  170. fg[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color)
  171. text[NORMAL] = @btn_fg_color
  172. text[PRELIGHT] = @btn_fg_color
  173. text[SELECTED] = @btn_fg_color
  174. text[ACTIVE] = @btn_fg_color
  175. text[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color)
  176. engine "murrine" {
  177. }
  178. }
  179. style "murrine-scrollbar" {
  180. bg[NORMAL] = mix (0.21, @fg_color, @bg_color)
  181. bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color)
  182. bg[ACTIVE] = @selected_bg_color
  183. engine "murrine" {
  184. roundness = 0
  185. contrast = 0.0
  186. border_shades = { 0.9, 0.9 }
  187. trough_shades = { 0.97, 0.97 }
  188. trough_border_shades = { 1.0, 1.0 }
  189. }
  190. }
  191. style "murrine-overlay-scrollbar" {
  192. bg[ACTIVE] = shade (0.8, @bg_color)
  193. bg[INSENSITIVE] = shade (0.97, @bg_color)
  194. base[SELECTED] = shade (0.6, @bg_color)
  195. base[INSENSITIVE] = shade (0.85, @bg_color)
  196. }
  197. style "murrine-scale" = "murrine-thin" {
  198. bg[NORMAL] = @btn_bg_color
  199. bg[ACTIVE] = mix(0.2, @fg_color, @bg_color)
  200. bg[SELECTED] = @selected_bg_color
  201. bg[INSENSITIVE] = mix(0.95, @bg_color, @btn_bg_color)
  202. engine "murrine" {
  203. roundness = 8
  204. #roundness = 4
  205. gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
  206. #border_shades = { 0.5, 0.5 }
  207. border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) }
  208. #trough_shades = { 1.08, 1.08 }
  209. trough_border_shades = { 0.8, 0.8 }
  210. }
  211. }
  212. style "murrine-progressbar" = "murrine-thin" {
  213. bg[NORMAL] = @bg_color
  214. bg[ACTIVE] = mix(0.08, @bg_color, @base_color)
  215. fg[PRELIGHT] = @selected_fg_color
  216. engine "murrine" {
  217. #roundness = 2
  218. roundness = 4
  219. border_shades = { 1.2, 1.2 }
  220. trough_border_shades = { 0.8, 0.8 }
  221. }
  222. }
  223. style "murrine-treeview-header" = "murrine-button" {
  224. fg[NORMAL] = @fg_color
  225. fg[PRELIGHT] = @fg_color
  226. fg[SELECTED] = @fg_color
  227. fg[ACTIVE] = @fg_color
  228. fg[INSENSITIVE] = mix(0.20, @bg_color, @fg_color)
  229. engine "murrine" {
  230. roundness = 0
  231. }
  232. }
  233. style "murrine-treeview" {
  234. engine "murrine" {
  235. roundness = 0
  236. }
  237. }
  238. style "murrine-frame" = "murrine-wide" {
  239. bg[NORMAL] = mix(0.08, @fg_color, @bg_color)
  240. }
  241. style "murrine-frame-title" {
  242. fg[NORMAL] = lighter (@fg_color)
  243. }
  244. style "murrine-tooltips" {
  245. xthickness = 5
  246. ythickness = 5
  247. bg[NORMAL] = @tooltip_bg_color
  248. bg[SELECTED] = @tooltip_bg_color
  249. fg[NORMAL] = @tooltip_fg_color
  250. engine "murrine" {
  251. textstyle = 0
  252. roundness = 2
  253. rgba = FALSE
  254. }
  255. }
  256. style "murrine-spinbutton" = "murrine-button" {
  257. engine "murrine" {
  258. }
  259. }
  260. style "clearlooks-radiocheck" = "murrine-default" {
  261. bg[SELECTED] = @base_color
  262. bg[PRELIGHT] = @bg_color
  263. text[NORMAL] = @accent_bg_color
  264. text[PRELIGHT] = @accent_bg_color
  265. engine "clearlooks" {
  266. radius = 4.0
  267. }
  268. }
  269. style "clearlooks-base-radiocheck" = "clearlooks-radiocheck" {
  270. bg[PRELIGHT] = @bg_color
  271. }
  272. style "clearlooks-radiocheck-label" = "clearlooks-radiocheck" {
  273. fg[NORMAL] = @fg_color
  274. fg[PRELIGHT] = @fg_color
  275. fg[SELECTED] = @fg_color
  276. fg[ACTIVE] = @fg_color
  277. fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
  278. }
  279. style "murrine-entry" = "murrine-wider" {
  280. text[NORMAL] = @text_color
  281. text[PRELIGHT] = @text_color
  282. text[SELECTED] = @text_color
  283. text[ACTIVE] = @text_color
  284. text[INSENSITIVE] = mix (0.5, @base_color, @text_color)
  285. engine "murrine" {
  286. #border_shades = { 1.15, 1.15 }
  287. border_colors = { mix(0.22, @text_color, @base_color), mix(0.22, @text_color, @base_color) }
  288. roundness = 4
  289. }
  290. }
  291. style "metacity-frame" = "murrine-default" {
  292. bg[SELECTED] = @selected_bg_color
  293. }
  294. style "murrine-statusbar" { }
  295. style "murrine-comboboxentry" = "murrine-entry" { }
  296. style "murrine-hscale" = "murrine-scale" { }
  297. style "murrine-vscale" = "murrine-scale" { }
  298. style "murrine-hscrollbar" = "murrine-scrollbar" { }
  299. style "murrine-vscrollbar" = "murrine-scrollbar" { }
  300. # Menus
  301. style "murrine-menu" = "murrine-thin" {
  302. bg[NORMAL] = @menu_bg_color
  303. bg[PRELIGHT] = @selected_bg_color
  304. bg[SELECTED] = @selected_bg_color
  305. bg[ACTIVE] = @menu_bg_color
  306. bg[INSENSITIVE] = @menu_bg_color
  307. fg[NORMAL] = @menu_fg_color
  308. fg[PRELIGHT] = @selected_fg_color
  309. fg[SELECTED] = @selected_fg_color
  310. fg[ACTIVE] = @selected_fg_color
  311. fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
  312. text[NORMAL] = @menu_fg_color
  313. text[PRELIGHT] = @selected_fg_color
  314. text[SELECTED] = @selected_fg_color
  315. text[ACTIVE] = @selected_fg_color
  316. text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
  317. engine "murrine" {
  318. roundness = 0
  319. }
  320. }
  321. style "murrine-menu-item" = "murrine-wider" {
  322. bg[PRELIGHT] = @selected_bg_color
  323. bg[SELECTED] = @selected_bg_color
  324. bg[ACTIVE] = @selected_bg_color
  325. fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text
  326. fg[PRELIGHT] = @selected_fg_color
  327. fg[SELECTED] = @selected_fg_color
  328. fg[ACTIVE] = @selected_fg_color
  329. fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
  330. engine "murrine" {
  331. textstyle = 0
  332. border_shades = { 1.2, 1.2 }
  333. }
  334. }
  335. style "murrine-separator-menu-item" = "murrine-thin" { }
  336. style "murrine-menubar" {
  337. bg[NORMAL] = @menubar_bg_color
  338. bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
  339. bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
  340. bg[ACTIVE] = shade (0.9, @menubar_bg_color)
  341. bg[INSENSITIVE] = @menubar_bg_color
  342. fg[NORMAL] = @menubar_fg_color
  343. fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
  344. fg[SELECTED] = shade (1.08, @menubar_fg_color)
  345. fg[ACTIVE] = @menubar_fg_color
  346. fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
  347. engine "murrine" {
  348. roundness = 0
  349. }
  350. }
  351. style "murrine-menubaritem" {
  352. bg[NORMAL] = @menubar_bg_color
  353. bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
  354. bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
  355. bg[ACTIVE] = shade (0.9, @menubar_bg_color)
  356. bg[INSENSITIVE] = @menubar_bg_color
  357. fg[NORMAL] = @menubar_fg_color
  358. fg[PRELIGHT] = shade (1.08, @menubar_fg_color)
  359. fg[SELECTED] = shade (1.08, @menubar_fg_color)
  360. fg[ACTIVE] = @menubar_fg_color
  361. fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color)
  362. engine "murrine" {
  363. roundness = 0
  364. }
  365. }
  366. # Toolbars
  367. style "murrine-toolbar" = "murrine-thin" {
  368. bg[NORMAL] = @toolbar_bg_color
  369. bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
  370. bg[SELECTED] = @selected_bg_color
  371. bg[ACTIVE] = shade (0.9, @toolbar_bg_color)
  372. bg[INSENSITIVE] = @toolbar_bg_color
  373. fg[NORMAL] = @toolbar_fg_color
  374. fg[PRELIGHT] = @toolbar_fg_color
  375. fg[SELECTED] = @selected_fg_color
  376. fg[ACTIVE] = @toolbar_fg_color
  377. fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
  378. engine "murrine" {
  379. }
  380. }
  381. style "murrine-toolbutton" = "murrine-button" {
  382. bg[NORMAL] = shade (1.08, @toolbar_bg_color)
  383. bg[PRELIGHT] = shade (1.10, @toolbar_bg_color)
  384. bg[SELECTED] = @selected_bg_color
  385. bg[ACTIVE] = shade (0.95, @toolbar_bg_color)
  386. bg[INSENSITIVE] = shade (0.85, @toolbar_bg_color)
  387. fg[NORMAL] = @toolbar_fg_color
  388. fg[PRELIGHT] = @toolbar_fg_color
  389. fg[SELECTED] = @selected_fg_color
  390. fg[ACTIVE] = @toolbar_fg_color
  391. fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
  392. engine "murrine" {
  393. }
  394. }
  395. style "murrine-toolbutton-label" = "murrine-toolbutton" {
  396. fg[NORMAL] = @toolbar_fg_color
  397. fg[PRELIGHT] = @toolbar_fg_color
  398. fg[SELECTED] = @selected_fg_color
  399. fg[ACTIVE] = @toolbar_fg_color
  400. fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
  401. engine "murrine" {
  402. }
  403. }
  404. class "GtkToolbar" style "murrine-toolbar"
  405. class "GtkHandleBox" style "murrine-toolbar"
  406. widget_class "*Toolbar*.*Separator*" style "murrine-toolbar"
  407. # Panels
  408. style "murrine-panel" = "murrine-thin" {
  409. xthickness = 2
  410. bg[NORMAL] = @panel_bg_color
  411. bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
  412. bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
  413. bg[ACTIVE] = shade (0.8, @panel_bg_color)
  414. bg[INSENSITIVE] = @panel_bg_color
  415. fg[NORMAL] = @panel_fg_color
  416. fg[PRELIGHT] = shade (1.08, @panel_fg_color)
  417. fg[SELECTED] = shade (1.08, @panel_fg_color)
  418. fg[ACTIVE] = @panel_fg_color
  419. fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
  420. base[NORMAL] = @panel_bg_color
  421. base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
  422. base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
  423. base[ACTIVE] = shade (0.9, @panel_bg_color)
  424. base[INSENSITIVE] = @panel_bg_color
  425. text[NORMAL] = @panel_fg_color
  426. text[PRELIGHT] = shade (1.08, @panel_fg_color)
  427. text[SELECTED] = shade (1.08, @panel_fg_color)
  428. text[ACTIVE] = @panel_fg_color
  429. text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color)
  430. engine "murrine" {
  431. roundness = 0
  432. contrast = 0.0
  433. }
  434. }
  435. widget "*PanelWidget*" style "murrine-panel"
  436. widget "*PanelApplet*" style "murrine-panel"
  437. widget "*fast-user-switch*" style "murrine-panel"
  438. widget "*CPUFreq*Applet*" style "murrine-panel"
  439. widget "*indicator-applet*" style "murrine-panel"
  440. class "PanelApp*" style "murrine-panel"
  441. class "PanelToplevel*" style "murrine-panel"
  442. widget_class "*PanelToplevel*" style "murrine-panel"
  443. widget_class "*notif*" style "murrine-panel"
  444. widget_class "*Notif*" style "murrine-panel"
  445. widget_class "*Tray*" style "murrine-panel"
  446. widget_class "*tray*" style "murrine-panel"
  447. widget_class "*computertemp*" style "murrine-panel"
  448. widget_class "*Applet*Tomboy*" style "murrine-panel"
  449. widget_class "*Applet*Netstatus*" style "murrine-panel"
  450. widget "*gdm-user-switch-menubar*" style "murrine-panel"
  451. # LXPanel (code based on Lubuntu-default theme's gtkrc file)
  452. widget "*.tclock.*" style "murrine-panel"
  453. widget "*.taskbar.*" style "murrine-panel"
  454. widget_class "*GtkBgbox*" style "murrine-panel"
  455. style "bold-panel-item" {
  456. font_name = "Bold"
  457. engine "murrine" {
  458. roundness = 0
  459. }
  460. }
  461. widget "*Panel*MenuBar*" style "bold-panel-item"
  462. widget "*gimmie*" style "bold-panel-item"
  463. # widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug
  464. # class "*Panel*" style "murrine-panel" # Disabled to fix bug
  465. # XFCE Styles
  466. style "workspace-switcher" = "murrine-panel" {
  467. bg[ACTIVE] = @selected_bg_color
  468. bg[SELECTED] = @selected_bg_color
  469. }
  470. style "xfce-header" {
  471. bg[NORMAL] = shade (0.9, @bg_color)
  472. base[NORMAL] = shade (1.18, @bg_color)
  473. }
  474. style "xfdesktop-windowlist" {
  475. bg[NORMAL] = @base_color
  476. fg[INSENSITIVE] = shade (0.95, @base_color)
  477. text[INSENSITIVE] = shade (0.95, @base_color)
  478. }
  479. style "xfdesktop-icon-view" {
  480. XfdesktopIconView::label-alpha = 0
  481. XfdesktopIconView::selected-label-alpha = 60
  482. XfdesktopIconView::shadow-x-offset = 0
  483. XfdesktopIconView::shadow-y-offset = 1
  484. XfdesktopIconView::selected-shadow-x-offset = 0
  485. XfdesktopIconView::selected-shadow-y-offset = 1
  486. XfdesktopIconView::shadow-color = @fg_color
  487. XfdesktopIconView::selected-shadow-color = @fg_color
  488. XfdesktopIconView::shadow-blur-radius = 2
  489. XfdesktopIconView::cell-spacing = 2
  490. XfdesktopIconView::cell-padding = 6
  491. XfdesktopIconView::cell-text-width-proportion = 1.9
  492. fg[NORMAL] = @bg_color
  493. fg[ACTIVE] = @bg_color
  494. }
  495. style "xfwm-tabwin" {
  496. Xfwm4TabwinWidget::border-width = 1
  497. Xfwm4TabwinWidget::border-alpha = 1.0
  498. Xfwm4TabwinWidget::icon-size = 64
  499. Xfwm4TabwinWidget::alpha = 1.0
  500. Xfwm4TabwinWidget::border-radius = 2
  501. bg[NORMAL] = @menu_bg_color
  502. bg[SELECTED] = @menu_bg_color
  503. fg[NORMAL] = @menu_fg_color
  504. engine "murrine" {
  505. contrast = 0.0
  506. border_shades = { 0.9, 0.9 }
  507. }
  508. }
  509. style "xfwm-tabwin-button" {
  510. font_name = "bold"
  511. bg[SELECTED] = @selected_bg_color
  512. }
  513. style "xfsm-logout" {
  514. bg[NORMAL] = @menu_bg_color
  515. bg[ACTIVE] = @menu_bg_color
  516. bg[PRELIGHT] = shade (1.1, @menu_bg_color)
  517. bg[SELECTED] = shade (0.5, @menu_bg_color)
  518. bg[INSENSITIVE] = shade (1.3, @menu_bg_color)
  519. fg[NORMAL] = @menu_fg_color
  520. fg[PRELIGHT] = @menu_fg_color
  521. text[NORMAL] = @menu_fg_color
  522. engine "murrine" {
  523. }
  524. }
  525. style "xfsm-logout-button" {
  526. bg[NORMAL] = shade (1.2, @menu_bg_color)
  527. bg[PRELIGHT] = shade (1.4, @menu_bg_color)
  528. engine "murrine" {
  529. }
  530. }
  531. widget "*Pager*" style "workspace-switcher"
  532. widget "*Xfce*Panel*" style "murrine-panel"
  533. class "*Xfce*Panel*" style "murrine-panel"
  534. # Thunar Styles
  535. style "sidepane" {
  536. base[NORMAL] = @bg_color
  537. base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color))
  538. bg[NORMAL] = @bg_color
  539. text[NORMAL] = mix (0.9, @fg_color, @bg_color)
  540. }
  541. widget_class "*ThunarShortcutsView*" style "sidepane"
  542. widget_class "*ThunarTreeView*" style "sidepane"
  543. widget_class "*ThunarLocationEntry*" style "murrine-entry"
  544. style "whiskermenu" {
  545. bg[NORMAL] = @menu_bg_color
  546. bg[ACTIVE] = mix (0.21, @menubar_fg_color, @menubar_bg_color)
  547. bg[PRELIGHT] = @selected_bg_color
  548. fg[NORMAL] = @menu_fg_color
  549. fg[ACTIVE] = @menu_fg_color
  550. fg[PRELIGHT] = @menu_fg_color
  551. }
  552. style "whiskermenu-scrollbar" = "murrine-scrollbar" {
  553. bg[NORMAL] = mix (0.21, @fg_color, @bg_color)
  554. bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color)
  555. bg[ACTIVE] = @selected_bg_color
  556. engine "murrine" {
  557. trough_shades = { 4.97, 4.97 }
  558. trough_border_shades = { 5.0, 5.0 }
  559. }
  560. }
  561. widget "whiskermenu-window*" style "whiskermenu"
  562. widget "*whisker*GtkVScrollbar" style "whiskermenu-scrollbar"
  563. # Gtk2 Open-File Dialog
  564. widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
  565. widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
  566. # Google Chrome/Chromium Styles (requires 9.0.597 or newer)
  567. style "chromium-toolbar-button" {
  568. engine "murrine" {
  569. roundness = 2
  570. textstyle = 0
  571. }
  572. }
  573. style "chrome-gtk-frame" {
  574. ChromeGtkFrame::frame-color = @titlebar_bg_color
  575. ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
  576. ChromeGtkFrame::frame-gradient-size = 0
  577. ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color
  578. ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
  579. ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
  580. ChromeGtkFrame::incognito-frame-gradient-size = 0
  581. ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color
  582. ChromeGtkFrame::scrollbar-trough-color = @bg_color
  583. ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color)
  584. ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @fg_color, @bg_color)
  585. }
  586. class "ChromeGtkFrame" style "chrome-gtk-frame"
  587. widget_class "*Chrom*Button*" style "chromium-toolbar-button"
  588. # General Styles
  589. class "GtkWidget" style "murrine-default"
  590. class "GtkFrame" style "murrine-frame"
  591. class "MetaFrames" style "metacity-frame"
  592. class "GtkWindow" style "metacity-frame"
  593. class "GtkSeparator" style "murrine-wide"
  594. class "GtkCalendar" style "murrine-wide"
  595. class "GtkSpinButton" style "murrine-spinbutton"
  596. class "GtkScale" style "murrine-scale"
  597. class "GtkVScale" style "murrine-vscale"
  598. class "GtkHScale" style "murrine-hscale"
  599. class "GtkScrollbar" style "murrine-scrollbar"
  600. class "GtkVScrollbar" style "murrine-vscrollbar"
  601. class "GtkHScrollbar" style "murrine-hscrollbar"
  602. class "GtkEntry" style "murrine-entry"
  603. widget_class "*<GtkNotebook>" style "clearlooks-notebook"
  604. widget_class "*<GtkNotebook>*<GtkEventBox>" style "clearlooks-notebook-bg"
  605. widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "clearlooks-notebook-bg"
  606. widget_class "*<GtkNotebook>*<GtkLayout>" style "clearlooks-notebook-bg"
  607. widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
  608. widget_class "*<GtkButton>" style "murrine-button"
  609. widget_class "*<GtkStatusbar>*" style "murrine-statusbar"
  610. widget_class "*<GtkProgress>" style "murrine-progressbar"
  611. widget_class "*<GtkProgressBar>" style "murrine-progressbar"
  612. widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry"
  613. widget_class "*<GtkCombo>*" style "murrine-comboboxentry"
  614. widget_class "*<GtkMenu>*" style "murrine-menu"
  615. widget_class "*<GtkMenuItem>*" style "murrine-menu-item"
  616. widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item"
  617. widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item"
  618. widget_class "*<GtkMenuBar>*" style "murrine-menubar"
  619. widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "murrine-menubaritem"
  620. widget_class "*GtkToolButton*" style "murrine-toolbutton"
  621. widget_class "*GtkToggleToolButton*" style "murrine-toolbutton"
  622. widget_class "*GtkMenuToolButton*" style "murrine-toolbutton"
  623. widget_class "*GtkToolbar*Button" style "murrine-toolbutton"
  624. widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title"
  625. widget_class "*.<GtkTreeView>*" style "murrine-treeview"
  626. widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
  627. widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
  628. widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header"
  629. widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header"
  630. widget_class "*.<GtkCheckButton>" style "clearlooks-radiocheck"
  631. widget_class "*<GtkNotebook>.*.<GtkCheckButton>" style "clearlooks-base-radiocheck"
  632. widget_class "*<GtkCellRendererToggle>" style "clearlooks-base-radiocheck"
  633. widget "gtk-tooltip*" style "murrine-tooltips"
  634. widget_class "*<GtkScrolledWindow>*<OsScrollbar>" style "murrine-overlay-scrollbar"
  635. # Workarounds and Non-Standard Styling
  636. style "text-is-fg-color-workaround" {
  637. text[NORMAL] = @text_color
  638. text[PRELIGHT] = @fg_color
  639. text[SELECTED] = @selected_fg_color
  640. text[ACTIVE] = @fg_color
  641. text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
  642. }
  643. widget_class "*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround"
  644. style "fg-is-text-color-workaround" {
  645. fg[NORMAL] = @text_color
  646. fg[PRELIGHT] = @text_color
  647. fg[ACTIVE] = @selected_fg_color
  648. fg[SELECTED] = @selected_fg_color
  649. fg[INSENSITIVE] = darker (@fg_color)
  650. }
  651. widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
  652. widget_class "*<GtkCList>" style "fg-is-text-color-workaround"
  653. widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround"
  654. style "murrine-evo-new-button-workaround" {
  655. engine "murrine" {
  656. toolbarstyle = 0
  657. }
  658. }
  659. widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
  660. style "inkscape-toolbar-fix" {
  661. engine "murrine" {
  662. gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
  663. highlight_shade = 1.0
  664. }
  665. }
  666. #widget "*GtkHandleBox*" style "inkscape-toolbar-fix"
  667. #widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix"
  668. #widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix"
  669. widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix"
  670. widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix"
  671. widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix"
  672. widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix"
  673. widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix"
  674. widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix"
  675. widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix"
  676. widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix"
  677. widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix"
  678. widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix"
  679. widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix"
  680. widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix"
  681. widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix"
  682. widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix"
  683. widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix"
  684. widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix"
  685. widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix"
  686. # Performance Fixes
  687. style "performance-fix" {
  688. engine "murrine" {
  689. textstyle = 0
  690. }
  691. }
  692. widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape
  693. widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp
  694. widget_class "*GimpToolbox*" style "performance-fix"
  695. widget_class "*GimpMenuDock*" style "performance-fix"
  696. widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
  697. widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.)
  698. widget_class "*XfceHeading*" style "xfce-header"
  699. widget_class "*XfceDesktop*" style "xfdesktop-windowlist"
  700. widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
  701. widget "xfwm4-tabwin*" style "xfwm-tabwin"
  702. widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button"
  703. widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
  704. widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
  705. # button fg workarounds:
  706. widget_class "*.<GtkButton>.<GtkLabel>" style "murrine-buttonlabel"
  707. widget_class "*<GtkButton>*<GtkLabel>*" style:highest "murrine-buttonlabel"
  708. widget_class "*<GtkCheckButton>*<GtkLabel>*" style:highest "clearlooks-radiocheck-label"
  709. widget_class "*<GtkComboBoxText>*" style "murrine-buttonlabel"
  710. widget_class "*<GtkComboBoxText>*<GtkToggleButton>*" style "murrine-buttonlabel"
  711. widget_class "*<GtkComboBoxText>*<GtkEntry>*" style:highest "murrine-entry"
  712. widget_class "*<GtkToolbar>*<GtkToolButton>*<GtkLabel>*" style:highest "murrine-toolbutton-label"