summaryrefslogtreecommitdiffstats
path: root/sith-theme.el
blob: 7ba62f5b7d07da1ffec7981354acc05c2a2a20c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
(require 'sw-theme)

(deftheme sith
  "Created 2012-02-22")

(custom-theme-set-faces
 'sith
 '(default ((t (:background "#000000" :foreground "#ffffff")))))
(sw-theme-set-faces 'sith)

(provide-theme 'sith)