1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Add faces for rpm-spec-mode

This commit is contained in:
Filip Szymański 2016-11-15 20:02:10 +01:00
parent 09ce915308
commit 8965e16604
No known key found for this signature in database
GPG key ID: 162BAECB80C4BC1A

View file

@ -462,6 +462,17 @@
`(widget-documentation ((t (:inherit font-lock-doc-face)))) `(widget-documentation ((t (:inherit font-lock-doc-face))))
`(widget-field ((t (:background ,bgblue :box (:color ,bgblue :line-width 2))))) `(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 (custom-theme-set-variables