solarized-emacs

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

commit abf6554b8f4ef28052fdf5102e327d8caee8f1d1
parent 3c282c251a5893738f7623a91eb9a5ba9a292368
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sat, 17 May 2014 13:42:47 +0200

add highlight-symbol faces

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

diff --git a/solarized.el b/solarized.el @@ -980,6 +980,10 @@ customize the resulting theme." `(highlight-indentation-face ((,class (:background ,base02)))) `(highlight-indentation-current-column-face((,class (:background ,base02)))) + ;; highlight-symbol + `(highlight-symbol-face ((,class (:foreground ,magenta + :background unspecified)))) + ;; hl-line-mode `(hl-line ((,class (:background ,base02)))) `(hl-line-face ((,class (:background ,base02)))) @@ -1896,6 +1900,12 @@ customize the resulting theme." ;; highlight-changes `(highlight-changes-colors '(,magenta ,violet)) + ;; highlight-symbol + `(highlight-symbol-foreground-color ,base1) + `(highlight-symbol-colors + (--map (solarized-color-blend it ,base03 0.25) + '(,yellow ,cyan ,red ,violet ,green ,orange ,blue))) + ;; highlight-tail `(highlight-tail-colors '((,base02 . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50)