summaryrefslogtreecommitdiff
path: root/icons/default.xml
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-06-26 08:37:44 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-06-26 08:37:44 +0000
commita59d6685a634b7adad43af864399f6d4f547be24 (patch)
tree7fa5ddca796620ea7bf91240a14b3fa29864d237 /icons/default.xml
parent173c750acb572249eebdd0eacd84642732de99c3 (diff)
downloadnautilus-a59d6685a634b7adad43af864399f6d4f547be24.tar.gz
implemented an xml-based general theme mechanism, and used it for the
implemented an xml-based general theme mechanism, and used it for the sidebar backgrounds, which isn't quite working yet. Added xml files to our themes.
Diffstat (limited to 'icons/default.xml')
-rw-r--r--icons/default.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/icons/default.xml b/icons/default.xml
new file mode 100644
index 000000000..0532f0d03
--- /dev/null
+++ b/icons/default.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<theme name="default">
+ <sidebar SIDEBAR_BACKGROUND_COLOR="rgb:DDDD/DDDD/FFFF"/>
+ <iconcontainer BACKGROUND_COLOR="rgb:FFFF/FFFF/FFFF"/>
+ </theme>