Add support for COUNSEL-CSS

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

View File

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

View File

@ -390,6 +390,13 @@ 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-css
`(counsel-css-selector-depth-face-1 ((,class (:foreground ,blue))))
`(counsel-css-selector-depth-face-2 ((,class (:foreground ,cyan))))
`(counsel-css-selector-depth-face-3 ((,class (:foreground ,green))))
`(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-org-capture-string
`(counsel-org-capture-string-template-body-face ((,class (:foreground ,fg-special-cold))))
;;;; custom

View File

@ -390,6 +390,13 @@ 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-css
`(counsel-css-selector-depth-face-1 ((,class (:foreground ,blue))))
`(counsel-css-selector-depth-face-2 ((,class (:foreground ,cyan))))
`(counsel-css-selector-depth-face-3 ((,class (:foreground ,green))))
`(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-org-capture-string
`(counsel-org-capture-string-template-body-face ((,class (:foreground ,fg-special-cold))))
;;;; custom