mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add faces for rpm-spec-mode
This commit is contained in:
parent
09ce915308
commit
8965e16604
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue