color scheme removal
This commit is contained in:
parent
089bdd157f
commit
ecca2caa4e
1 changed files with 0 additions and 1 deletions
1
vimrc
1
vimrc
|
@ -108,7 +108,6 @@ if v:version >= 700
|
||||||
" lightline options
|
" lightline options
|
||||||
" 'active': { 'right': [ ['lineinfo', 'percent'] ] },
|
" 'active': { 'right': [ ['lineinfo', 'percent'] ] },
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'PaperColor',
|
|
||||||
\ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" },
|
\ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" },
|
||||||
\ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" },
|
\ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" },
|
||||||
\ 'component': { 'readonly': '%{&readonly?"\ue0a2":""}' },
|
\ 'component': { 'readonly': '%{&readonly?"\ue0a2":""}' },
|
||||||
|
|
Loading…
Reference in a new issue