From 038c25dfdbb598923f00bf24e880f64bed43ce0b Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Thu, 7 Apr 2011 07:17:05 -0400 Subject: [PATCH] Changed the region highlighting to 1) match Ethan's update and 2) not make comments invisible. --- color-theme-solarized.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color-theme-solarized.el b/color-theme-solarized.el index 6557f77..a08d7c2 100755 --- a/color-theme-solarized.el +++ b/color-theme-solarized.el @@ -61,7 +61,7 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized." (mode-line-inactive ((t (:foreground ,base0 :background ,base02 :box (:line-width 1 :color ,base02))))) - (region ((t (:background ,base01)))) + (region ((t (:background ,base02)))) (secondary-selection ((t (:background ,base02)))) (trailing-whitespace ((t (:foreground ,red :inverse-video t)))) (vertical-border ((t (:foreground ,base0))))