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