Improvements to panel and menu separators
parent
a1b104299d
commit
fc6d8cf371
|
@ -61,13 +61,17 @@ style "murrine-default" {
|
||||||
GtkScrolledWindow::scrollbar-spacing = 0
|
GtkScrolledWindow::scrollbar-spacing = 0
|
||||||
GtkScrolledWindow::scrollbars-within-bevel = 1
|
GtkScrolledWindow::scrollbars-within-bevel = 1
|
||||||
|
|
||||||
|
GtkSeparatorMenuItem::horizontal-padding = 0
|
||||||
|
|
||||||
GtkToolbar::internal-padding = 0
|
GtkToolbar::internal-padding = 0
|
||||||
|
|
||||||
GtkTreeView::expander-size = 11
|
GtkTreeView::expander-size = 11
|
||||||
GtkTreeView::vertical-separator = 0
|
GtkTreeView::vertical-separator = 0
|
||||||
|
|
||||||
GtkWidget::focus-line-width = 1
|
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::wide-separators = 1
|
||||||
GtkWidget::separator-width = 1
|
GtkWidget::separator-width = 1
|
||||||
|
@ -121,7 +125,7 @@ style "murrine-default" {
|
||||||
border_shades = { 1.0, 1.0 } # gradient to draw on border
|
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
|
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
|
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
|
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
|
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
|
||||||
|
@ -343,12 +347,7 @@ style "murrine-menu-item" = "murrine-wider" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
style "murrine-separator-menu-item" {
|
style "murrine-separator-menu-item" = "murrine-thin" { }
|
||||||
xthickness = 1
|
|
||||||
ythickness = 1
|
|
||||||
|
|
||||||
GtkSeparatorMenuItem::horizontal-padding = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
style "murrine-menubar" {
|
style "murrine-menubar" {
|
||||||
bg[NORMAL] = @menubar_bg_color
|
bg[NORMAL] = @menubar_bg_color
|
||||||
|
@ -427,9 +426,8 @@ class "GtkHandleBox" style "murrine-toolbar"
|
||||||
|
|
||||||
# Panels
|
# Panels
|
||||||
|
|
||||||
style "murrine-panel" {
|
style "murrine-panel" = "murrine-thin" {
|
||||||
xthickness = 1
|
xthickness = 4
|
||||||
ythickness = 1
|
|
||||||
|
|
||||||
bg[NORMAL] = @panel_bg_color
|
bg[NORMAL] = @panel_bg_color
|
||||||
bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
|
bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
|
||||||
|
|
Loading…
Reference in New Issue