Why doesn't VIM recognize a color totally available? -


this mystery drives me crazy: trying specify colors are listed inside gvim 7.3 when running this script.

but when put in .vim syntax file, gvim issues error "color name not recognized". happens simple colors orange. instead, recognizes few colors red, blue, yellow, darkyellow, darkgreen, black, etc.

why happen , how workaround this?

because, terminal program vim supports ansi colors default. http://en.wikipedia.org/wiki/ansi_escape_code#colors

i don't know enough syntax files answer, these links might useful http://vim.wikia.com/wiki/256_colors_in_vim http://vim.wikia.com/wiki/view_all_colors_available_to_gvim

it's possible normal colors available syntax files there can use different color scheme reassign normal colors. http://vimcasts.org/episodes/creating-colorschemes-for-vim/


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -