solarized-emacs

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

commit 51d875b5ee0789ca6d38e4f8f7116c928752f625
parent e90595968917a13956c9da722bbac22dd74baab4
Author: conao3 <conao3@gmail.com>
Date:   Fri, 13 Dec 2019 02:52:14 +0900

add space between close paren and open paren

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

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1994,8 +1994,8 @@ `(,yellow ,cyan ,red ,violet ,green ,orange ,blue)))) ;;;;; highlight-tail `(highlight-tail-colors - '((,base02 . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50) - (,yellow-lc . 60)(,orange-lc . 70)(,magenta-lc . 85)(,base02 . 100))) + '((,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))