solarized-emacs

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

commit 2fbe79a6e4678a792eb4111765e824dbc260828d
parent 7a43652689de5188198c77715e2dbc111de760bf
Author: mrkkrp <markkarpov@opmbx.org>
Date:   Mon, 14 Dec 2015 02:31:15 +0600

Make highlighting of tabs visible

Close #214.

We need to set background color or inverse video to make highlighted tab
characters visible in ‘whitespace-mode’.

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

diff --git a/solarized.el b/solarized.el @@ -247,7 +247,6 @@ Alpha should be a float between 0 and 1." base02 base03)) (s-fringe-fg base01) - (s-header-line-fg (if solarized-high-contrast-mode-line base1 base0)) (s-header-line-bg (if solarized-high-contrast-mode-line @@ -2050,7 +2049,7 @@ customize the resulting theme." `(whitespace-hspace ((,class (:background unspecified :foreground ,base1 :inverse-video unspecified)))) `(whitespace-tab ((,class (:background unspecified :foreground ,red - :inverse-video unspecified :weight bold)))) + :inverse-video t)))) `(whitespace-newline ((,class(:background unspecified :foreground ,base01 :inverse-video unspecified)))) `(whitespace-trailing ((,class (:background unspecified :foreground ,orange-lc