solarized-emacs

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

commit fdb42e4c840f42b7dc3c53d6a89038542786cf3d
parent 57bd2740a2b56efb3710df03f890f7bcc556fe89
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sat,  9 Jan 2021 03:05:21 +0100

add pulse colors

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

diff --git a/solarized-faces.el b/solarized-faces.el @@ -198,6 +198,11 @@ `(Man-overstrike ((,class (:foreground ,blue :weight bold)))) `(Man-reverse ((,class (:foreground ,orange)))) `(Man-underline ((,class (:foreground ,green :underline t)))) + +;;;;; pulse + `(pulse-highlight-start-face ((,light-class + (:background ,(solarized-color-blend yellow base03 0.4))) + (,dark-class (:background ,(solarized-color-blend cyan base03 0.4))))) ;;;;; wid-edit `(widget-field ((,class (:background ,base02)))) ;;;;; font lock