diff options
author | raveit65 <[email protected]> | 2016-09-25 10:33:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-25 10:33:40 +0200 |
commit | fc0e8ef8883259859c5057fd08a6c2fc531b7f3a (patch) | |
tree | 61f514ff1bb374e23988d90b2481069bebe3419e /desktop-themes/Menta | |
parent | 1d3feb1201df7d898ba738478c1691e6a4db95af (diff) | |
download | mate-themes-fc0e8ef8883259859c5057fd08a6c2fc531b7f3a.tar.bz2 mate-themes-fc0e8ef8883259859c5057fd08a6c2fc531b7f3a.tar.xz |
metacity Menta themes: darken title fg color for unfocused windows
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/metacity-1/metacity-theme-2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 --> |