dotfiles/.gvimrc

13 lines
259 B
VimL
Raw Normal View History

2018-11-01 01:14:42 +01:00
"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