[Xfce4-commits] [xfce/xfwm4] 04/04: Use color substitution in default themes

noreply at xfce.org noreply at xfce.org
Thu Dec 18 23:31:11 CET 2014


This is an automated email from the git hooks/post-receive script.

olivier pushed a commit to branch master
in repository xfce/xfwm4.

commit 2497e0e3f84cc1fffdba32d0656ec08bf4e73044
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Thu Dec 18 23:29:44 2014 +0100

    Use color substitution in default themes
    
    So that it's usable with dark gtk themes as well.
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 themes/default-hdpi/themerc  |    8 ++++----
 themes/default-xhdpi/themerc |    8 ++++----
 themes/default/themerc       |    8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/themes/default-hdpi/themerc b/themes/default-hdpi/themerc
index 4c2741b..30ce080 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 bc67cb0..2529692 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 f06fbb0..f713582 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list