Added vimrc/gvimrc from kanaya
This commit is contained in:
parent
ed68edf732
commit
132ec13712
3 changed files with 159 additions and 1 deletions
12
.gvimrc
Normal file
12
.gvimrc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
"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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue