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

Add support for solarized-termcolors and add a reasonable configuration for the 'match' face (emacs24) #87

Closed skoga closed 9 years ago

skoga commented 11 years ago

This CL adds support for solarized-termcolors as specified in the README documentation. The net effect is forcing emacs to use the first 16 colors to specify font colors even on a 256 color xterm, like in the vim equivalent.

dato commented 10 years ago

match should match lazy-highlight, and hence be fg-yellow, not fg-orange.

Didn’t notice this before, I have my own pull request with only that change.

sellout commented 9 years ago

The code has changed a lot, and these changes are no longer necessary. Thanks for submitting, though.