solarized-emacs

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

commit 574d93891ad65b5037c4821ffbd55f44900b365c
parent fd3266d16eec3cf1ecb0b53c3b3d42438348f0db
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 26 Sep 2014 20:46:25 +0200

Modify nav-flash-face

New blended color

Diffstat:
Msolarized.el | 16+++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -1400,10 +1400,20 @@ customize the resulting theme." `(nav-face-hdir ((,class (:foreground ,red)))) `(nav-face-file ((,class (:foreground ,base0)))) `(nav-face-hfile ((,class (:foreground ,red)))) - ;; nav-flash - `(nav-flash-face ((,class (:background ,base02)))) - + ;; `(nav-flash-face ((,class (:background ,base02)))) + `(nav-flash-face ((,class (:foreground + ,(apply 'solarized-color-blend + (if + (eq variant 'light) + (list yellow base1 0.2) + (list cyan base1 0.1))) + :background + ,(apply 'solarized-color-blend + (if + (eq variant 'light) + (list yellow base03 0.2) + (list cyan base03 0.3))))))) ;; org-mode `(org-agenda-structure