1
0
Fork 0

color scheme removal

This commit is contained in:
Von Random 2016-04-26 14:31:16 +03:00
parent 089bdd157f
commit ecca2caa4e

1
vimrc
View file

@ -108,7 +108,6 @@ if v:version >= 700
" lightline options
" 'active': { 'right': [ ['lineinfo', 'percent'] ] },
let g:lightline = {
\ 'colorscheme': 'PaperColor',
\ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" },
\ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" },
\ 'component': { 'readonly': '%{&readonly?"\ue0a2":""}' },