Tuesday, January 7, 2014

background variable always set to light

In my vimrc I have:

set background=dark
colorscheme xoria256

however when i run vim, if i do "set background?" or "echo &background", the answer is "light", not dark.

If i do "verbose set background?" the answer is "Last set from ~/.vim/bundle/xoria256.vim/colors/xoria256.vim", but if i open the file i see "set background=dark", so why &background is set to light?

what's even stranger, if i do "set background=dark" some colours change... (e.g. comments turn to cyan)

any insights on this? is it a bug?

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: