solarized-emacs

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

commit 372ce7ab000bd49db48c73fe3b3565648bcd5475
parent 210dbef0186f87048d50face41d1d374d6154b3a
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 14 Jul 2015 19:20:48 +0200

Merge pull request #193 from spirani/master

Add coloring for highlight-numbers
Diffstat:
Msolarized.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1079,6 +1079,8 @@ customize the resulting theme." ;;;;; highlight-indentation `(highlight-indentation-face ((,class (:background ,base02)))) `(highlight-indentation-current-column-face((,class (:background ,base02)))) +;;;;; highlight-numbers + `(highlight-numbers-number ((,class (:foreground ,violet :bold nil)))) ;;;;; highlight-symbol `(highlight-symbol-face ((,class (:foreground ,magenta)))) ;;;;; hl-line-mode