solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 8aa2ce76327dc7081b1c9a310e858fe2b854d899
parent dc80b1fe7c613d26b6357dbf447b593af6000ca6
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Sun, 30 Apr 2017 18:00:36 +0300

Add cider-fringe-good-face

Diffstat:
Msolarized.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -553,6 +553,7 @@ customize the resulting theme." `(cider-deprecated-face ((t (:background ,yellow)))) `(cider-instrumented-face ((t (:box (:color ,red-l :line-width -1))))) `(cider-traced-face ((t (:box (:color ,cyan :line-width -1))))) + `(cider-fringe-good-face ((t (:foreground ,green-l)))) ;;;;; cider-repl-mode `(cider-repl-err-output-face ((t (:inherit ,font-lock-warning-face :underline nil)))) ;;;;; cider-test-mode