Advertisement
Guest User

zhuravlik

a guest
Oct 27th, 2009
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 17.13 KB | None | 0 0
  1. # Color Scheme
  2. # This is the basic color scheme of the theme.  These are the colors that can be changed witing the Gnome Appearance Properties dialog.
  3. gtk_color_scheme = "fg_color:#d3caaa\nbg_color:#363330\nbase_color:#221e1a\ntext_color:#dcdccc\nselected_bg_color:#635D57\nselected_fg_color:#D3CAAA\ntooltip_bg_color:#363330\ntooltip_fg_color:#ffffff"
  4.  
  5. gtk-icon-sizes = "panel=16,16 : gtk-menu=16,16 : gtk-button=16,16 : gtk-small-toolbar=16,16 : gtk-large-toolbar=16,16 : gtk-dialog=32,32 : gtk-dnd=16,16 : panel-menu=16,16"
  6.  
  7. # Base Settings
  8. # These are the default settings for all widgets used in the theme.  They are only overriden by specific settings later on in the theme.
  9.  
  10. style "murrine-default" {
  11.    
  12.     # Style Properties
  13.     GtkButton       ::child-displacement-x     = 1
  14.     GtkButton       ::child-displacement-y     = 1
  15.     GtkButton       ::default-border           = { 0, 0, 0, 0 }
  16.     GtkCheckButton      ::indicator-size           = 14
  17.  
  18.     GtkPaned        ::handle-size              = 6
  19.  
  20.     GtkRange        ::trough-border            = 1
  21.     GtkRange        ::slider-width             = 8
  22.     GtkRange        ::stepper-size             = 13
  23.  
  24.     GtkScale        ::slider-length            = 14
  25.     GtkScale        ::slider-width             = 8
  26.     GtkScale        ::stepper-size         = 13
  27.     GtkScale        ::trough-side-details      = 0
  28.     GtkScrollbar        ::min-slider-length        = 30
  29.  
  30.     GtkMenuBar      ::internal-padding         = 0
  31.     GtkExpander     ::expander-size            = 16
  32.     GtkToolbar      ::internal-padding         = 1
  33.     GtkTreeView     ::expander-size            = 12
  34.     GtkTreeView     ::vertical-separator       = 0
  35.  
  36.     GtkOptionMenu       ::indicator-size       = 0
  37.  
  38.     GtkMenu         ::horizontal-padding       = 0
  39.     GtkMenu         ::vertical-padding         = 0
  40.  
  41.     GtkMenuItem         ::arrow-scaling            = 0.4
  42.  
  43.         GtkScrolledWindow   ::scrollbar-spacing        = 3
  44.    
  45.         GtkNotebook     ::tab-curvature        = 3
  46.         GtkNotebook     ::tab-overlap          = 4
  47.  
  48.  
  49. GtkWidget::link-color = "#acee00"
  50. GtkWidget::visited-link-color = "#ffc100"
  51. GtkHTML::alink_color = "#acee00"
  52. GtkHTML::link_color = "#acee00"
  53. GtkHTML::vlink_color = "#ffc100"
  54. GnomeHref::link_color = "#acee00"
  55. GtkIMHtml::hyperlink-color = "#acee00"
  56. GtkIMHtml::hyperlink-prelight-color = "#ffc100"
  57.  
  58.  
  59.     # Glow the tasklist by changing the color, instead of overlaying it with a rectangle
  60.     WnckTasklist        ::fade-overlay-rect    = 0
  61.         #WnckTasklist       ::fade-loop-time       = 5.0
  62.         #WnckTasklist       ::fade-opacity         = 0.7
  63.  
  64.     xthickness = 1
  65.     ythickness = 1
  66.  
  67.  
  68.     fg[NORMAL]        = @fg_color
  69.     fg[PRELIGHT]      = @fg_color
  70.     fg[SELECTED]      = @selected_fg_color
  71.     fg[INSENSITIVE]   = darker (@bg_color)
  72.     fg[ACTIVE]        = shade (0.60, @fg_color) #pidgin tabs, unselected tabs
  73.  
  74.     bg[NORMAL]    = @bg_color
  75.     bg[ACTIVE]    = shade (0.60, @bg_color)
  76.     bg[PRELIGHT]      = shade (0.6, @bg_color)
  77.     bg[SELECTED]      = @selected_bg_color
  78.     bg[INSENSITIVE]   = shade (1.03,@bg_color)
  79.  
  80.     base[NORMAL]      = @base_color
  81.     base[PRELIGHT]    = @base_color
  82.     base[SELECTED]    = @selected_bg_color
  83.     base[INSENSITIVE] = @bg_color
  84.     base[ACTIVE]      = @selected_bg_color
  85.  
  86.     text[NORMAL]      = @text_color
  87.     text[PRELIGHT]    = @text_color
  88.     text[SELECTED]    = @selected_fg_color
  89.     text[INSENSITIVE] = @text_color
  90.     text[ACTIVE]      = @text_color
  91.  
  92.  
  93.     engine "murrine"
  94.         {
  95.         animation           = TRUE  # FALSE = disabled, TRUE = enabled
  96.         colorize_scrollbar  = TRUE # FALSE = disabled, TRUE = enabled
  97.         contrast            = 0.8   # 0.8 for less contrast, more than 1.0 for more contrast on borders
  98.         glazestyle          = 0     # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
  99.         gradient_shades     = {1.09,1.01,1.01,0.9} # default: {1.1,1.0,1.0,1.1}
  100.         gradients           = TRUE  # FALSE = disabled, TRUE = enabled
  101.         highlight_ratio     = 1.0  # set highlight amount for buttons or widgets
  102.         lightborder_ratio   = 1.3   # sets lightborder amount for buttons or widgets
  103.         lightborderstyle    = 1     # 0 = lightborder on top side, 1 = lightborder on all sides
  104.         listviewheaderstyle = 2     # 0 = flat, 1 = glassy, 2 = raised
  105.         listviewstyle       = 1     # 0 = nothing, 1 = dotted
  106.         menubaritemstyle    = 1     # 0 = menuitem look, 1 = button look
  107.         menubarstyle        = 0     # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
  108.         menuitemstyle       = 0     # 0 = flat, 1 = glassy, 2 = striped
  109.         menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
  110.         reliefstyle      = 0     # 0 = flat, 1 = inset, 2 = shadow
  111.         rgba             = FALSE  # FALSE = disabled, TRUE = enabled
  112.         roundness           = 0     # 0 = squared, 1 = old default, more will increase roundness
  113.         scrollbarstyle      = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
  114.         sliderstyle         = 0     # 0 = nothing added, 1 = handles
  115.         stepperstyle        = 1     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
  116. #       style           = MURRINE # engine style options: CANDIDO, CLEARLOOKS, MIST, MURRINE, NODOKA
  117.         toolbarstyle        = 0     # 0 = flat, 1 = glassy, 2 = gradient
  118.     }
  119. }
  120.  
  121. style "murrine-wide"
  122. {
  123.     xthickness=2
  124.     ythickness=2
  125. }
  126.  
  127. style "murrine-wider"
  128. {
  129.     xthickness=3
  130.     ythickness=3
  131. }
  132.  
  133. style "murrine-dark"
  134. {
  135.     bg[NORMAL]  = shade(0.24,@bg_color)
  136.     bg[SELECTED]    = shade(0.9,@selected_bg_color)
  137.     bg[PRELIGHT]    = shade (0.5, @selected_bg_color)
  138.     bg[ACTIVE]  = mix (0.5, @selected_bg_color, shade(0.2,@bg_color))
  139.     bg[INSENSITIVE] = shade(0.2,@bg_color)
  140.    
  141.     text[NORMAL]    = @bg_color
  142.    
  143.     fg[NORMAL]      = mix (0.9,  '#ffffef', @fg_color)
  144.     fg[PRELIGHT]    = mix (0.8,  '#ffffef', @fg_color)
  145.     fg[SELECTED]    = mix (0.8,  '#ffffef', @fg_color)
  146.     fg[ACTIVE]      = mix (0.8,  '#ffffef', @fg_color)
  147.     fg[INSENSITIVE] = mix (0.4,  '#ffffef', @fg_color) 
  148. }
  149.  
  150. style "murrine-button"
  151. {
  152.     xthickness      = 3
  153.     ythickness      = 3
  154.  
  155.     text[NORMAL]    = "#000000"
  156.     text[PRELIGHT]  = shade (0.20, @bg_color)
  157.     text[ACTIVE]    = "#000000"
  158.  
  159.     bg[NORMAL]      = @bg_color
  160.     bg[PRELIGHT]    = shade (1.20, @bg_color)
  161.     bg[ACTIVE]      =  @bg_color
  162.  
  163. }
  164.  
  165. style "murrine-toolbar"
  166. {  
  167.     bg[SELECTED]    = "#363330"
  168.     bg[NORMAL]      = "#363330"
  169.     bg[PRELIGHT]    = "#363330"
  170.     bg[ACTIVE]      = "#363330"
  171.    
  172.     fg[NORMAL]      = @fg_color
  173.     fg[ACTIVE]      = @fg_color
  174.     fg[PRELIGHT]    = @fg_color
  175.  
  176.     engine "murrine"{
  177.         gradient_shades = {1.0,0.9,0.9,0.75}
  178.     }
  179. }
  180.  
  181. style "murrine-notebook-bg" = "murrine-default"
  182. {
  183.     bg[NORMAL] = shade (1.05, @bg_color)
  184.     bg[ACTIVE] = shade (0.95, @bg_color)
  185.     xthickness = 3
  186. }
  187.  
  188. style "murrine-notebook" = "murrine-notebook-bg"
  189.  
  190. {
  191.     xthickness = 3
  192. }
  193.  
  194. style "murrine-tasklist"
  195. {
  196.     xthickness = 3
  197.     ythickness = 3
  198. }
  199.  
  200. style "murrine-menu" = "murrine-dark"
  201. {
  202.     xthickness = 3
  203.     ythickness = 3
  204.  
  205.     bg[NORMAL]   = "#363330"
  206.     text[NORMAL] = @fg_color
  207.     text[PRELIGHT]  = @selected_fg_color
  208.  
  209.     engine "murrine" {
  210.         roundness = 0
  211.         highlight_shade     = 1.04
  212.     }
  213.  
  214. }
  215.  
  216. style "murrine-menu-item" = "murrine-dark"
  217. {
  218.     xthickness = 3
  219.     ythickness = 3
  220.  
  221.     bg[NORMAL]   = "#363330"
  222.     text[NORMAL] = @fg_color
  223.     text[PRELIGHT]  = @selected_fg_color
  224.  
  225.     engine "murrine" {
  226.         roundness = 0
  227.         highlight_shade     = 1.04
  228.     }
  229. }
  230.  
  231. style "murrine-separator-menu-item"
  232. {
  233.     GtkSeparatorMenuItem::horizontal-padding = 0
  234.     GtkWidget::wide-separators = 1
  235.     GtkWidget::separator-width = 1
  236.     GtkWidget::separator-height = 1
  237.     xthickness = 1
  238.     ythickness = 0
  239.  
  240.     engine "murrine" {
  241.         roundness = 0
  242.         highlight_shade     = 1.04
  243.     }
  244.  
  245. }
  246.  
  247. style "murrine-panel" {
  248.     xthickness = 3
  249.     ythickness = 3
  250.     bg[NORMAL]        = "#2D2A27"
  251.     bg[PRELIGHT]     = shade (1.8, @bg_color)
  252.     bg[ACTIVE]       = "#262525"
  253.     fg[NORMAL]        = @fg_color
  254.     fg[PRELIGHT]      = @fg_color
  255.     fg[ACTIVE]        = @fg_color
  256.     engine "murrine" {
  257.     roundness = 0
  258.     rgba = TRUE
  259.     highlight_ratio = 1.2
  260.     reliefstyle     = 2
  261.     contrast = 0.9
  262.     lightborderstyle    = 1
  263.     lightborder_ratio   = 1.1
  264.     }
  265. }
  266.  
  267.  
  268. style "murrine-treeview"
  269. {
  270. }
  271.  
  272. # Based on the default style so that the colors from the button
  273. # style are overriden again.
  274. style "murrine-treeview-header" = "murrine-button"
  275. {
  276.     xthickness = 2
  277.     ythickness = 1
  278.    
  279.     GtkWidget::focus-line-width = 0
  280.    
  281.     engine "murrine" {
  282.     }
  283. }
  284.  
  285. # SZ07: This is added to tell the theme how to color checkmarks and radio items that are not in menus.
  286. style "murrine-radiocheck" = "murrine-default"
  287. {
  288.     text[NORMAL]    = shade (1.15, @bg_color) # Color for checks/radio items.
  289.     text[PRELIGHT]  = @selected_fg_color    # Color for selected checks/radio items.
  290.     engine "murrine"{
  291.     }
  292. }
  293.  
  294. style "murrine-tooltips"
  295. {
  296.     xthickness = 4
  297.     ythickness = 4
  298.  
  299.     bg[NORMAL] = @tooltip_bg_color
  300.     fg[NORMAL] = @tooltip_fg_color
  301. }
  302.  
  303. style "murrine-progressbar"
  304. {
  305.     xthickness = 1
  306.     ythickness = 1
  307.  
  308.     fg[PRELIGHT] = @selected_fg_color
  309.     bg[SELECTED]        =  "#413D39"
  310.  
  311. }
  312.  
  313.  
  314. style "murrine-comboboxentry"
  315. {
  316. }
  317.  
  318. style "murrine-spinbutton"
  319. {
  320. }
  321.  
  322. style "murrine-scale"
  323. {
  324.     bg[PRELIGHT] = shade(0.9,@bg_color)
  325. }
  326.  
  327. style "murrine-hscale" = "murrine-scale"
  328. {
  329. }
  330.  
  331. style "murrine-vscale" = "murrine-scale"
  332. {
  333. }
  334.  
  335.  
  336. style "murrine-scrollbar"
  337. {
  338.  
  339.     bg[NORMAL]        = shade (1.0, @bg_color)
  340.    
  341.     engine "murrine" {
  342.     #highlight_ratio = 1.3
  343.     scrollbar_color = "#413D39"
  344.     #glazestyle = 0
  345.     roundness = 1
  346.     rgba = FALSE
  347.     }
  348.  
  349.     GtkRange       ::trough-border        = 3
  350.  
  351. }
  352.  
  353. style "murrine-hscrollbar" = "murrine-scrollbar"
  354. {
  355. }
  356.  
  357. style "murrine-vscrollbar" = "murrine-scrollbar"
  358. {
  359. }
  360.  
  361. style "murrine-menubar" = "murrine-dark"
  362. {
  363.     bg[NORMAL]   = "#363330"
  364.     engine "murrine"{
  365.         gradient_shades = {1.0,0.9,0.9,0.75}
  366.     }
  367. }
  368.  
  369. style "murrine-frame"
  370. {
  371.     #Uncomment for dark statusbars. Breaks some apps.
  372.     #bg[ACTIVE] = shade(0.2,@bg_color)
  373.     #fg[NORMAL] = mix (1.5, @fg_color, '#ffffff')
  374.     #fg[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
  375. }
  376.  
  377. style "murrine-frame-title" = "murrine-frame"
  378. {
  379.     fg[NORMAL] = lighter (@fg_color)
  380. }
  381.  
  382. style "murrine-nautilus-location"
  383. {
  384.     bg[NORMAL] = mix(0.60, shade (1.05,@bg_color), @selected_bg_color)
  385. }
  386.  
  387.  
  388.  
  389. #########################################
  390. # Matches
  391. #########################################
  392.  
  393. # murrine default style is applied to every widget
  394. class "GtkWidget"    style "murrine-default"
  395.  
  396. # Increase the x/ythickness in some widgets
  397. class "GtkRange"     style "murrine-default"
  398. class "GtkFrame"     style "murrine-frame"
  399. class "GtkSeparator" style "murrine-wide"
  400. class "GtkEntry"     style "murrine-wider"
  401. class "GtkStatusbar" style "murrine-default"
  402. class "GtkToolbar"   style "murrine-toolbar"
  403. class "GtkMenuBar"   style:highest "murrine-menubar"
  404. class "*HandleBox" style "murrine-toolbar"
  405. widget_class "*HandleBox" style "murrine-toolbar"
  406.  
  407. class "GtkSpinButton"  style "murrine-spinbutton"
  408. class "GtkScale"       style "murrine-scale"
  409. class "GtkVScale"      style "murrine-vscale"
  410. class "GtkHScale"      style "murrine-hscale"
  411. class "GtkScrollbar"   style "murrine-scrollbar"
  412. class "GtkVScrollbar"  style "murrine-vscrollbar"
  413. class "GtkHScrollbar"  style "murrine-hscrollbar"
  414. class "GtkButton"      style "murrine-button"
  415. class "GtkRadioButton*" style "murrine-radiocheck"  # SZ07: Added for the checkmarks/radio
  416. class "GtkCheckButton"  style "murrine-radiocheck"  # SZ07: Added for the checkmarks/radio
  417.  
  418.  
  419.  
  420. # General matching following, the order is choosen so that the right styles override each other
  421. # eg. progressbar needs to be more important then the menu match.
  422.  
  423. widget_class "*<GtkNotebook>*<GtkEventBox>"     style "murrine-notebook-bg"
  424. widget_class "*<GtkStatusbar>*" style "murrine-wider"
  425. widget_class "*<GtkNotebook>*<GtkDrawingArea>"  style "murrine-notebook-bg"
  426. widget_class "*<GtkNotebook>*<GtkLayout>"       style "murrine-notebook-bg"
  427. widget_class "*<GtkNotebook>"    style "murrine-notebook"
  428.  
  429. widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry"
  430. widget_class "*<GtkCombo>*"         style "murrine-comboboxentry"
  431.  
  432. widget_class "*<GtkMenu>*"              style "murrine-menu"
  433. widget_class "*<GtkMenuItem>*"          style "murrine-menu-item"
  434. widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item"
  435.  
  436. widget_class "*<GtkFrame>"  style "murrine-frame"
  437. widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title"
  438. widget_class "*.<GtkTreeView>*"        style "murrine-treeview"
  439.  
  440. widget_class "*<GtkStatusbar>*"  style "murrine-wider"
  441. widget_class "*<GtkProgressBar>"       style "murrine-progressbar"
  442.  
  443. # Treeview header
  444. widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
  445. widget_class "*.<GtkCTree>.<GtkButton>"    style "murrine-treeview-header"
  446. widget_class "*.<GtkList>.<GtkButton>"     style "murrine-treeview-header"
  447. widget_class "*.<GtkCList>.<GtkButton>"    style "murrine-treeview-header"
  448.  
  449. widget_class "*<GtkToolbar>.*"   style "murrine-toolbar"
  450.  
  451. #Panel style
  452. class "*Panel*" style "murrine-panel"
  453. widget "*PanelWidget*"                  style "murrine-panel"
  454. widget "*PanelApplet*"                  style "murrine-panel"
  455. widget "*fast-user-switch*"             style "murrine-panel"
  456. class "PanelApp*"                       style "murrine-panel"
  457. class "PanelToplevel*"                  style "murrine-panel"
  458. widget_class "*Mail*"                   style "murrine-panel"
  459. widget_class "*notif*"                  style "murrine-panel"
  460. widget_class "*Notif*"                  style "murrine-panel"
  461.  
  462. # XFCE panel theming
  463. widget "*Xfce*Panel*" style "murrine-panel"
  464. class "*Xfce*Panel*" style "murrine-panel"
  465.  
  466. # The window of the tooltip is called "gtk-tooltip"
  467. widget "gtk-tooltip*" style "murrine-tooltips"
  468.  
  469. ###################################################
  470. # Special cases and work arounds
  471. ###################################################
  472.  
  473. # Fixes toolbars inside frames. Will be overridden later.
  474. style "murrine-toolbar-flat" = "murrine-default"
  475. {
  476.     xthickness = 3
  477.     ythickness = 3
  478.     engine "murrine"
  479.     {
  480.         toolbarstyle = 0
  481.     }
  482. }
  483. widget_class "*.*.*.*.*.*Toolbar*"  style "murrine-toolbar-flat"
  484. widget_class "*.*.*.*.*.*HandleBox*"    style "murrine-toolbar-flat"
  485.  
  486. #Undo for Epiphany (FIXME find a better way to do this)
  487. widget_class "*EphyToolbar*"    style "murrine-toolbar"
  488. widget_class "*EphyToolbar*.*.*.*"  style "murrine-toolbar"
  489.  
  490. # Workarounds for Evolution
  491. widget_class "*.ETable.ECanvas"    style "murrine-treeview-header"
  492. widget_class "*.ETree.ECanvas"    style "murrine-treeview-header"
  493.  
  494. #Firefox isn't nice to dark themes, so unset the dark stuff.
  495. widget "MozillaGtkWidget*Toolbar*"  style "murrine-default"
  496. #widget "MozillaGtkWidget*Frame*"   style "murrine-default"
  497.  
  498. #Thunderbird too. But since Thunderbird uses the same theming engine as FF2, things are worse for us.
  499.  
  500. # Special case the nautilus-extra-view-widget
  501. # ToDo: A more generic approach for all applications that have a widget like this.
  502. widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location"
  503.  
  504. # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
  505. style "murrine-text-is-fg-color-workaround"
  506. {
  507.     text[NORMAL]      = @fg_color
  508.     text[PRELIGHT]    = @fg_color
  509.     text[SELECTED]    = @selected_fg_color
  510.     text[ACTIVE]      = @fg_color
  511.     text[INSENSITIVE] = darker (@bg_color)
  512. }
  513. widget_class "*.<GtkComboBox>.<GtkCellView>"   style "murrine-text-is-fg-color-workaround"
  514.  
  515. style "murrine-text-is-fg-color-workaround-dark"
  516. {
  517.     #Make it work with this theme!
  518.     text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
  519.     text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
  520. }
  521. widget_class "*Toolbar*.<GtkComboBox>.<GtkCellView>"   style "murrine-text-is-fg-color-workaround-dark"
  522.  
  523. style "murrine-menuitem-text-is-fg-color-workaround"
  524. {
  525.     #text[NORMAL]        = @fg_color
  526.     #text[PRELIGHT]      = @selected_fg_color
  527.     #text[SELECTED]      = @selected_fg_color
  528.     #text[ACTIVE]        = @fg_color
  529.     #text[INSENSITIVE]   = darker (@bg_color)
  530.     #Make it work with this theme!
  531.     text[NORMAL] = mix (1.5, @fg_color, '#ffffff')
  532.     text[PRELIGHT] = mix (1.4, @fg_color, '#ffffff')
  533. }
  534. widget "*.gtk-combobox-popup-menu.*"   style "murrine-menuitem-text-is-fg-color-workaround"
  535.  
  536. # Work around the usage of GtkLabel inside GtkListItems to display text.
  537. # This breaks because the label is shown on a background that is based on the
  538. # base color set.
  539. style "murrine-fg-is-text-color-workaround"
  540. {
  541.     fg[NORMAL]      = @text_color
  542.     fg[PRELIGHT]    = @text_color
  543.     fg[ACTIVE]      = @selected_fg_color
  544.     fg[SELECTED]    = @selected_fg_color
  545.     fg[INSENSITIVE] = darker (@bg_color)
  546. }
  547. widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround"
  548. # The same problem also exists for GtkCList and GtkCTree
  549. # Only match GtkCList and not the parent widgets, because that would also change the headers.
  550. widget_class "*<GtkCList>" style "murrine-fg-is-text-color-workaround"
  551.  
  552. #Rhythmbox toolbar near the search entry. Use default + wide so that it doesn't turn dark.
  553. style "murrine-rhythmbox-header" = "murrine-default"
  554. {
  555.     xthickness = 3
  556.     ythickness = 3
  557.     engine "murrine" {
  558.     }
  559. }
  560. widget "*RBSourceHeader*"   style:highest "murrine-rhythmbox-header"
  561. widget "*HeaderToolbar*"    style:highest "murrine-rhythmbox-header"
  562. widget "*FooterToolbar*"    style:highest "murrine-rhythmbox-header"
  563. widget "*swt*toolbar*"  style "murrine-default"
  564.  
  565. #Evolution toolbar
  566. style "murrine-evo-new-button-workaround" = "murrine-dark"
  567. {
  568.    
  569.     engine "murrine"
  570.     {
  571.         toolbarstyle = 0
  572.     }
  573. }
  574.  
  575. widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement