solarized-emacs

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

commit a2494e3515dd094b18d5f8c2b51d2ba09c7d53f8
parent ef8c753eebe88c51aa98705856f53962019ff59b
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Fri, 14 Nov 2014 09:37:30 +0200

Merge pull request #136 from syl20bnr/hl-anything

Add colors for hl-anything thingatpt functions
Diffstat:
Msolarized.el | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -2109,6 +2109,12 @@ customize the resulting theme." '((,base02 . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50) (,yellow-lc . 60)(,orange-lc . 70)(,magenta-lc . 85)(,base02 . 100))) + ;; hl-anything + `(hl-fg-colors '(,base03 ,base03 ,base03 ,base03 ,base03 ,base03 + ,base03 ,base03)) + `(hl-bg-colors '(,yellow-lc ,orange-lc ,red-lc ,magenta-lc + ,violet-lc ,blue-lc ,cyan-lc ,green-lc)) + ;; smartrep `(smartrep-mode-line-active-bg (solarized-color-blend ,green ,s-mode-line-bg 0.2))