summaryrefslogtreecommitdiff
path: root/Kogaion-nighttime
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-07-30 00:00:18 +0300
committerbionel <ionel.busuioc@gmail.com>2015-07-30 00:00:18 +0300
commit05d108122a065ca39c756422af6d9cfb5dfd47b6 (patch)
treed748f1607fddc713d0574e6e90f92abe387ed941 /Kogaion-nighttime
parent149448ccf05557a3db7b7a68b255d459675505bd (diff)
making metacity fun - pickup gtk colors
Diffstat (limited to 'Kogaion-nighttime')
-rwxr-xr-xKogaion-nighttime/metacity-1/metacity-theme-1.xml58
1 files changed, 29 insertions, 29 deletions
diff --git a/Kogaion-nighttime/metacity-1/metacity-theme-1.xml b/Kogaion-nighttime/metacity-1/metacity-theme-1.xml
index 43604b5..a7b5e57 100755
--- a/Kogaion-nighttime/metacity-1/metacity-theme-1.xml
+++ b/Kogaion-nighttime/metacity-1/metacity-theme-1.xml
@@ -50,23 +50,23 @@
<!-- ACTUALLY DRAWING FRAMES -->
<draw_ops name="title_background">
- <rectangle color="#4f5e76" x="0" y="0" width="width" height="height" filled="true"/>
- <rectangle color="#6c99c0" x="0" y="0" width="width-1" height="height"/>
+ <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"/>
</draw_ops>
<draw_ops name="title_background_maximized">
- <rectangle color="#4f5e76" x="0" y="0" width="width" height="height" filled="true"/>
- <line color="#6c99c0" x1="0" y1="0" x2="width" y2="0"/>
+ <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"/>
</draw_ops>
<draw_ops name="title_unfocused_background">
- <rectangle color="#626262" x="0" y="0" width="width" height="height" filled="true"/>
- <rectangle color="#969696" x="0" y="0" width="width-1" height="height" />
+ <rectangle color="gtk:bg[INSENSITIVE]" x="0" y="0" width="width" height="height" filled="true"/>
+ <rectangle color="gtk:light[INSENSITIVE]" x="0" y="0" width="width-1" height="height" />
</draw_ops>
<draw_ops name="title_unfocused_background_maximized">
- <rectangle color="#626262" x="0" y="0" width="width" height="height" filled="true"/>
- <line color="#969696" x1="0" y1="0" x2="width" y2="0"/>
+ <rectangle color="gtk:bg[INSENSITIVE]" x="0" y="0" width="width" height="height" filled="true"/>
+ <line color="gtk:light[INSENSITIVE]" x1="0" y1="0" x2="width" y2="0"/>
</draw_ops>
<draw_ops name="blank">
@@ -74,13 +74,13 @@
</draw_ops>
<draw_ops name="focus_outline">
- <rectangle x="0" y="0" width="width" height="height" color="#4f5e76" filled="true"/>
- <rectangle x="0" y="0" width="width-1" height="height-1" color="#6c99c0" filled="false"/>
+ <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"/>
</draw_ops>
<draw_ops name="unfocus_outline">
- <rectangle x="0" y="0" width="width" height="height" color="#626262" filled="true"/>
- <rectangle x="0" y="0" width="width-1" height="height-1" color="#969696" filled="false"/>
+ <rectangle x="0" y="0" width="width" height="height" color="gtk:bg[INSENSITIVE]" filled="true"/>
+ <rectangle x="0" y="0" width="width-1" height="height-1" color="gtk:light[INSENSITIVE]" filled="false"/>
</draw_ops>
<draw_ops name="focus_background">
@@ -102,7 +102,7 @@
<!-- focused -->
<draw_ops name="title_text_with_icon">
- <title color="#969696"
+ <title color="gtk:light[INSENSITIVE]"
x="(((width - title_width) / 2) `max` 0)"
y="((height - title_height) / 2) `max` 0"/>
</draw_ops>
@@ -142,12 +142,12 @@
</draw_ops>
<draw_ops name="minimize_focused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="#6c99c0" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[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="#6c99c0" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[SELECTED]" filled="true"/>
<image filename="minimize_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -156,12 +156,12 @@
</draw_ops>
<draw_ops name="minimize_unfocused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="#969696" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[INSENSITIVE]" filled="true"/>
<image filename="minimize_unfocused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="minimize_unfocused_pressed">
- <rectangle x="1" y="1" width="25" height="25" color="#969696" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[INSENSITIVE]" filled="true"/>
<image filename="minimize_unfocused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -170,12 +170,12 @@
</draw_ops>
<draw_ops name="maximize_focused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="#6c99c0" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[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="#6c99c0" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[SELECTED]" filled="true"/>
<image filename="maximize_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -184,12 +184,12 @@
</draw_ops>
<draw_ops name="maximize_unfocused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="#969696" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[INSENSITIVE]" filled="true"/>
<image filename="maximize_unfocused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="maximize_unfocused_pressed">
- <rectangle x="1" y="1" width="25" height="25" color="#969696" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[INSENSITIVE]" filled="true"/>
<image filename="maximize_unfocused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -198,12 +198,12 @@
</draw_ops>
<draw_ops name="unmaximize_focused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="#6c99c0" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[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="#6c99c0" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[SELECTED]" filled="true"/>
<image filename="unmaximize_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -212,12 +212,12 @@
</draw_ops>
<draw_ops name="unmaximize_unfocused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="#969696" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[INSENSITIVE]" filled="true"/>
<image filename="unmaximize_unfocused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="unmaximize_unfocused_pressed">
- <rectangle x="1" y="1" width="25" height="25" color="#969696" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[INSENSITIVE]" filled="true"/>
<image filename="unmaximize_unfocused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -226,12 +226,12 @@
</draw_ops>
<draw_ops name="close_focused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="#6c99c0" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[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="#6c99c0" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[SELECTED]" filled="true"/>
<image filename="close_focused_pressed.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
@@ -240,12 +240,12 @@
</draw_ops>
<draw_ops name="close_unfocused_prelight">
- <rectangle x="1" y="1" width="25" height="25" color="#969696" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[INSENSITIVE]" filled="true"/>
<image filename="close_unfocused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>
<draw_ops name="close_unfocused_pressed">
- <rectangle x="1" y="1" width="25" height="25" color="#969696" filled="true"/>
+ <rectangle x="1" y="1" width="25" height="25" color="gtk:light[INSENSITIVE]" filled="true"/>
<image filename="close_unfocused_prelight.png" x="4" y="4" width="object_width" height="object_height"/>
</draw_ops>