diff options
author | raveit65 <[email protected]> | 2016-09-25 10:33:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-25 10:35:09 +0200 |
commit | d55d1e49774fe6f52ac2f61e9ecfb4135f1f5b5b (patch) | |
tree | 94ce8f4dd45d722017bbf997f9ca26e8a5a124fa /desktop-themes | |
parent | e4e5792f6606359f4418d557257307007f4821b6 (diff) | |
download | mate-themes-d55d1e49774fe6f52ac2f61e9ecfb4135f1f5b5b.tar.bz2 mate-themes-d55d1e49774fe6f52ac2f61e9ecfb4135f1f5b5b.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 --> |