diff options
| author | 2016-11-15 20:02:10 +0100 | |
|---|---|---|
| committer | 2016-11-15 20:02:10 +0100 | |
| commit | 8965e16604f4be1b430a781b52d5a4e61e1e936c (patch) | |
| tree | 2e04278461181580f56be7db665e56cf1d6140a0 | |
| parent | 09ce91530896f6443b5b45409bd67b5a449651c9 (diff) | |
| download | yoshi-theme-8965e16604f4be1b430a781b52d5a4e61e1e936c.tar.gz yoshi-theme-8965e16604f4be1b430a781b52d5a4e61e1e936c.zip | |
Add faces for rpm-spec-mode
| -rw-r--r-- | yoshi-theme.el | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
