# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1412549626 14400 # Node ID b3a21b2ec56a7033be08e06128a0231ff1f307c3 # Parent a2f699e4f1ca821c7feb617da6f402a0b62b3eaa Fix some rpm mode faces diff --git a/dotemacs.el b/dotemacs.el --- 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)