Add support for COV

This commit is contained in:
Protesilaos Stavrou 2019-12-23 06:23:40 +02:00
parent 39c5824f73
commit 5c4577b604
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 15 additions and 0 deletions

View File

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

View File

@ -404,6 +404,13 @@ between foreground and background is >= 7:1)."
`(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))))
;;;; cov
`(cov-coverage-not-run-face ((,class (:foreground ,red-intense))))
`(cov-coverage-run-face ((,class (:foreground ,green-intense))))
`(cov-heavy-face ((,class (:foreground ,magenta-intense))))
`(cov-light-face ((,class (:foreground ,blue-intense))))
`(cov-med-face ((,class (:foreground ,yellow-intense))))
`(cov-none-face ((,class (:foreground ,cyan-intense))))
;;;; custom
`(custom-changed ((,class (:inherit modus-theme-subtle-cyan))))
`(custom-comment ((,class (:foreground ,fg-alt))))

View File

@ -404,6 +404,13 @@ between foreground and background is >= 7:1)."
`(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))))
;;;; cov
`(cov-coverage-not-run-face ((,class (:foreground ,red-intense))))
`(cov-coverage-run-face ((,class (:foreground ,green-intense))))
`(cov-heavy-face ((,class (:foreground ,magenta-intense))))
`(cov-light-face ((,class (:foreground ,blue-intense))))
`(cov-med-face ((,class (:foreground ,yellow-intense))))
`(cov-none-face ((,class (:foreground ,cyan-intense))))
;;;; custom
`(custom-changed ((,class (:inherit modus-theme-subtle-cyan))))
`(custom-comment ((,class (:foreground ,fg-alt))))