summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2014-12-18 23:29:44 +0100
committerOlivier Fourdan <fourdan@xfce.org>2014-12-18 23:29:44 +0100
commit2497e0e3f84cc1fffdba32d0656ec08bf4e73044 (patch)
tree7f283c535a6440ea86803dd7fbf652b2ee56c8f8 /themes
parent681f586f6395fd5aca1b53fec8076aceca80b4c1 (diff)
downloadxfwm4-2497e0e3f84cc1fffdba32d0656ec08bf4e73044.tar.gz
Use color substitution in default themes
So that it's usable with dark gtk themes as well. Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
Diffstat (limited to 'themes')
-rw-r--r--themes/default-hdpi/themerc8
-rw-r--r--themes/default-xhdpi/themerc8
-rw-r--r--themes/default/themerc8
3 files changed, 12 insertions, 12 deletions
diff --git a/themes/default-hdpi/themerc b/themes/default-hdpi/themerc
index 4c2741b04..30ce080b5 100644
--- a/themes/default-hdpi/themerc
+++ b/themes/default-hdpi/themerc
@@ -1,7 +1,7 @@
-active_text_color=#0c0c0f
-active_text_shadow_color=#fcfcff
-inactive_text_color=#6c6c70
-inactive_text_shadow_color=#fcfcff
+active_text_color=active_text_color_2
+active_text_shadow_color=active_hilight_2
+inactive_text_color=inactive_text_color_2
+inactive_text_shadow_color=inactive_hilight_2
button_offset=2
button_spacing=0
full_width_title=true
diff --git a/themes/default-xhdpi/themerc b/themes/default-xhdpi/themerc
index bc67cb0cb..252969271 100644
--- a/themes/default-xhdpi/themerc
+++ b/themes/default-xhdpi/themerc
@@ -1,7 +1,7 @@
-active_text_color=#0c0c0f
-active_text_shadow_color=#fcfcff
-inactive_text_color=#6c6c70
-inactive_text_shadow_color=#fcfcff
+active_text_color=active_text_color_2
+active_text_shadow_color=active_hilight_2
+inactive_text_color=inactive_text_color_2
+inactive_text_shadow_color=inactive_hilight_2
button_offset=0
button_spacing=0
full_width_title=true
diff --git a/themes/default/themerc b/themes/default/themerc
index f06fbb07d..f7135822b 100644
--- a/themes/default/themerc
+++ b/themes/default/themerc
@@ -1,7 +1,7 @@
-active_text_color=#0c0c0f
-active_text_shadow_color=#fcfcff
-inactive_text_color=#6c6c70
-inactive_text_shadow_color=#fcfcff
+active_text_color=active_text_color_2
+active_text_shadow_color=active_hilight_2
+inactive_text_color=inactive_text_color_2
+inactive_text_shadow_color=inactive_hilight_2
button_offset=2
button_spacing=0
full_width_title=true