Improvements to GTK2 theme
parent
fe79ededa5
commit
a1b104299d
|
@ -15,7 +15,7 @@ To set the theme in Xfce, run the following commands in Terminal,
|
||||||
|
|
||||||
```
|
```
|
||||||
xfconf-query -c xsettings -p /Net/ThemeName -s "Numix"
|
xfconf-query -c xsettings -p /Net/ThemeName -s "Numix"
|
||||||
xfconf-query -c xfwm4 -p '/general/theme' -s "Numix"
|
xfconf-query -c xfwm4 -p /general/theme -s "Numix"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
|
@ -5,9 +5,6 @@ gtk_color_scheme = "base_color:#f9f9f9\nbg_color:#dedede\ntooltip_bg_color:#2d2d
|
||||||
# Default Style
|
# Default Style
|
||||||
|
|
||||||
style "murrine-default" {
|
style "murrine-default" {
|
||||||
xthickness = 1
|
|
||||||
ythickness = 1
|
|
||||||
|
|
||||||
GtkArrow::arrow-scaling= 0.6
|
GtkArrow::arrow-scaling= 0.6
|
||||||
|
|
||||||
GtkButton::child-displacement-x = 0
|
GtkButton::child-displacement-x = 0
|
||||||
|
@ -15,6 +12,8 @@ style "murrine-default" {
|
||||||
|
|
||||||
GtkButton::default-border = { 0, 0, 0, 0 }
|
GtkButton::default-border = { 0, 0, 0, 0 }
|
||||||
|
|
||||||
|
GtkButtonBox::child-min-height = 26
|
||||||
|
|
||||||
GtkCheckButton::indicator-size = 16
|
GtkCheckButton::indicator-size = 16
|
||||||
|
|
||||||
# The following line hints to gecko (and possibly other appliations)
|
# The following line hints to gecko (and possibly other appliations)
|
||||||
|
@ -32,7 +31,6 @@ style "murrine-default" {
|
||||||
|
|
||||||
GtkMenuBar::internal-padding = 0
|
GtkMenuBar::internal-padding = 0
|
||||||
GtkMenuBar::window-dragging = 1
|
GtkMenuBar::window-dragging = 1
|
||||||
GtkMenuBar::shadow-type = GTK_SHADOW_NONE
|
|
||||||
|
|
||||||
GtkMenuItem::arrow-scaling= 0.5
|
GtkMenuItem::arrow-scaling= 0.5
|
||||||
|
|
||||||
|
@ -64,12 +62,12 @@ style "murrine-default" {
|
||||||
GtkScrolledWindow::scrollbars-within-bevel = 1
|
GtkScrolledWindow::scrollbars-within-bevel = 1
|
||||||
|
|
||||||
GtkToolbar::internal-padding = 0
|
GtkToolbar::internal-padding = 0
|
||||||
GtkToolbar::shadow-type = GTK_SHADOW_NONE
|
|
||||||
|
|
||||||
GtkTreeView::expander-size = 11
|
GtkTreeView::expander-size = 11
|
||||||
GtkTreeView::vertical-separator = 0
|
GtkTreeView::vertical-separator = 0
|
||||||
|
|
||||||
GtkWidget::focus-padding = 2
|
GtkWidget::focus-line-width = 1
|
||||||
|
GtkWidget::focus-padding = 0 # Prevents the Firefox tabs from jumping a few pixels when you create a new tab
|
||||||
|
|
||||||
GtkWidget::wide-separators = 1
|
GtkWidget::wide-separators = 1
|
||||||
GtkWidget::separator-width = 1
|
GtkWidget::separator-width = 1
|
||||||
|
@ -80,9 +78,19 @@ style "murrine-default" {
|
||||||
|
|
||||||
WnckTasklist::fade-overlay-rect = 0
|
WnckTasklist::fade-overlay-rect = 0
|
||||||
|
|
||||||
|
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::link-color = @link_color
|
||||||
GtkWidget::visited-link-color = @text_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
|
||||||
|
|
||||||
|
xthickness = 1
|
||||||
|
ythickness = 1
|
||||||
|
|
||||||
fg[NORMAL] = @fg_color
|
fg[NORMAL] = @fg_color
|
||||||
fg[PRELIGHT] = @fg_color
|
fg[PRELIGHT] = @fg_color
|
||||||
fg[SELECTED] = @selected_fg_color
|
fg[SELECTED] = @selected_fg_color
|
||||||
|
@ -110,16 +118,18 @@ style "murrine-default" {
|
||||||
engine "murrine" {
|
engine "murrine" {
|
||||||
animation = FALSE
|
animation = FALSE
|
||||||
arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
|
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
|
comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
|
||||||
contrast = 0.8
|
contrast = 0.8 # overal contast 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
|
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
|
||||||
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
|
glow_shade = 1.0 # amount of glow
|
||||||
highlight_shade = 1.0
|
gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets
|
||||||
lightborder_shade = 1.0
|
highlight_shade = 1.0 # amount of highlight
|
||||||
lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides
|
lightborder_shade = 1.0 # amount of inset light border
|
||||||
|
lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
|
||||||
listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
|
listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
|
||||||
listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
|
listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
|
||||||
menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
|
menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
|
||||||
|
@ -128,7 +138,7 @@ style "murrine-default" {
|
||||||
menustyle = 0 # 0 = none, 1 = vertical striped
|
menustyle = 0 # 0 = none, 1 = vertical striped
|
||||||
progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
|
progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
|
||||||
reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
|
reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
|
||||||
roundness = 2
|
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
|
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
|
stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
|
||||||
|
@ -146,6 +156,11 @@ style "murrine-wider" {
|
||||||
ythickness = 3
|
ythickness = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
style "murrine-thin" {
|
||||||
|
xthickness = 0
|
||||||
|
ythickness = 0
|
||||||
|
}
|
||||||
|
|
||||||
# Notebook
|
# Notebook
|
||||||
|
|
||||||
style "murrine-notebook-bg" {
|
style "murrine-notebook-bg" {
|
||||||
|
@ -164,7 +179,7 @@ style "murrine-notebook" = "murrine-notebook-bg" {
|
||||||
|
|
||||||
# Various Standard Widgets
|
# Various Standard Widgets
|
||||||
|
|
||||||
style "murrine-button" {
|
style "murrine-button" = "murrine-wider" {
|
||||||
bg[NORMAL] = shade (1.08, @bg_color)
|
bg[NORMAL] = shade (1.08, @bg_color)
|
||||||
bg[PRELIGHT] = shade (1.10, @bg_color)
|
bg[PRELIGHT] = shade (1.10, @bg_color)
|
||||||
bg[ACTIVE] = shade (0.95, @bg_color)
|
bg[ACTIVE] = shade (0.95, @bg_color)
|
||||||
|
@ -196,10 +211,7 @@ style "murrine-overlay-scrollbar" {
|
||||||
base[INSENSITIVE] = shade (0.85, @base_color)
|
base[INSENSITIVE] = shade (0.85, @base_color)
|
||||||
}
|
}
|
||||||
|
|
||||||
style "murrine-scale" = "murrine-default" {
|
style "murrine-scale" = "murrine-thin" {
|
||||||
xthickness = 0
|
|
||||||
ythickness = 0
|
|
||||||
|
|
||||||
bg[NORMAL] = @bg_color
|
bg[NORMAL] = @bg_color
|
||||||
bg[ACTIVE] = @bg_color
|
bg[ACTIVE] = @bg_color
|
||||||
bg[SELECTED] = @selected_bg_color
|
bg[SELECTED] = @selected_bg_color
|
||||||
|
@ -214,10 +226,7 @@ style "murrine-scale" = "murrine-default" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
style "murrine-progressbar" = "murrine-default" {
|
style "murrine-progressbar" = "murrine-thin" {
|
||||||
xthickness = 0
|
|
||||||
ythickness = 0
|
|
||||||
|
|
||||||
bg[NORMAL] = @bg_color
|
bg[NORMAL] = @bg_color
|
||||||
bg[ACTIVE] = shade (1.08, @bg_color)
|
bg[ACTIVE] = shade (1.08, @bg_color)
|
||||||
|
|
||||||
|
@ -231,9 +240,6 @@ style "murrine-progressbar" = "murrine-default" {
|
||||||
}
|
}
|
||||||
|
|
||||||
style "murrine-treeview-header" = "murrine-button" {
|
style "murrine-treeview-header" = "murrine-button" {
|
||||||
xthickness = 0
|
|
||||||
ythickness = 0
|
|
||||||
|
|
||||||
engine "murrine" {
|
engine "murrine" {
|
||||||
roundness = 0
|
roundness = 0
|
||||||
}
|
}
|
||||||
|
@ -249,7 +255,7 @@ style "murrine-frame-title" {
|
||||||
fg[NORMAL] = lighter (@fg_color)
|
fg[NORMAL] = lighter (@fg_color)
|
||||||
}
|
}
|
||||||
|
|
||||||
style "murrine-tooltips" = "murrine-wider" {
|
style "murrine-tooltips" {
|
||||||
xthickness = 5
|
xthickness = 5
|
||||||
ythickness = 5
|
ythickness = 5
|
||||||
|
|
||||||
|
@ -296,10 +302,7 @@ style "murrine-vscrollbar" = "murrine-scrollbar" { }
|
||||||
|
|
||||||
# Menus
|
# Menus
|
||||||
|
|
||||||
style "murrine-menu" {
|
style "murrine-menu" = "murrine-thin" {
|
||||||
ythickness = 0
|
|
||||||
xthickness = 0
|
|
||||||
|
|
||||||
bg[NORMAL] = @menu_bg_color
|
bg[NORMAL] = @menu_bg_color
|
||||||
bg[PRELIGHT] = @selected_bg_color
|
bg[PRELIGHT] = @selected_bg_color
|
||||||
bg[SELECTED] = @selected_bg_color
|
bg[SELECTED] = @selected_bg_color
|
||||||
|
@ -385,7 +388,7 @@ style "murrine-menubaritem" {
|
||||||
|
|
||||||
# Toolbars
|
# Toolbars
|
||||||
|
|
||||||
style "murrine-toolbar" = "murrine-default" {
|
style "murrine-toolbar" = "murrine-thin" {
|
||||||
bg[NORMAL] = @toolbar_bg_color
|
bg[NORMAL] = @toolbar_bg_color
|
||||||
bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
|
bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
|
||||||
bg[SELECTED] = @selected_bg_color
|
bg[SELECTED] = @selected_bg_color
|
||||||
|
|
Loading…
Reference in New Issue