move to base16-gruvbox

This commit is contained in:
Thomas Ruoff
2017-04-10 22:09:21 +02:00
parent 4f41624311
commit 62b9d92dca
5 changed files with 57 additions and 121 deletions

View File

@@ -1,6 +1,6 @@
"" lightline
let g:lightline = {
\ 'colorscheme': 'solarized',
\ 'colorscheme': 'default',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ], [ 'fugitive', 'filename' ], ['ctrlpmark'] ],
\ 'right': [ [ 'ale', 'lineinfo' ], ['percent'], [ 'fileformat', 'fileencoding', 'filetype' ] ]