comparison .elisp/settings/90.colors.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 198b3cb99677
children
comparison
equal deleted inserted replaced
428:bd5b61866ef8 429:27e8ad5acedf
10 initial-frame-alist default-frame-alist) 10 initial-frame-alist default-frame-alist)
11 11
12 ;; tell ipython we have a dark background 12 ;; tell ipython we have a dark background
13 (setq py-python-command-args (quote ("-i"))) 13 (setq py-python-command-args (quote ("-i")))
14 14
15 (set-face-foreground 'magit-diff-add "DarkGreen")
16 (set-face-background 'magit-item-highlight "grey19")
17
18 (set-face-background 'whitespace-line "red4") 15 (set-face-background 'whitespace-line "red4")
19 (set-face-background 'whitespace-tab "tan") 16 (set-face-background 'whitespace-tab "tan")
20 (set-face-background 'whitespace-trailing "red") 17 (set-face-background 'whitespace-trailing "red")