solarized-emacs

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

commit e5f0af69d854b0c38c93f05b79674208d60b199c
parent b6745b82719c8f4d24d48d0ec98f8f2132f1ad6d
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Mon, 31 Aug 2015 17:21:23 +0300

Add support for nrepl-message-colors

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

diff --git a/solarized.el b/solarized.el @@ -2119,6 +2119,10 @@ customize the resulting theme." `(fci-rule-color ,base02) ;;;;; magit `(magit-diff-use-overlays nil) +;;;;; nrepl-client + `(nrepl-message-colors + '(,red ,orange ,yellow ,green-d ,green-l + ,blue-d ,cyan ,magenta ,violet)) ;;;;; highlight-changes `(highlight-changes-colors '(,magenta ,violet)) ;;;;; highlight-symbol