aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--data/themes/Default/theme.xml39
2 files changed, 32 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cfdcfe..6dd04a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-04-11 Ross Burton <ross@openedhand.com>
+ * data/themes/Default/theme.xml:
+ Make the default theme slightly more pretty.
+
+2008-04-11 Ross Burton <ross@openedhand.com>
+
* data/themes/README:
Update documentation to match reality.
diff --git a/data/themes/Default/theme.xml b/data/themes/Default/theme.xml
index 7db56ac..93810d5 100644
--- a/data/themes/Default/theme.xml
+++ b/data/themes/Default/theme.xml
@@ -11,22 +11,37 @@
<effect event="unmap" duration="100" gravity="none" type="fade" />
<decor type="north"
- color-bg="#ff0000" color-fg="#ffffff"
+ color-bg="#6699CF" color-fg="#FFFFFF"
template-height="22"
- font-family="Sans" font-size="18">
+ font-family="Sans" font-size="17">
<button type="close" packing="end"
- color-fg="#ffffff" color-bg="#59595f"
+ color-fg="#ffffff" color-bg="#446C96"
template-x="2" template-y="2"
- width="18" height="18"/>
- <button type="minimize" packing="end"
- color-fg="#ffffff" color-bg="#59595f"
- template-x="2" template-y="2"
- width="18" height="18"/>
- <button type="menu" packing="start"
- color-fg="#ffffff" color-bg="#59595f"
- template-x="2" template-y="2"
- width="18" height="18"/>
+ width="17" height="17"/>
</decor>
+
+ <decor type="east" template-width="0"/>
+ <decor type="south" template-height="0"/>
+ <decor type="west" template-width="0"/>
+
+</client>
+
+
+<client type="dialog">
+ <decor type="north"
+ color-bg="#618BB8" color-fg="#FFFFFF"
+ template-height="22"
+ font-family="Sans" font-size="17">
+ <button type="close" packing="end"
+ color-fg="#ffffff" color-bg="#446C96"
+ template-x="2" template-y="2"
+ width="17" height="17"/>
+ </decor>
+
+ <decor type="east" color-bg="#618BB8" template-width="2"/>
+ <decor type="south" color-bg="#618BB8" template-height="2"/>
+ <decor type="west" color-bg="#618BB8" template-width="2"/>
+
</client>
</theme>