GTK: Un-fuck some settings

This commit is contained in:
Salt 2018-01-05 00:02:37 -06:00
parent 8f04ef7c00
commit 27de2b5a11
5 changed files with 506 additions and 506 deletions

View File

@ -143,7 +143,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 = 8# roundness of widgets roundness = 6# 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
@ -193,7 +193,7 @@ style "murrine-button" = "murrine-wider" {
engine "murrine" { engine "murrine" {
border_colors = { mix(0.4, @btn_fg_color, @btn_bg_color), mix(0.4, @btn_fg_color, @btn_bg_color) } border_colors = { mix(0.4, @btn_fg_color, @btn_bg_color), mix(0.4, @btn_fg_color, @btn_bg_color) }
roundness = 8 roundness = 6
} }
} }
@ -214,7 +214,7 @@ style "murrine-scrollbar" {
bg[ACTIVE] = @selected_bg_color bg[ACTIVE] = @selected_bg_color
engine "murrine" { engine "murrine" {
roundness = 8 roundness = 6
contrast = 0.0 contrast = 0.0
border_shades = { 0.9, 0.9 } border_shades = { 0.9, 0.9 }
trough_shades = { 0.97, 0.97 } trough_shades = { 0.97, 0.97 }
@ -252,7 +252,7 @@ style "murrine-progressbar" = "murrine-thin" {
fg[PRELIGHT] = @selected_fg_color fg[PRELIGHT] = @selected_fg_color
engine "murrine" { engine "murrine" {
roundness = 8 roundness = 6
border_shades = { 1.2, 1.2 } border_shades = { 1.2, 1.2 }
trough_border_shades = { 0.8, 0.8 } trough_border_shades = { 0.8, 0.8 }
} }
@ -300,7 +300,7 @@ style "murrine-tooltips" {
engine "murrine" { engine "murrine" {
textstyle = 0 textstyle = 0
roundness = 8 roundness = 6
rgba = FALSE rgba = FALSE
} }
} }
@ -318,7 +318,7 @@ style "clearlooks-radiocheck" = "murrine-default" {
text[PRELIGHT] = @selected_bg_color text[PRELIGHT] = @selected_bg_color
engine "clearlooks" { engine "clearlooks" {
radius = 8.0 radius = 6.0
} }
} }
@ -330,7 +330,7 @@ style "murrine-entry" = "murrine-wider" {
engine "murrine" { engine "murrine" {
#border_shades = { 1.15, 1.15 } #border_shades = { 1.15, 1.15 }
border_colors = { mix(0.4, @text_color, @base_color), mix(0.4, @text_color, @base_color) } border_colors = { mix(0.4, @text_color, @base_color), mix(0.4, @text_color, @base_color) }
roundness = 8 roundness = 6
} }
} }
@ -673,7 +673,7 @@ widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkV
style "chromium-toolbar-button" { style "chromium-toolbar-button" {
engine "murrine" { engine "murrine" {
roundness = 8 roundness = 6
textstyle = 0 textstyle = 0
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -146,9 +146,9 @@ menu.title.text.font:shadow=n
# Everything else # Everything else
border.width: 0 border.width: 4
padding.width: 8 padding.width: 8
padding.height: 0 padding.height: 4
window.handle.width: 0 window.handle.width: 0
window.client.padding.width: 0 window.client.padding.width: 0
window.label.text.justify: center window.label.text.justify: center