diff options
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-2.0/applications.rc | 1 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-2.0/applications.rc | 1 | ||||
-rwxr-xr-x | desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc b/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc index 9fe5260a..068f00df 100644 --- a/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalGreen/gtk-2.0/applications.rc @@ -1,3 +1,4 @@ +style "workspace-switcher" { bg[SELECTED] = shade (1.0, @selected_bg_color) bg[PRELIGHT] = shade (1.0, @selected_bg_color) diff --git a/desktop-themes/TraditionalOk/gtk-2.0/applications.rc b/desktop-themes/TraditionalOk/gtk-2.0/applications.rc index bbf4d67d..21eb1872 100644 --- a/desktop-themes/TraditionalOk/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalOk/gtk-2.0/applications.rc @@ -1,3 +1,4 @@ +style "workspace-switcher" { bg[SELECTED] = shade (1.0, @selected_bg_color) bg[PRELIGHT] = shade (1.0, @selected_bg_color) diff --git a/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc b/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc index 10d1c503..618c4408 100755 --- a/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc @@ -1,3 +1,4 @@ +style "workspace-switcher" { bg[SELECTED] = shade (1.0, @selected_bg_color) bg[PRELIGHT] = shade (1.0, @selected_bg_color) |