Add support for COUNSEL-ORG-CAPTURE-STRING

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

View File

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

View File

@ -390,6 +390,8 @@ between foreground and background is >= 7:1)."
`(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))))
;;;; counsel-org-capture-string
`(counsel-org-capture-string-template-body-face ((,class (:foreground ,fg-special-cold))))
;;;; custom
`(custom-changed ((,class (:inherit modus-theme-subtle-cyan))))
`(custom-comment ((,class (:foreground ,fg-alt))))

View File

@ -390,6 +390,8 @@ between foreground and background is >= 7:1)."
`(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))))
;;;; counsel-org-capture-string
`(counsel-org-capture-string-template-body-face ((,class (:foreground ,fg-special-cold))))
;;;; custom
`(custom-changed ((,class (:inherit modus-theme-subtle-cyan))))
`(custom-comment ((,class (:foreground ,fg-alt))))