(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)