From 2d5875f33266c9545fb039ae6556d7d224194498 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 16 May 2014 22:31:54 +0200 Subject: All good themes GTK2: disable the ugly button look in notebook-tabs if focused --- desktop-themes/BlackMATE/gtk-2.0/gtkrc | 2 ++ desktop-themes/BlueMenta/gtk-2.0/gtkrc | 2 ++ desktop-themes/GreenLaguna/gtk-2.0/gtkrc | 2 ++ desktop-themes/Menta/gtk-2.0/gtkrc | 3 +++ 4 files changed, 9 insertions(+) diff --git a/desktop-themes/BlackMATE/gtk-2.0/gtkrc b/desktop-themes/BlackMATE/gtk-2.0/gtkrc index 2cc300fd..491daf17 100644 --- a/desktop-themes/BlackMATE/gtk-2.0/gtkrc +++ b/desktop-themes/BlackMATE/gtk-2.0/gtkrc @@ -513,6 +513,8 @@ style "murrine-notebook" roundness = 5 #contrast = 1.1 #lightborder_shade = 1.5 + # disable the ugly button look in tabs if focused + focusstyle = 0 } } diff --git a/desktop-themes/BlueMenta/gtk-2.0/gtkrc b/desktop-themes/BlueMenta/gtk-2.0/gtkrc index bea058ef..c921c330 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/gtkrc +++ b/desktop-themes/BlueMenta/gtk-2.0/gtkrc @@ -242,6 +242,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 } } diff --git a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc index 9171bc39..fc472689 100644 --- a/desktop-themes/GreenLaguna/gtk-2.0/gtkrc +++ b/desktop-themes/GreenLaguna/gtk-2.0/gtkrc @@ -446,6 +446,8 @@ style "murrine-notebook" roundness=5 #contrast = 1.1 #lightborder_shade = 1.5 + # disable the ugly button look in tabs if focused + focusstyle = 0 } } 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 } } -- cgit v1.2.1