Some color stuff for vim (may not work remotely?)
This commit is contained in:
parent
dbbec3bfec
commit
f0d0c1b4df
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -63,3 +63,8 @@ map <Leader>nc :Nyancat<cr>
|
||||||
" Set style
|
" Set style
|
||||||
set guifont=Ubuntu\ Mono\ 10
|
set guifont=Ubuntu\ Mono\ 10
|
||||||
colorscheme vividchalk
|
colorscheme vividchalk
|
||||||
|
|
||||||
|
set t_Co=256 " 256 terminal colors
|
||||||
|
set cursorline
|
||||||
|
hi CursorLine cterm=NONE ctermbg=234
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue