Explicit styles for Counsel

This commit is contained in:
Protesilaos Stavrou 2019-12-21 10:17:12 +02:00
parent d50e1134fc
commit 378d7cb16d
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 29 additions and 0 deletions

View File

@ -172,6 +172,7 @@ the "full support" may not be 100% true…
+ company-posframe
+ compilation-mode
+ completions
+ counsel*
+ custom (M-x customize)
+ dashboard (emacs-dashboard)
+ deadgrep

View File

@ -376,6 +376,20 @@ between foreground and background is >= 7:1)."
`(completions-annotations ((,class (:inherit italic))))
`(completions-common-part ((,class nil)))
`(completions-first-difference ((,class (:inherit bold))))
;;;; counsel
`(counsel-active-mode ((,class (:foreground ,magenta-alt-other))))
`(counsel-application-name ((,class (:foreground ,red-alt-other))))
`(counsel-key-binding ((,class (:foreground ,blue-alt-other :weight bold))))
`(counsel-outline-1 ((,class (:inherit outline-1))))
`(counsel-outline-2 ((,class (:inherit outline-2))))
`(counsel-outline-3 ((,class (:inherit outline-3))))
`(counsel-outline-4 ((,class (:inherit outline-4))))
`(counsel-outline-5 ((,class (:inherit outline-5))))
`(counsel-outline-6 ((,class (:inherit outline-6))))
`(counsel-outline-7 ((,class (:inherit outline-7))))
`(counsel-outline-8 ((,class (:inherit outline-8))))
`(counsel-outline-default ((,class (:foreground ,green-alt-other :weight bold))))
`(counsel-variable-documentation ((,class (:foreground ,yellow-alt-other :slant ,modus-theme-slant))))
;;;; custom
`(custom-changed ((,class (:inherit modus-theme-subtle-cyan))))
`(custom-comment ((,class (:foreground ,fg-alt))))

View File

@ -376,6 +376,20 @@ between foreground and background is >= 7:1)."
`(completions-annotations ((,class (:inherit italic))))
`(completions-common-part ((,class nil)))
`(completions-first-difference ((,class (:inherit bold))))
;;;; counsel
`(counsel-active-mode ((,class (:foreground ,magenta-alt-other))))
`(counsel-application-name ((,class (:foreground ,red-alt-other))))
`(counsel-key-binding ((,class (:foreground ,blue-alt-other :weight bold))))
`(counsel-outline-1 ((,class (:inherit outline-1))))
`(counsel-outline-2 ((,class (:inherit outline-2))))
`(counsel-outline-3 ((,class (:inherit outline-3))))
`(counsel-outline-4 ((,class (:inherit outline-4))))
`(counsel-outline-5 ((,class (:inherit outline-5))))
`(counsel-outline-6 ((,class (:inherit outline-6))))
`(counsel-outline-7 ((,class (:inherit outline-7))))
`(counsel-outline-8 ((,class (:inherit outline-8))))
`(counsel-outline-default ((,class (:foreground ,green-alt-other :weight bold))))
`(counsel-variable-documentation ((,class (:foreground ,yellow-alt-other :slant ,modus-theme-slant))))
;;;; custom
`(custom-changed ((,class (:inherit modus-theme-subtle-cyan))))
`(custom-comment ((,class (:foreground ,fg-alt))))