diff options
author | Martin Schenck | 2016-10-07 11:50:35 +0200 |
---|---|---|
committer | Martin Schenck | 2016-10-07 11:50:35 +0200 |
commit | ffa965649f55d5725be5a0f24b3a4182ff7e5478 (patch) | |
tree | 73c452ccf53185ac2fd9a0d2bc378755d9b64626 /common/metacity-1/metacity-theme-1-dark.xml | |
parent | c1d604affb2909b114ab7d5f5f5f8130e3286356 (diff) | |
download | solarc-theme-ffa965649f55d5725be5a0f24b3a4182ff7e5478.tar.gz solarc-theme-ffa965649f55d5725be5a0f24b3a4182ff7e5478.tar.xz solarc-theme-ffa965649f55d5725be5a0f24b3a4182ff7e5478.zip |
Merged upstream, supporting 3.22v1.0.0-beta.1
Diffstat (limited to 'common/metacity-1/metacity-theme-1-dark.xml')
-rw-r--r-- | common/metacity-1/metacity-theme-1-dark.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/common/metacity-1/metacity-theme-1-dark.xml b/common/metacity-1/metacity-theme-1-dark.xml index 4cb97be..6b680aa 100644 --- a/common/metacity-1/metacity-theme-1-dark.xml +++ b/common/metacity-1/metacity-theme-1-dark.xml @@ -13,30 +13,30 @@ <constant name="C_title_focused" value="#afb8c6" /> <constant name="C_title_unfocused" value="#8a939f" /> -<constant name="C_wm_bg_focused" value="#2f343f" /> -<constant name="C_wm_bg_unfocused" value="#2f343f" /> +<constant name="C_wm_bg_focused" value="#002b36" /> +<constant name="C_wm_bg_unfocused" value="#002b36" /> <constant name="C_wm_highlight" value="#353a48" /> <!-- window button colors --> <!-- close --> -<constant name="C_button_close_bg_focused" value="#cc575d" /> -<constant name="C_button_close_bg_hover" value="#d7787d" /> -<constant name="C_button_close_bg_active" value="#be3841" /> +<constant name="C_button_close_bg_focused" value="#dc322f" /> +<constant name="C_button_close_bg_hover" value="#cb4b16" /> +<constant name="C_button_close_bg_active" value="#dc322f" /> -<constant name="C_icon_close_bg" value="#2f343f" /> +<constant name="C_icon_close_bg" value="#002b36" /> <!-- minimize, maximize --> -<constant name="C_button_bg_hover" value="#454C5C" /> -<constant name="C_button_bg_active" value="#5294e2" /> +<constant name="C_button_bg_hover" value="#657b83" /> +<constant name="C_button_bg_active" value="#268bd2" /> -<constant name="C_button_border_hover" value="#262932" /> +<constant name="C_button_border_hover" value="#002b36" /> -<constant name="C_icon_bg_focused" value="#90939B" /> -<constant name="C_icon_bg_unfocused" value="#666A74" /> -<constant name="C_icon_bg_hover" value="#C4C7CC" /> -<constant name="C_icon_bg_active" value="#5294e2" /> +<constant name="C_icon_bg_focused" value="#93a1a1" /> +<constant name="C_icon_bg_unfocused" value="#657b83" /> +<constant name="C_icon_bg_hover" value="#93a1a1" /> +<constant name="C_icon_bg_active" value="#268bd2" /> <!-- geometries --> |