Update GTK2 scrollbars to match GTK3. Fixes #8

pull/54/merge
Simon Steinbeiss 2013-06-24 17:47:46 +02:00
parent 7258b0bfd4
commit 8000b1f78f
1 changed files with 4 additions and 3 deletions

View File

@ -185,9 +185,10 @@ style "murrine-scrollbar" {
engine "murrine" {
roundness = 0
border_shades = { 1.1, 1.1 }
trough_shades = { 1.0, 1.0 }
trough_border_shades = { 1.0, 1.0 }
border_shades = { 0.9, 0.9 }
trough_shades = { 0.97, 0.97 }
contrast = 0.00
trough_border_shades = { 1.2, 1.2 }
}
}