sellout / emacs-color-theme-solarized

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

Add haskell keyword customization #182

Closed geraldus closed 8 years ago

geraldus commented 8 years ago

Make keyword colors match to Vim's version for Haskell source files

Compare data, where and let … in keyword colors

Before:

2016-02-19 17 33 25

After:

2016-02-19 17 46 17

Vim (default):

2016-02-19 17 33 32

Vim (with improved haskell syntax):

2016-02-19 17 38 11

I would be happy to see numbers and punctuation highlight similar to Vim, but both of them are not fontyfied, so I have no good solution for them right now.

sellout commented 8 years ago

Thanks. I hadn’t realized that Solarized highlighted Haskell differently from other languages. I’ll probably add some other definitions after I check some cases.