Tweaked some colors and widgets

This commit is contained in:
Satyajit Sahoo
2013-02-26 22:52:18 +05:30
parent 78487679ce
commit 55804446fa
5 changed files with 6 additions and 21 deletions
+2 -2
View File
@@ -61,11 +61,11 @@
<!-- Window Title -->
<draw_ops name="draw_title_text_normal">
<title color="#888888" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
<title color="#dcdcdc" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>
<draw_ops name="draw_title_text_inactive">
<title color="#444444" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
<title color="#888888" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>
<draw_ops name="draw_title">
+2 -2
View File
@@ -91,11 +91,11 @@
<!-- title -->
<draw_ops name="title_focused">
<title color="#888888" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
<title color="#dcdcdc" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>
<draw_ops name="title_unfocused">
<title color="#444444" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
<title color="#888888" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>
<!-- window decorations -->