gtkrc.hidpi 28 KB

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