I'm using the Tomorrow-Night theme in Vim, using the regular Terminal app for Mac OS X Mavericks, and the colors look wrong...
The background is too light, similar to Tomorrow-Night-Eighties, and the colors just seem generally different from the example in the repo docs. Also, the highlighting is inconsistent. Notice the area I've highlighted in the following screenshot... "parent" and "parents" are 2 different colors, but they represent the same thing (a key for an element in an object).
All I did was download the theme from the repo, save it in ~/.vim/colors/ and loaded it in vim :set color Tomorrow-Night. Am I doing something wrong? Why do the colors look so off?
I'm using the Tomorrow-Night theme in Vim, using the regular Terminal app for Mac OS X Mavericks, and the colors look wrong...
The background is too light, similar to Tomorrow-Night-Eighties, and the colors just seem generally different from the example in the repo docs. Also, the highlighting is inconsistent. Notice the area I've highlighted in the following screenshot... "parent" and "parents" are 2 different colors, but they represent the same thing (a key for an element in an object).
All I did was download the theme from the repo, save it in
~/.vim/colors/
and loaded it in vim:set color Tomorrow-Night
. Am I doing something wrong? Why do the colors look so off?