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 | |
parent | c42cbf7a1e0f1ae446fbb39922e6ba49a590a9cf (diff) |
bring metacity1 inline with metacity2
-rwxr-xr-x | Kogaion-daylight/metacity-1/metacity-theme-1.xml | 28 | ||||
-rwxr-xr-x | Kogaion-nighttime/metacity-1/metacity-theme-1.xml | 28 |
2 files changed, 28 insertions, 28 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> diff --git a/Kogaion-nighttime/metacity-1/metacity-theme-1.xml b/Kogaion-nighttime/metacity-1/metacity-theme-1.xml index 71b3b9a..32452f5 100755 --- a/Kogaion-nighttime/metacity-1/metacity-theme-1.xml +++ b/Kogaion-nighttime/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:light[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:dark[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:light[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:dark[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:light[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:dark[SELECTED]" filled="false"/> </draw_ops> <draw_ops name="unfocus_outline"> @@ -145,12 +145,12 @@ </draw_ops> <draw_ops name="minimize_focused_prelight"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:light[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:light[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> @@ -173,12 +173,12 @@ </draw_ops> <draw_ops name="maximize_focused_prelight"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:light[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:light[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> @@ -201,12 +201,12 @@ </draw_ops> <draw_ops name="unmaximize_focused_prelight"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:light[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:light[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> @@ -229,12 +229,12 @@ </draw_ops> <draw_ops name="close_focused_prelight"> - <rectangle x="1" y="1" width="25" height="25" color="gtk:light[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:light[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> |