comparison .elisp/settings/01.custom.el @ 429:27e8ad5acedf

colors: move some magit and monky colors into customize
author Augie Fackler <raf@durin42.com>
date Mon, 14 Mar 2016 21:43:26 -0400
parents bd5b61866ef8
children 2b5d868f81ac
comparison
equal deleted inserted replaced
428:bd5b61866ef8 429:27e8ad5acedf
33 '(diff-header ((t (:foreground "White")))) 33 '(diff-header ((t (:foreground "White"))))
34 '(diff-hunk-header ((t (:foreground "White")))) 34 '(diff-hunk-header ((t (:foreground "White"))))
35 '(diff-index ((t (:foreground "Green")))) 35 '(diff-index ((t (:foreground "Green"))))
36 '(diff-nonexistent ((t (:foreground "DarkBlue")))) 36 '(diff-nonexistent ((t (:foreground "DarkBlue"))))
37 '(diff-removed ((t (:foreground "Red")))) 37 '(diff-removed ((t (:foreground "Red"))))
38 '(rst-level-1-face ((t (:background "grey15"))) t)) 38 '(rst-level-1-face ((t (:background "grey15"))) t)
39 '(monky-diff-add ((t (:foreground "sea green"))))
40 '(magit-diff-add ((t (:foreground "sea green"))))
41 '(magit-item-highlight ((t (:background "grey19")))))