diff options
Diffstat (limited to 'common/metacity-1/metacity-theme-1.xml')
-rw-r--r-- | common/metacity-1/metacity-theme-1.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/common/metacity-1/metacity-theme-1.xml b/common/metacity-1/metacity-theme-1.xml index 71a2695..46323f7 100644 --- a/common/metacity-1/metacity-theme-1.xml +++ b/common/metacity-1/metacity-theme-1.xml @@ -1,11 +1,11 @@ <?xml version="1.0"?> <metacity_theme> <info> - <name>Arc</name> + <name>SolArc</name> <author>horst3180</author> <copyright>horst3180</copyright> <date>2015</date> - <description>Arc Metacity theme</description> + <description>SolArc Metacity theme</description> </info> <!-- meaningfull constants --> @@ -13,8 +13,8 @@ <constant name="C_title_focused" value="#70788d" /> <constant name="C_title_unfocused" value="#979dac" /> -<constant name="C_wm_bg_focused" value="#e7e8eb" /> -<constant name="C_wm_bg_unfocused" value="#e7e8eb" /> +<constant name="C_wm_bg_focused" value="#eee8d5" /> +<constant name="C_wm_bg_unfocused" value="#eee8d5" /> <constant name="C_wm_highlight" value="#eeeff1" /> @@ -29,14 +29,14 @@ <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="#fdfdfd" /> -<constant name="C_button_bg_active" value="#5294E2" /> +<constant name="C_button_bg_active" value="#268bd2" /> <constant name="C_button_border_hover" value="#D1D3DA" /> <constant name="C_icon_bg_focused" value="#90949E" /> <constant name="C_icon_bg_unfocused" value="#B6B8C0" /> <constant name="C_icon_bg_hover" value="#7A7F8B" /> -<constant name="C_icon_bg_active" value="#ffffff" /> +<constant name="C_icon_bg_active" value="#fdf6e3" /> <!-- geometries --> @@ -61,7 +61,7 @@ <distance name="right_width" value="0" /> <distance name="left_titlebar_edge" value="0"/> <distance name="right_titlebar_edge" value="0"/> - <distance name="title_vertical_pad" value="2"/> <!-- + <distance name="title_vertical_pad" value="2"/> <!-- This needs to be 1 less then the title_vertical_pad on normal state or you'll have bigger buttons --> |