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-3.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-3.xml')
-rw-r--r-- | common/metacity-1/metacity-theme-3.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/metacity-1/metacity-theme-3.xml b/common/metacity-1/metacity-theme-3.xml index 6a0aeef..7d1b331 100644 --- a/common/metacity-1/metacity-theme-3.xml +++ b/common/metacity-1/metacity-theme-3.xml @@ -10,11 +10,11 @@ <!-- meaningfull constants --> -<constant name="C_title_focused" value="gtk:custom(wm_title,#70788d)" /> +<constant name="C_title_focused" value="gtk:custom(wm_title,#839496)" /> <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,#e7e8eb)" /> +<constant name="C_wm_bg_focused" value="gtk:custom(wm_bg,#eee8d5)" /> +<constant name="C_wm_bg_unfocused" value="gtk:custom(wm_bg,#eee8d5)" /> <constant name="C_wm_highlight" value="gtk:custom(wm_highlight,#eeeff1)" /> @@ -29,14 +29,14 @@ <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="gtk:custom(wm_button_hover_bg,#fdfdfd)" /> -<constant name="C_button_bg_active" value="gtk:custom(wm_button_active_bg,#5294E2)" /> +<constant name="C_button_bg_active" value="gtk:custom(wm_button_active_bg,#268bd2)" /> <constant name="C_button_border_hover" value="gtk:custom(wm_button_hover_border,#D1D3DA)" /> <constant name="C_icon_bg_focused" value="gtk:custom(wm_icon_bg,#90949E)" /> <constant name="C_icon_bg_unfocused" value="gtk:custom(wm_icon_unfocused_bg,#B6B8C0)" /> <constant name="C_icon_bg_hover" value="gtk:custom(wm_icon_hover_bg,#7A7F8B)" /> -<constant name="C_icon_bg_active" value="gtk:custom(wm_icon_active_bg,#ffffff)" /> +<constant name="C_icon_bg_active" value="gtk:custom(wm_icon_active_bg,#fdf6e3)" /> <!-- geometries --> |