summaryrefslogtreecommitdiffstats
path: root/jedi-theme.el
blob: 8e31805a80104840d0b14d7fdb220a02f45ebb3e (plain)
1
2
3
4
5
6
7
8
9
10
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)