Guest User

gtkrc

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