diff options
| author | 2016-11-15 21:58:47 +0100 | |
|---|---|---|
| committer | 2016-11-15 21:58:47 +0100 | |
| commit | 278dba2c6846c6898ced9948505775ef71812586 (patch) | |
| tree | adc4028c58aeb6036544ea23378d69477afc908c | |
| parent | 22bc240ec541629b6cbdbe670839391927f8e131 (diff) | |
| parent | 8965e16604f4be1b430a781b52d5a4e61e1e936c (diff) | |
| download | yoshi-theme-278dba2c6846c6898ced9948505775ef71812586.tar.gz yoshi-theme-278dba2c6846c6898ced9948505775ef71812586.zip | |
Merge remote-tracking branch 'fszymanski/master'
| -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 cd16ad3..c72718c 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -465,6 +465,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 |
