sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.15k stars 201 forks source link

The selected region is invisible when enabling "highlight the current line" #40

Closed kuanyui closed 12 years ago

kuanyui commented 12 years ago

The selected region is invisible when enabling "highlight the current line (Emacs23 build-in)"

Try adding the below line to ~/.emacs, restart Emacs, C-@ to select any region and you'll know what I mean. (global-hl-line-mode 1)

sellout commented 12 years ago

Looks like region highlighting wasn't in sync with the VIM version. Should be better now.