I really like the OS X terminal colorscheme I currently have and would like to keep it for vim. However, I am very particular about my colors (class definitions must be purple, numbers must be green, etc). Is there a way to access terminal's current colorscheme, but reassign which colors go with which types?
I tried to find the same colorscheme for Vim as I use for my OS X, but for some reason, it never turns out quite right, even if the two files came from the same repository. The Vim always looks a bit darker.
You will have to write your own colorscheme using only color names for
ctermfg
andctermbg
:See
:help cterm-colors
for the accepted color names and:help highlight-groups
for the available highlight groups.