Update colorscheme config
parent
6ddf28a7c9
commit
d87a07d57c
12
.vimrc
12
.vimrc
|
@ -32,6 +32,12 @@ set thesaurus+=~/.vim/thesaurus/mthesaur.txt
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
" Colorscheme {{{
|
||||||
|
set termguicolors
|
||||||
|
set bg=light
|
||||||
|
hi Normal ctermbg=none guibg=none
|
||||||
|
" }}}
|
||||||
|
|
||||||
" Mappings {{{
|
" Mappings {{{
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -225,9 +231,8 @@ au Filetype supercollider packadd scvim
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Color theme & statusline {{{
|
|
||||||
"
|
|
||||||
|
|
||||||
|
" Statusline {{{
|
||||||
se ls=2
|
se ls=2
|
||||||
se stl=\ %0*%n
|
se stl=\ %0*%n
|
||||||
se stl+=\ %m
|
se stl+=\ %m
|
||||||
|
@ -235,9 +240,6 @@ se stl+=\ %y%0*
|
||||||
se stl+=\ %<%F
|
se stl+=\ %<%F
|
||||||
se stl+=\ %0*%=%5l%*
|
se stl+=\ %0*%=%5l%*
|
||||||
se stl+=%0*/%L%*
|
se stl+=%0*/%L%*
|
||||||
|
|
||||||
colo yang
|
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Quick hacks {{{
|
" Quick hacks {{{
|
||||||
|
|
Loading…
Reference in New Issue