Add support for COUNSEL-NOTMUCH

This commit is contained in:
Protesilaos Stavrou 2019-12-21 11:22:02 +02:00
parent dba477dfb5
commit 39c5824f73
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 11 additions and 0 deletions

View File

@ -174,6 +174,7 @@ the "full support" may not be 100% true…
+ completions
+ counsel*
+ counsel-css
+ counsel-notmuch
+ counsel-org-capture-string
+ custom (M-x customize)
+ dashboard (emacs-dashboard)

View File

@ -397,6 +397,11 @@ between foreground and background is >= 7:1)."
`(counsel-css-selector-depth-face-4 ((,class (:foreground ,yellow))))
`(counsel-css-selector-depth-face-5 ((,class (:foreground ,magenta))))
`(counsel-css-selector-depth-face-6 ((,class (:foreground ,red))))
;;;; counsel-notmuch
`(counsel-notmuch-count-face ((,class (:foreground ,cyan))))
`(counsel-notmuch-date-face ((,class (:foreground ,blue))))
`(counsel-notmuch-people-face ((,class (:foreground ,magenta))))
`(counsel-notmuch-subject-face ((,class (:foreground ,magenta-alt-other))))
;;;; counsel-org-capture-string
`(counsel-org-capture-string-template-body-face ((,class (:foreground ,fg-special-cold))))
;;;; custom

View File

@ -397,6 +397,11 @@ between foreground and background is >= 7:1)."
`(counsel-css-selector-depth-face-4 ((,class (:foreground ,yellow))))
`(counsel-css-selector-depth-face-5 ((,class (:foreground ,magenta))))
`(counsel-css-selector-depth-face-6 ((,class (:foreground ,red))))
;;;; counsel-notmuch
`(counsel-notmuch-count-face ((,class (:foreground ,cyan))))
`(counsel-notmuch-date-face ((,class (:foreground ,blue))))
`(counsel-notmuch-people-face ((,class (:foreground ,magenta))))
`(counsel-notmuch-subject-face ((,class (:foreground ,magenta-alt-other))))
;;;; counsel-org-capture-string
`(counsel-org-capture-string-template-body-face ((,class (:foreground ,fg-special-cold))))
;;;; custom