sw-theme/jedi-theme.el

12 lines
207 B
EmacsLisp
Raw Normal View History

2012-02-23 09:36:39 +01:00
(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)