back to solarized light
This commit is contained in:
parent
22639f652e
commit
c03bd3292d
3 changed files with 44 additions and 46 deletions
4
vimrc
4
vimrc
|
@ -1,5 +1,5 @@
|
|||
set nocompatible
|
||||
set background=dark
|
||||
set background=light
|
||||
set backspace=indent,eol,start
|
||||
set cursorline
|
||||
set foldmethod=marker
|
||||
|
@ -9,7 +9,6 @@ set ignorecase
|
|||
set incsearch
|
||||
set laststatus=2
|
||||
set nobackup
|
||||
set noexpandtab
|
||||
set ruler
|
||||
set showcmd
|
||||
set smartcase
|
||||
|
@ -118,7 +117,6 @@ if v:version >= 700
|
|||
|
||||
" lightline options
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'solarized',
|
||||
\ 'separator': { 'left': "\ue0b0", 'right': "\ue0b2" },
|
||||
\ 'subseparator': { 'left': "\ue0b1", 'right': "\ue0b3" },
|
||||
\ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue