diff options
author | Martin Schenck | 2017-05-14 19:12:14 +0200 |
---|---|---|
committer | Martin Schenck | 2017-05-14 19:12:14 +0200 |
commit | 5f09223db5815dcddd0fcac01cee4a852aeba847 (patch) | |
tree | 67c1750ff2f8b482bd4c972f2471f88d24f34664 /common/metacity-1 | |
parent | 8dcbd38bc0b974e54706c640ff44e4ba271e79a8 (diff) | |
download | solarc-theme-master.tar.gz solarc-theme-master.tar.xz solarc-theme-master.zip |
`#F8F8F9` was missing.
Fixes #15
Diffstat (limited to 'common/metacity-1')
-rw-r--r-- | common/metacity-1/metacity-theme-1.xml | 2 | ||||
-rw-r--r-- | common/metacity-1/metacity-theme-2.xml | 2 | ||||
-rw-r--r-- | common/metacity-1/metacity-theme-3.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/metacity-1/metacity-theme-1.xml b/common/metacity-1/metacity-theme-1.xml index 73a5253..92bee2a 100644 --- a/common/metacity-1/metacity-theme-1.xml +++ b/common/metacity-1/metacity-theme-1.xml @@ -25,7 +25,7 @@ <constant name="C_button_close_bg_hover" value="#f68086" /> <constant name="C_button_close_bg_active" value="#f13039" /> -<constant name="C_icon_close_bg" value="#F8F8F9" /> +<constant name="C_icon_close_bg" value="#657b83" /> <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="#fdfdfd" /> diff --git a/common/metacity-1/metacity-theme-2.xml b/common/metacity-1/metacity-theme-2.xml index 73a5253..92bee2a 100644 --- a/common/metacity-1/metacity-theme-2.xml +++ b/common/metacity-1/metacity-theme-2.xml @@ -25,7 +25,7 @@ <constant name="C_button_close_bg_hover" value="#f68086" /> <constant name="C_button_close_bg_active" value="#f13039" /> -<constant name="C_icon_close_bg" value="#F8F8F9" /> +<constant name="C_icon_close_bg" value="#657b83" /> <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="#fdfdfd" /> diff --git a/common/metacity-1/metacity-theme-3.xml b/common/metacity-1/metacity-theme-3.xml index fefd3e3..186b8da 100644 --- a/common/metacity-1/metacity-theme-3.xml +++ b/common/metacity-1/metacity-theme-3.xml @@ -25,7 +25,7 @@ <constant name="C_button_close_bg_hover" value="gtk:custom(wm_button_close_hover_bg,#f68086)" /> <constant name="C_button_close_bg_active" value="gtk:custom(wm_button_close_active_bg,#f13039)" /> -<constant name="C_icon_close_bg" value="gtk:custom(wm_icon_close_bg,#F8F8F9)" /> +<constant name="C_icon_close_bg" value="gtk:custom(wm_icon_close_bg,#657b83)" /> <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="gtk:custom(wm_button_hover_bg,#fdfdfd)" /> |