solarized-emacs

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

commit c4743ee5588c7cdb6f229a2176e40bf69edf0ce0
parent 20f2fbe3ccf954a39542df103cf67aaa1dbbcbdc
Author: conao3 <conao3@gmail.com>
Date:   Tue,  3 Dec 2019 18:30:15 +0900

fix comma usage

Diffstat:
Msolarized-faces.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1990,7 +1990,7 @@ `(highlight-symbol-foreground-color ,base1) `(highlight-symbol-colors ,(mapcar - (lambda (color) (solarized-color-blend color ,base03 0.25)) + (lambda (color) (solarized-color-blend color base03 0.25)) `(,yellow ,cyan ,red ,violet ,green ,orange ,blue))) ;;;;; highlight-tail `(highlight-tail-colors