This commit was manufactured by cvs2svn to create branch 'chise-r21-4-18'.
[chise/xemacs-chise.git-] / etc / custom / example-themes / example-theme.el
diff --git a/etc/custom/example-themes/example-theme.el b/etc/custom/example-themes/example-theme.el
new file mode 100644 (file)
index 0000000..d35221b
--- /dev/null
@@ -0,0 +1,15 @@
+;;;autoload 
+(deftheme example
+  "A sample theme for customize theme support."
+  :variable-set-string "This variable has been made an example.")
+
+(custom-theme-load-themes 'example
+    'europe)
+
+(custom-theme-set-variables 'example
+ '(iswitchb-prompt-newbuffer nil))
+
+(provide-theme 'example)
+
+
+  
\ No newline at end of file