diff options
author | raveit65 <[email protected]> | 2015-02-10 16:55:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-10 16:55:04 +0100 |
commit | 8aadc76f451ac40973df16a1ccdcd1775cfe76cd (patch) | |
tree | 4801b7a1d097cc34cf0560305d5986d0d6d8cdf3 /desktop-themes/ContrastHigh/metacity-1 | |
parent | 5194ac87d66d4df8c02047b8f34c37079abb557b (diff) | |
download | mate-themes-8aadc76f451ac40973df16a1ccdcd1775cfe76cd.tar.bz2 mate-themes-8aadc76f451ac40973df16a1ccdcd1775cfe76cd.tar.xz |
ContrastHigh GTK3: adjust flat buttons in m-c-c
- add arrows to scrollbars
- adjust metacity theme
- rework mate-panel settings
- change line numbers bg in pluma
- use round corners for GtkStatusbar frames in pluma, caja
- use round corners for notebook frames
Diffstat (limited to 'desktop-themes/ContrastHigh/metacity-1')
-rw-r--r-- | desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml b/desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml index 0985b76b..b8b410df 100644 --- a/desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/ContrastHigh/metacity-1/metacity-theme-1.xml @@ -8,14 +8,14 @@ <description>Simple low-overhead default theme that comes with Metacity.</description> </info> -<frame_geometry name="normal"> +<frame_geometry name="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> <distance name="left_width" value="6"/> <distance name="right_width" value="6"/> <distance name="bottom_height" value="7"/> - <distance name="left_titlebar_edge" value="6"/> - <distance name="right_titlebar_edge" value="6"/> + <distance name="left_titlebar_edge" value="4"/> + <distance name="right_titlebar_edge" value="1"/> <aspect_ratio name="button" value="1.0"/> - <distance name="title_vertical_pad" value="3"/> + <distance name="title_vertical_pad" value="8"/> <border name="title_border" left="3" right="4" top="4" bottom="3"/> <border name="button_border" left="0" right="0" top="1" bottom="1"/> </frame_geometry> |