solarized-emacs

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

commit cc38c23052ab159b66d3c6876e52b9bf16a8d7cc
parent b37635f0836bf15a56f6eb946151f0b2420a2e7c
Author: Akira Tamamori <tamamori5917@gmail.com>
Date:   Tue, 16 Jul 2019 15:29:20 +0900

There col-highlight (#335)


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

diff --git a/solarized.el b/solarized.el @@ -612,6 +612,8 @@ customize the resulting theme." ;;;;; column-enforce-mode `(column-enforce-face ((,class (:background unspecified :foreground ,magenta :inverse-video unspecified)))) +;;;;; col-highlight + `(col-highlight ((,class (:background ,base02)))) ;;;;; company-mode `(company-echo ((,class nil))) `(company-echo-common ((,class (:background ,red))))