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