summaryrefslogtreecommitdiffstats
path: root/jedi-theme.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-02-23 09:36:39 +0100
committerGravatar Tom Willemsen2012-02-23 09:36:39 +0100
commit9aa83495b17f358010c35985267e03b8ad67b656 (patch)
tree841ac50002ba8d7fa7129bfdf9c600e997b0328f /jedi-theme.el
downloadsw-theme-9aa83495b17f358010c35985267e03b8ad67b656.tar.gz
sw-theme-9aa83495b17f358010c35985267e03b8ad67b656.zip
Initial commit
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)