diff options
Diffstat (limited to 'desktop-themes/Menta/gtk-2.0')
-rw-r--r-- | desktop-themes/Menta/gtk-2.0/gtkrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-2.0/gtkrc b/desktop-themes/Menta/gtk-2.0/gtkrc index faa80019..c3d44249 100644 --- a/desktop-themes/Menta/gtk-2.0/gtkrc +++ b/desktop-themes/Menta/gtk-2.0/gtkrc @@ -247,6 +247,8 @@ style "murrine-notebook" = "murrine-notebook-bg" { focusstyle = 2
lightborder_shade = 1.16
roundness = 4
+ # disable the ugly button look in tabs if focused
+ focusstyle = 0
}
}
@@ -507,6 +509,7 @@ style "murrine-scrollbar" { engine "murrine" {
roundness = 8
border_shades = {0.80, 0.80}
+
contrast = 0.0
}
}
|