Mercurial > dotfiles
comparison .elisp/settings/01.custom.el @ 413:78dedd5483fa
emacs: customize a restructuredtext color
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 04 Aug 2016 11:15:33 -0400 |
parents | 437408ede1e7 |
children | eece3dcdd013 |
comparison
equal
deleted
inserted
replaced
412:437408ede1e7 | 413:78dedd5483fa |
---|---|
19 '(diff-file-header ((t (:foreground "White")))) | 19 '(diff-file-header ((t (:foreground "White")))) |
20 '(diff-header ((t (:foreground "White")))) | 20 '(diff-header ((t (:foreground "White")))) |
21 '(diff-hunk-header ((t (:foreground "White")))) | 21 '(diff-hunk-header ((t (:foreground "White")))) |
22 '(diff-index ((t (:foreground "Green")))) | 22 '(diff-index ((t (:foreground "Green")))) |
23 '(diff-nonexistent ((t (:foreground "DarkBlue")))) | 23 '(diff-nonexistent ((t (:foreground "DarkBlue")))) |
24 '(diff-removed ((t (:foreground "Red"))))) | 24 '(diff-removed ((t (:foreground "Red")))) |
25 '(rst-level-1-face ((t (:background "grey15"))) t)) |