ninja / sky

Color scheme for vim.
http://www.vim.org/scripts/script.php?script_id=5327
Apache License 2.0
15 stars 3 forks source link

Background dark in gvim? #1

Closed dynnamitt closed 7 years ago

dynnamitt commented 8 years ago

Possible?

set background=dark has no effect...

uipoet commented 8 years ago

The normal background color is set to none to inherit whatever background color is set in your terminal. This allows for transparency in iTerm on Mac OS X.

To specify your own background color, black for example, add this to your configuration:

hi Normal gui=NONE guifg=#e0e0e0 guibg=#000000 cterm=NONE ctermfg=188 ctermbg=00