diff options
author | raveit65 <[email protected]> | 2015-02-10 16:55:04 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-10 16:56:01 +0100 |
commit | 5bf52df284965f3e14ab543a99979a8f3812babc (patch) | |
tree | e709623f9d4d9a6b0f77bc1ef51826c4000d53a2 /desktop-themes/ContrastHigh/metacity-1 | |
parent | c64aa718766a26e167657160924476be9a5365b6 (diff) | |
download | mate-themes-5bf52df284965f3e14ab543a99979a8f3812babc.tar.bz2 mate-themes-5bf52df284965f3e14ab543a99979a8f3812babc.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> |