diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-27 13:01:26 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-27 13:01:26 +0300 |
commit | c10040e4e1b0bd71a629c04c5bae39367aa488ff (patch) | |
tree | d7baa2a4c603c23cb2d8b8872c4eed410f957493 /Kogaion-daylight/metacity-1 | |
parent | c42cbf7a1e0f1ae446fbb39922e6ba49a590a9cf (diff) |
bring metacity1 inline with metacity2
Diffstat (limited to 'Kogaion-daylight/metacity-1')
-rwxr-xr-x | Kogaion-daylight/metacity-1/metacity-theme-1.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Kogaion-daylight/metacity-1/metacity-theme-1.xml b/Kogaion-daylight/metacity-1/metacity-theme-1.xml index f1eab5d..2d771bb 100755 --- a/Kogaion-daylight/metacity-1/metacity-theme-1.xml +++ b/Kogaion-daylight/metacity-1/metacity-theme-1.xml @@ -53,13 +53,13 @@ <!-- ACTUALLY DRAWING FRAMES --> <draw_ops name="title_background"> - <rectangle color="gtk:bg[SELECTED]" x="0" y="0" width="width" height="height" filled="true"/> - <rectangle color="gtk:dark[SELECTED]" x="0" y="0" width="width-1" height="height"/> + <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true"/> + <rectangle color="gtk:bg[SELECTED]" x="0" y="0" width="width-1" height="height"/> </draw_ops> <draw_ops name="title_background_maximized"> - <rectangle color="gtk:bg[SELECTED]" x="0" y="0" width="width" height="height" filled="true"/> - <line color="gtk:dark[SELECTED]" x1="0" y1="0" x2="width" y2="0"/> + <rectangle color="gtk:bg[NORMAL]" x="0" y="0" width="width" height="height" filled="true"/> + <line color="gtk:bg[SELECTED]" x1="0" y1="0" x2="width" y2="0"/> </draw_ops> <draw_ops name="title_unfocused_background"> @@ -77,8 +77,8 @@ </draw_ops> <draw_ops name="focus_outline"> - <rectangle x="0" y="0" width="width" height="height" color="gtk:bg[SELECTED]" filled="true"/> - <rectangle x="0" y="0" width="width-1" height="height-1" color="gtk:dark[SELECTED]" filled="false"/> + <rectangle x="0" y="0" width="width" height="height" color="gtk:bg[NORMAL]" filled="true"/> + <rectangle x="0" y="0" width="width-1" height="height-1" color="gtk:bg[SELECTED]" filled="false"/> </draw_ops> <draw_ops name="unfocus_outline"> @@ -137,12 +137,12 @@ </draw_ops> <draw_ops name="minimize_focused_prelight"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:dark[SELECTED]" filled="true"/> + <rectangle x="1" y="1" width="25" height="25" color="gtk:bg[SELECTED]" filled="true"/> <image filename="minimize_focused_prelight.png" x="4" y="4" width="object_width" height="object_height"/> </draw_ops> <draw_ops name="minimize_focused_pressed"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:dark[SELECTED]" filled="true"/> + <rectangle x="1" y="1" width="25" height="25" color="gtk:bg[SELECTED]" filled="true"/> <image filename="minimize_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/> </draw_ops> @@ -165,12 +165,12 @@ </draw_ops> <draw_ops name="maximize_focused_prelight"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:dark[SELECTED]" filled="true"/> + <rectangle x="1" y="1" width="25" height="25" color="gtk:bg[SELECTED]" filled="true"/> <image filename="maximize_focused_prelight.png" x="4" y="4" width="object_width" height="object_height"/> </draw_ops> <draw_ops name="maximize_focused_pressed"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:dark[SELECTED]" filled="true"/> + <rectangle x="1" y="1" width="25" height="25" color="gtk:bg[SELECTED]" filled="true"/> <image filename="maximize_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/> </draw_ops> @@ -193,12 +193,12 @@ </draw_ops> <draw_ops name="unmaximize_focused_prelight"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:dark[SELECTED]" filled="true"/> + <rectangle x="1" y="1" width="25" height="25" color="gtk:bg[SELECTED]" filled="true"/> <image filename="unmaximize_focused_prelight.png" x="4" y="4" width="object_width" height="object_height"/> </draw_ops> <draw_ops name="unmaximize_focused_pressed"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:dark[SELECTED]" filled="true"/> + <rectangle x="1" y="1" width="25" height="25" color="gtk:bg[SELECTED]" filled="true"/> <image filename="unmaximize_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/> </draw_ops> @@ -221,12 +221,12 @@ </draw_ops> <draw_ops name="close_focused_prelight"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:dark[SELECTED]" filled="true"/> + <rectangle x="1" y="1" width="25" height="25" color="gtk:bg[SELECTED]" filled="true"/> <image filename="close_focused_prelight.png" x="4" y="4" width="object_width" height="object_height"/> </draw_ops> <draw_ops name="close_focused_pressed"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:dark[SELECTED]" filled="true"/> + <rectangle x="1" y="1" width="25" height="25" color="gtk:bg[SELECTED]" filled="true"/> <image filename="close_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/> </draw_ops> |