From 8965e16604f4be1b430a781b52d5a4e61e1e936c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Szyma=C5=84ski?= Date: Tue, 15 Nov 2016 20:02:10 +0100 Subject: [PATCH] Add faces for rpm-spec-mode --- yoshi-theme.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/yoshi-theme.el b/yoshi-theme.el index 2b25f85..cef000e 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -462,6 +462,17 @@ `(widget-documentation ((t (:inherit font-lock-doc-face)))) `(widget-field ((t (:background ,bgblue :box (:color ,bgblue :line-width 2))))) + ;;; rpm-spec-mode + `(rpm-spec-tag-face ((t (:foreground ,fgblue)))) + `(rpm-spec-obsolete-tag-face ((t (:background ,bgred)))) + `(rpm-spec-macro-face ((t (:foreground ,fgyellow)))) + `(rpm-spec-var-face ((t (:foreground ,fgcyan)))) + `(rpm-spec-doc-face ((t (:foreground ,fgmagenta)))) + `(rpm-spec-dir-face ((t (:foreground ,fgturquoise)))) + `(rpm-spec-package-face ((t (:foreground ,fgred)))) + `(rpm-spec-ghost-face ((t (:foreground ,fgred)))) + `(rpm-spec-section-face ((t (:foreground ,fgyellow :underline t)))) + ) (custom-theme-set-variables