solarized-emacs

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

commit cd26e188c51b52d51b4f6a12892e8408dfe1c583
parent 210dbef0186f87048d50face41d1d374d6154b3a
Author: Shayan Pirani <shayanpirani@gmail.com>
Date:   Mon, 13 Jul 2015 23:40:59 -0400

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