Mercurial > hg > dotemacs
changeset 93:b3a21b2ec56a
Fix some rpm mode faces
author | Jordi GutiƩrrez Hermoso <jordigh@octave.org> |
---|---|
date | Sun, 05 Oct 2014 18:53:46 -0400 (2014-10-05) |
parents | a2f699e4f1ca |
children | 098e3d3b6c60 |
files | dotemacs.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dotemacs.el +++ b/dotemacs.el @@ -305,6 +305,8 @@ '(magit-diff-add ((((class color) (background dark)) (:foreground "lime green")))) '(magit-diff-del ((t (:inherit diff-removed)))) '(monky-header ((t (:background "#666")))) + '(rpm-spec-package-face ((((class color) (background dark)) (:foreground "#F88")))) + '(rpm-spec-tag-face ((((class color) (background dark)) (:foreground "light blue")))) '(rst-level-1-face ((t (:background "grey10"))) t) '(rst-level-2-face ((t (:background "grey10"))) t) '(rst-level-3-face ((t (:background "grey10"))) t)