1
0
Fork 0

back to solarized light

This commit is contained in:
Von Random 2016-04-14 15:18:27 +03:00
parent 22639f652e
commit c03bd3292d
3 changed files with 44 additions and 46 deletions

4
vimrc
View file

@ -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" },
\ }