diff options
author | raveit65 <[email protected]> | 2016-09-25 10:33:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-25 10:35:29 +0200 |
commit | bec21b55317e714edbb70805b69bda3a51be462a (patch) | |
tree | c4aac46b38bccd536185491c916c223fae8d6cd7 /desktop-themes | |
parent | 8620f6eaae26b0fee2d174b541264628fc5a6c80 (diff) | |
download | mate-themes-bec21b55317e714edbb70805b69bda3a51be462a.tar.bz2 mate-themes-bec21b55317e714edbb70805b69bda3a51be462a.tar.xz |
metacity Menta themes: darken title fg color for unfocused windows
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml | 2 | ||||
-rw-r--r-- | desktop-themes/Menta/metacity-1/metacity-theme-2.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml index dca46dc7..e84a3ff5 100644 --- a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml @@ -16,7 +16,7 @@ <constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" /> <constant name="C_title_focused" value="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1" /> <constant name="C_title_focused_hilight" value="gtk:base[NORMAL]" /> -<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> +<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.5" /> <!-- color of the button icons --> <constant name="D_icons_unfocused_offset" value="0" /> <!-- offset of the unfocused icons --> <!-- geometries --> diff --git a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml index df0e5fa8..de687cc6 100644 --- a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml @@ -16,7 +16,7 @@ <constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" /> <constant name="C_title_focused" value="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.1" /> <constant name="C_title_focused_hilight" value="gtk:base[NORMAL]" /> -<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.9" /> +<constant name="C_title_unfocused" value="blend/gtk:text[NORMAL]/gtk:bg[NORMAL]/0.5" /> <!-- color of the button icons --> <constant name="D_icons_unfocused_offset" value="0" /> <!-- offset of the unfocused icons --> <!-- geometries --> |