branch: elpa/spacemacs-theme commit bd376f705d6eb7afd9a1dfa0c1bd407e869d1e9f Author: nashamri <designernas...@gmail.com> Commit: nashamri <designernas...@gmail.com>
cider fringe face --- spacemacs-common.el | 1 + 1 file changed, 1 insertion(+) diff --git a/spacemacs-common.el b/spacemacs-common.el index b2707b64b5..737b65681b 100644 --- a/spacemacs-common.el +++ b/spacemacs-common.el @@ -269,6 +269,7 @@ to 'auto, tags may not be properly aligned. " ;;;;; cider `(cider-enlightened ((,class (:background nil :box (:color ,yellow :line-width -1 :style nil) :foreground ,yellow)))) `(cider-enlightened-local ((,class (:foreground ,yellow)))) + `(cider-fringe-good-face ((,class (:foreground ,suc)))) `(cider-instrumented-face ((,class (:background nil :box (:color ,red :line-width -1 :style nil) :foreground ,red)))) `(cider-result-overlay-face ((,class (:background nil :box (:color ,blue :line-width -1 :style nil) :foreground ,blue)))) `(cider-test-error-face ((,class (:background ,war :foreground ,bg1))))