13 lines
259 B
VimL
13 lines
259 B
VimL
|
|
"set bg=light
|
||
|
|
|
||
|
|
" Set colorscheme and custom colors
|
||
|
|
colorscheme slate
|
||
|
|
highlight Cursor guifg=black guibg=white
|
||
|
|
|
||
|
|
" Autocompletion menu background
|
||
|
|
highlight Pmenu guibg=darkviolet
|
||
|
|
|
||
|
|
" HTML: tabs have a white background, change that
|
||
|
|
highlight htmlHead guibg=NONE
|
||
|
|
|