summaryrefslogtreecommitdiffstats
path: root/jedi-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'jedi-theme.el')
-rw-r--r--jedi-theme.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/jedi-theme.el b/jedi-theme.el
new file mode 100644
index 0000000..8e31805
--- /dev/null
+++ b/jedi-theme.el
@@ -0,0 +1,11 @@
+(require 'sw-theme)
+
+(deftheme jedi
+ "Created 2012-02-22")
+
+(custom-theme-set-faces
+ 'jedi
+ '(default ((t (:background "#ffe7ba" :foreground "#000000")))))
+(sw-theme-set-faces 'jedi)
+
+(provide-theme 'jedi)