Add styles for package menu (M-x list-packages)

These were already covered, but are now made explicit.
This commit is contained in:
Protesilaos Stavrou 2019-12-23 10:56:25 +02:00
parent 0d69443648
commit a9027f33c3
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 31 additions and 1 deletions

View File

@ -234,6 +234,7 @@ the "full support" may not be 100% true…
+ org-noter
+ org-recur
+ outline-mode
+ package (=M-x list-packages=)
+ paren-face
+ pass
+ persp-mode
@ -278,7 +279,6 @@ inherit from some basic faces. Please confirm.
+ comint
+ bongo
+ log-edit
+ package menu
+ rmail
** Help needed

View File

@ -1296,6 +1296,21 @@ between foreground and background is >= 7:1)."
`(outline-6 ((,class (:inherit org-level-6))))
`(outline-7 ((,class (:inherit org-level-7))))
`(outline-8 ((,class (:inherit org-level-8))))
;;;; package (M-x list-packages)
`(package-description ((,class (:foreground ,fg-special-cold))))
`(package-help-section-name ((,class (:foreground ,magenta-alt-other :weight bold))))
`(package-name ((,class (:inherit link))))
`(package-status-avail-obso ((,class (:foreground ,red :weight bold))))
`(package-status-available ((,class (:foreground ,fg-special-mild))))
`(package-status-built-in ((,class (:foreground ,magenta))))
`(package-status-dependency ((,class (:foreground ,magenta-alt-other))))
`(package-status-disabled ((,class (:inherit modus-theme-subtle-red))))
`(package-status-external ((,class (:foreground ,cyan-alt-other))))
`(package-status-held ((,class (:foreground ,yellow-alt))))
`(package-status-incompat ((,class (:foreground ,yellow :weight bold))))
`(package-status-installed ((,class (:foreground ,fg-special-warm))))
`(package-status-new ((,class (:foreground ,green :weight bold))))
`(package-status-unsigned ((,class (:foreground ,red-alt :weight bold))))
;;;; paren-face
`(parenthesis ((,class (:foreground ,fg-alt))))
;;;; pass

View File

@ -1296,6 +1296,21 @@ between foreground and background is >= 7:1)."
`(outline-6 ((,class (:inherit org-level-6))))
`(outline-7 ((,class (:inherit org-level-7))))
`(outline-8 ((,class (:inherit org-level-8))))
;;;; package (M-x list-packages)
`(package-description ((,class (:foreground ,fg-special-cold))))
`(package-help-section-name ((,class (:foreground ,magenta-alt-other :weight bold))))
`(package-name ((,class (:inherit link))))
`(package-status-avail-obso ((,class (:foreground ,red :weight bold))))
`(package-status-available ((,class (:foreground ,fg-special-mild))))
`(package-status-built-in ((,class (:foreground ,magenta))))
`(package-status-dependency ((,class (:foreground ,magenta-alt-other))))
`(package-status-disabled ((,class (:inherit modus-theme-subtle-red))))
`(package-status-external ((,class (:foreground ,cyan-alt-other))))
`(package-status-held ((,class (:foreground ,yellow-alt))))
`(package-status-incompat ((,class (:foreground ,yellow :weight bold))))
`(package-status-installed ((,class (:foreground ,fg-special-warm))))
`(package-status-new ((,class (:foreground ,green :weight bold))))
`(package-status-unsigned ((,class (:foreground ,red-alt :weight bold))))
;;;; paren-face
`(parenthesis ((,class (:foreground ,fg-alt))))
;;;; pass