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

ansi-color-names-vector gets trashed #195

Closed richlowe closed 1 year ago

richlowe commented 7 years ago

You set ansi-color-names-vector with:

      (eval-after-load 'ansi-color
        '(setf ansi-color-names-vector [,base02 ,red ,green ,yellow ,blue ,magenta ,cyan ,base00]))

That leaves ansi-color-name-vector with literal '(, base02) (etc.) values. Seems like you need the lookups etc, and probably to explicitly do

(setf ansi-color-map (ansi-color-make-color-map))

at some point, too.

sellout commented 1 year ago

Fixed in a6d82790765c98b6827054b86ad0792cbda83677