Changed the region highlighting to 1) match Ethan's update and 2) not make comments invisible.
parent
6e3332b7bc
commit
038c25dfdb
|
|
@ -61,7 +61,7 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
|
||||||
(mode-line-inactive
|
(mode-line-inactive
|
||||||
((t (:foreground ,base0 :background ,base02
|
((t (:foreground ,base0 :background ,base02
|
||||||
:box (:line-width 1 :color ,base02)))))
|
:box (:line-width 1 :color ,base02)))))
|
||||||
(region ((t (:background ,base01))))
|
(region ((t (:background ,base02))))
|
||||||
(secondary-selection ((t (:background ,base02))))
|
(secondary-selection ((t (:background ,base02))))
|
||||||
(trailing-whitespace ((t (:foreground ,red :inverse-video t))))
|
(trailing-whitespace ((t (:foreground ,red :inverse-video t))))
|
||||||
(vertical-border ((t (:foreground ,base0))))
|
(vertical-border ((t (:foreground ,base0))))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue