solarized-emacs

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

commit 7b8e66fb67bfa64979f997918bba600cbaaf203f
parent ef8c753eebe88c51aa98705856f53962019ff59b
Author: syl20bnr <sylvain.benner@gmail.com>
Date:   Thu, 13 Nov 2014 23:11:51 -0500

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))