mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Update GTK2 scrollbars to match GTK3. Fixes #8
This commit is contained in:
+4
-3
@@ -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 }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user