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/metacity-theme-2.xml | |
parent | 8dcbd38bc0b974e54706c640ff44e4ba271e79a8 (diff) | |
download | solarc-theme-1.0.2.tar.gz solarc-theme-1.0.2.tar.xz solarc-theme-1.0.2.zip |
`#F8F8F9` was missing.
Fixes #15
Diffstat (limited to 'common/metacity-1/metacity-theme-2.xml')
-rw-r--r-- | common/metacity-1/metacity-theme-2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" /> |