Update GTK2 scrollbars to match GTK3. Fixes #8
parent
7258b0bfd4
commit
8000b1f78f
|
@ -185,9 +185,10 @@ style "murrine-scrollbar" {
|
||||||
|
|
||||||
engine "murrine" {
|
engine "murrine" {
|
||||||
roundness = 0
|
roundness = 0
|
||||||
border_shades = { 1.1, 1.1 }
|
border_shades = { 0.9, 0.9 }
|
||||||
trough_shades = { 1.0, 1.0 }
|
trough_shades = { 0.97, 0.97 }
|
||||||
trough_border_shades = { 1.0, 1.0 }
|
contrast = 0.00
|
||||||
|
trough_border_shades = { 1.2, 1.2 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue