]> git.rkrishnan.org Git - .emacs.d.git/blob - angel-light-theme.el
a bunch of stuff from Jaseem's init.el
[.emacs.d.git] / angel-light-theme.el
1 (deftheme angel-light
2   "A light theme based on angry fruit salad.")
3
4 (custom-theme-set-variables
5  'angel-light
6  '(magit-use-overlays t)
7  '(fci-rule-color "#DFDFDF")
8  '(fci-rule-width 1)
9  '(cursor-type (quote (bar . 2))))
10
11 (custom-theme-set-faces
12  'angel-light
13  '(fringe ((t (:background "White"))))
14  '(magit-item-highlight ((t nil)))
15  '(default ((t (:inherit nil :background "White" :foreground "#333" :foundry "nil")))))
16
17 (provide-theme 'angel-light)