fcpg/vim-orbital

'orange' is not a valid ctermfg

Closed this issue · 1 comments

hi Special ctermbg=bg ctermfg=orange cterm=NONE

Several lines of orbital.vim's highlight commands reference the named colour 'orange', which doesn't actually exist. This causes problems with loading your colour scheme.

The error I get is:

Error detected while processing /home/#####/.vim/bundle/vim-orbital/colors/orbital.vim:
line  119:
E421: Color name or number not recognized: ctermfg=orange cterm=NONE
fcpg commented

Changed it to darkyellow, but couldn't really test it properly yet.