dotfiles/.gvimrc
2021-05-28 22:33:22 +02:00

11 lines
258 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