diff options
author | Horst3180 | 2015-09-29 01:01:38 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-29 01:01:38 +0200 |
commit | 9ae9296af7f2a6da01d91ecbd7a47fa8848522cd (patch) | |
tree | 6d96e75a0a5de3cc25ecd8274557a907a366fb70 /common/metacity-1 | |
parent | 6471abcee9ceb3ee37c404de352f8afc966c2cac (diff) | |
download | solarc-theme-9ae9296af7f2a6da01d91ecbd7a47fa8848522cd.tar.gz solarc-theme-9ae9296af7f2a6da01d91ecbd7a47fa8848522cd.tar.xz solarc-theme-9ae9296af7f2a6da01d91ecbd7a47fa8848522cd.zip |
don't change background-color of unfocused window decorations
Diffstat (limited to 'common/metacity-1')
-rw-r--r-- | common/metacity-1/metacity-theme-1-dark.xml | 2 | ||||
-rw-r--r-- | common/metacity-1/metacity-theme-1.xml | 2 | ||||
-rw-r--r-- | common/metacity-1/metacity-theme-2-dark.xml | 2 | ||||
-rw-r--r-- | common/metacity-1/metacity-theme-2.xml | 2 | ||||
-rw-r--r-- | common/metacity-1/metacity-theme-3.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/common/metacity-1/metacity-theme-1-dark.xml b/common/metacity-1/metacity-theme-1-dark.xml index 56abe4d..36f69f7 100644 --- a/common/metacity-1/metacity-theme-1-dark.xml +++ b/common/metacity-1/metacity-theme-1-dark.xml @@ -14,7 +14,7 @@ <constant name="C_title_unfocused" value="#8a939f" /> <constant name="C_wm_bg_focused" value="#2f343f" /> -<constant name="C_wm_bg_unfocused" value="#323843" /> +<constant name="C_wm_bg_unfocused" value="#2f343f" /> <constant name="C_wm_highlight" value="#353a48" /> diff --git a/common/metacity-1/metacity-theme-1.xml b/common/metacity-1/metacity-theme-1.xml index 8c56f3e..01f4262 100644 --- a/common/metacity-1/metacity-theme-1.xml +++ b/common/metacity-1/metacity-theme-1.xml @@ -14,7 +14,7 @@ <constant name="C_title_unfocused" value="#979dac" /> <constant name="C_wm_bg_focused" value="#e7e8eb" /> -<constant name="C_wm_bg_unfocused" value="#eff0f2" /> +<constant name="C_wm_bg_unfocused" value="#e7e8eb" /> <constant name="C_wm_highlight" value="#eeeff1" /> diff --git a/common/metacity-1/metacity-theme-2-dark.xml b/common/metacity-1/metacity-theme-2-dark.xml index 56abe4d..36f69f7 100644 --- a/common/metacity-1/metacity-theme-2-dark.xml +++ b/common/metacity-1/metacity-theme-2-dark.xml @@ -14,7 +14,7 @@ <constant name="C_title_unfocused" value="#8a939f" /> <constant name="C_wm_bg_focused" value="#2f343f" /> -<constant name="C_wm_bg_unfocused" value="#323843" /> +<constant name="C_wm_bg_unfocused" value="#2f343f" /> <constant name="C_wm_highlight" value="#353a48" /> diff --git a/common/metacity-1/metacity-theme-2.xml b/common/metacity-1/metacity-theme-2.xml index 8c56f3e..01f4262 100644 --- a/common/metacity-1/metacity-theme-2.xml +++ b/common/metacity-1/metacity-theme-2.xml @@ -14,7 +14,7 @@ <constant name="C_title_unfocused" value="#979dac" /> <constant name="C_wm_bg_focused" value="#e7e8eb" /> -<constant name="C_wm_bg_unfocused" value="#eff0f2" /> +<constant name="C_wm_bg_unfocused" value="#e7e8eb" /> <constant name="C_wm_highlight" value="#eeeff1" /> diff --git a/common/metacity-1/metacity-theme-3.xml b/common/metacity-1/metacity-theme-3.xml index c4ed2c4..ad01884 100644 --- a/common/metacity-1/metacity-theme-3.xml +++ b/common/metacity-1/metacity-theme-3.xml @@ -14,7 +14,7 @@ <constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,#979dac)" /> <constant name="C_wm_bg_focused" value="gtk:custom(wm_bg,#e7e8eb)" /> -<constant name="C_wm_bg_unfocused" value="gtk:custom(wm_bg_unfocused,#eff0f2)" /> +<constant name="C_wm_bg_unfocused" value="gtk:custom(wm_bg,#e7e8eb)" /> <constant name="C_wm_highlight" value="gtk:custom(wm_highlight,#eeeff1)" /> |