diff options
author | Martin Schenck | 2016-10-07 11:42:04 +0200 |
---|---|---|
committer | Martin Schenck | 2016-10-07 11:42:04 +0200 |
commit | c1d604affb2909b114ab7d5f5f5f8130e3286356 (patch) | |
tree | a72f9d05f9b41552e9d0e9ec19d845291183ce4c /common/metacity-1/metacity-theme-2.xml | |
parent | 672c95170b6b1d79e7c69ef5202638abecedea97 (diff) | |
parent | 5acba9421b028a6bcf94f2b52a035f51f854d269 (diff) | |
download | solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.tar.gz solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.tar.xz solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.zip |
Merge branch 'master' of github.com:horst3180/arc-theme
Diffstat (limited to 'common/metacity-1/metacity-theme-2.xml')
-rw-r--r-- | common/metacity-1/metacity-theme-2.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/common/metacity-1/metacity-theme-2.xml b/common/metacity-1/metacity-theme-2.xml index 2b8ab99..773ce7a 100644 --- a/common/metacity-1/metacity-theme-2.xml +++ b/common/metacity-1/metacity-theme-2.xml @@ -1,20 +1,20 @@ <?xml version="1.0"?> <metacity_theme> <info> - <name>SolArc</name> + <name>Arc</name> <author>horst3180</author> <copyright>horst3180</copyright> <date>2015</date> - <description>SolArc Metacity theme</description> + <description>Arc Metacity theme</description> </info> <!-- meaningfull constants --> -<constant name="C_title_focused" value="#839496" /> +<constant name="C_title_focused" value="#70788d" /> <constant name="C_title_unfocused" value="#979dac" /> -<constant name="C_wm_bg_focused" value="#eee8d5" /> -<constant name="C_wm_bg_unfocused" value="#eee8d5" /> +<constant name="C_wm_bg_focused" value="#e7e8eb" /> +<constant name="C_wm_bg_unfocused" value="#e7e8eb" /> <constant name="C_wm_highlight" value="#eeeff1" /> @@ -29,21 +29,21 @@ <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="#fdfdfd" /> -<constant name="C_button_bg_active" value="#268bd2" /> +<constant name="C_button_bg_active" value="#5294e2" /> <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="#fdf6e3" /> +<constant name="C_icon_bg_active" value="#5294e2" /> <!-- geometries --> <frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="3" /> <distance name="left_titlebar_edge" value="2"/> <distance name="right_titlebar_edge" value="2"/> <distance name="title_vertical_pad" value="3"/> @@ -58,9 +58,10 @@ <frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> <distance name="left_width" value="0" /> <distance name="right_width" value="0" /> + <distance name="bottom_height" 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 --> |