From e71b9f720c88840461c427ff92a372eb4ad7c97e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 2 May 2018 13:40:39 +0200 Subject: HighContrast: Rework colors We want the HightContrast theme to be as much "black-on-white" as possible, so make buttons black on white by making the outerbevel filled white (and only in the title area and borders, there is no need to fill the whole window). The currently-focused window keeps a white titlebar while the other windows get a greyed titlebar. --- marco-themes/HighContrast/metacity-theme-1.xml | 48 ++++++++++++++++---------- 1 file changed, 29 insertions(+), 19 deletions(-) (limited to 'marco-themes') diff --git a/marco-themes/HighContrast/metacity-theme-1.xml b/marco-themes/HighContrast/metacity-theme-1.xml index d6135f47..9c57a117 100644 --- a/marco-themes/HighContrast/metacity-theme-1.xml +++ b/marco-themes/HighContrast/metacity-theme-1.xml @@ -22,9 +22,9 @@ - - - + + + @@ -72,13 +72,13 @@ - - - - - @@ -115,11 +115,11 @@ - - - @@ -139,11 +139,11 @@ - - @@ -154,8 +154,16 @@ - + + + + - + - @@ -219,7 +229,7 @@ - <icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" @@ -235,23 +245,23 @@ </draw_ops> <draw_ops name="title_normal"> + <include name="title_gradient"/> <include name="title_spacer"/> <include name="title_text_with_icon"/> </draw_ops> <draw_ops name="title_focused"> - <include name="title_gradient"/> <include name="title_spacer"/> <include name="title_text_focused_with_icon"/> </draw_ops> <draw_ops name="title_utility"> + <include name="title_gradient"/> <include name="title_spacer"/> <include name="title_text_no_icon"/> </draw_ops> <draw_ops name="title_utility_focused"> - <include name="title_gradient"/> <include name="title_spacer"/> <include name="title_text_focused_no_icon"/> </draw_ops> -- cgit v1.2.1