summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk.css2
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk.css2
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css
index d8b92fae..ef407faf 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk.css
@@ -433,7 +433,7 @@
************************/
@define-color overshoot_bg_color alpha (@theme_selected_bg_color, 0.15);
-@define-color overshoot_backdrop_bg_color theme_selected_bg_color;
+@define-color overshoot_backdrop_bg_color @theme_selected_bg_color;
/**********
* WM *
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk.css
index c2c429a9..ea4cedd1 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk.css
@@ -433,7 +433,7 @@
************************/
@define-color overshoot_bg_color alpha (@theme_selected_bg_color, 0.15);
-@define-color overshoot_backdrop_bg_color theme_selected_bg_color;
+@define-color overshoot_backdrop_bg_color @theme_selected_bg_color;
/**********
* WM *
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css
index 635ecc89..44883978 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk.css
@@ -433,7 +433,7 @@
************************/
@define-color overshoot_bg_color alpha (@theme_selected_bg_color, 0.35);
-@define-color overshoot_backdrop_bg_color theme_selected_bg_color;
+@define-color overshoot_backdrop_bg_color @theme_selected_bg_color;
/**********
* WM *