diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index f538fbc..d6a6629 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -61,13 +61,17 @@ style "murrine-default" { GtkScrolledWindow::scrollbar-spacing = 0 GtkScrolledWindow::scrollbars-within-bevel = 1 + GtkSeparatorMenuItem::horizontal-padding = 0 + GtkToolbar::internal-padding = 0 GtkTreeView::expander-size = 11 GtkTreeView::vertical-separator = 0 GtkWidget::focus-line-width = 1 - GtkWidget::focus-padding = 0 # Prevents the Firefox tabs from jumping a few pixels when you create a new tab + # The following line prevents the Firefox tabs + # from jumping a few pixels when you create a new tab + GtkWidget::focus-padding = 0 GtkWidget::wide-separators = 1 GtkWidget::separator-width = 1 @@ -78,13 +82,13 @@ style "murrine-default" { WnckTasklist::fade-overlay-rect = 0 - GnomeHRef::link_color = @link_color + GnomeHRef::link_color = @link_color GtkHTML::link-color = @link_color GtkIMHtmlr::hyperlink-color = @link_color GtkIMHtml::hyperlink-color = @link_color GtkWidget::link-color = @link_color GtkWidget::visited-link-color = @text_color - + GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified @@ -119,9 +123,9 @@ style "murrine-default" { animation = FALSE arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows border_shades = { 1.0, 1.0 } # gradient to draw on border - colorize_scrollbar = FALSE + colorize_scrollbar = FALSE comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow - contrast = 0.8 # overal contast with borders + contrast = 0.8 # overal contrast with borders focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight 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 @@ -140,7 +144,7 @@ style "murrine-default" { reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient roundness = 2 # roundness of widgets scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles - sliderstyle = 0 # 0 = none, 1 = handles + sliderstyle = 0 # 0 = none, 1 = handles stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient } @@ -216,7 +220,7 @@ style "murrine-scale" = "murrine-thin" { bg[ACTIVE] = @bg_color bg[SELECTED] = @selected_bg_color bg[INSENSITIVE] = shade (0.95, @bg_color) - + engine "murrine" { roundness = 7 gradient_shades = { 1.08, 1.08, 1.08, 1.08 } @@ -343,12 +347,7 @@ style "murrine-menu-item" = "murrine-wider" { } } -style "murrine-separator-menu-item" { - xthickness = 1 - ythickness = 1 - - GtkSeparatorMenuItem::horizontal-padding = 0 -} +style "murrine-separator-menu-item" = "murrine-thin" { } style "murrine-menubar" { bg[NORMAL] = @menubar_bg_color @@ -427,9 +426,8 @@ class "GtkHandleBox" style "murrine-toolbar" # Panels -style "murrine-panel" { - xthickness = 1 - ythickness = 1 +style "murrine-panel" = "murrine-thin" { + xthickness = 4 bg[NORMAL] = @panel_bg_color bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) @@ -454,7 +452,7 @@ style "murrine-panel" { text[SELECTED] = shade (1.08, @panel_fg_color) text[ACTIVE] = @panel_fg_color text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) - + engine "murrine" { roundness = 0 } @@ -531,8 +529,8 @@ style "xfwm-tabwin" { Xfwm4TabwinWidget::border-width = 0 Xfwm4TabwinWidget::icon-size = 64 - bg[NORMAL] = @menu_bg_color - fg[NORMAL] = @menu_fg_color + bg[NORMAL] = @menu_bg_color + fg[NORMAL] = @menu_fg_color engine "murrine" { focusstyle = 0 @@ -540,24 +538,24 @@ style "xfwm-tabwin" { } style "xfsm-logout" { - bg[NORMAL] = @menu_bg_color - bg[ACTIVE] = @menu_bg_color - bg[PRELIGHT] = shade (1.1, @menu_bg_color) - bg[SELECTED] = shade (0.5, @menu_bg_color) - bg[INSENSITIVE] = shade (1.3, @menu_bg_color) + bg[NORMAL] = @menu_bg_color + bg[ACTIVE] = @menu_bg_color + bg[PRELIGHT] = shade (1.1, @menu_bg_color) + bg[SELECTED] = shade (0.5, @menu_bg_color) + bg[INSENSITIVE] = shade (1.3, @menu_bg_color) - fg[NORMAL] = @menu_fg_color - fg[PRELIGHT] = @menu_fg_color + fg[NORMAL] = @menu_fg_color + fg[PRELIGHT] = @menu_fg_color - text[NORMAL] = @menu_fg_color + text[NORMAL] = @menu_fg_color engine "murrine" { } } style "xfsm-logout-button" { - bg[NORMAL] = shade (1.2, @menu_bg_color) - bg[PRELIGHT] = shade (1.4, @menu_bg_color) + bg[NORMAL] = shade (1.2, @menu_bg_color) + bg[PRELIGHT] = shade (1.4, @menu_bg_color) engine "murrine" { }