solarized-emacs

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

commit 58f3b82b0432ba703b71a55abc8fa3b8a5dc84b6
parent 2cec4419a5b55d5831963bf3751a21fd636ac9e1
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri,  5 Apr 2013 16:26:11 +0200

changed secondary-selection background from solarized-bg to solarized-hl since it mostly becomes invisible otherwise

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

diff --git a/solarized.el b/solarized.el @@ -211,7 +211,8 @@ :background ,solarized-bg :box (:line-width -1 :style released-button))))) `(region ((,class (:foreground ,solarized-bg :background ,solarized-emph)))) - `(secondary-selection ((,class (:background ,solarized-bg)))) + `(secondary-selection ((,class (:background ,solarized-hl)))) + `(trailing-whitespace ((,class (:background ,red)))) `(vertical-border ((,class (:foreground ,solarized-fg))))