From b53eb9327b1d8d7b3729c5ad66b5db13c4233bd8 Mon Sep 17 00:00:00 2001 From: lhark Date: Sat, 9 Mar 2019 11:40:06 -0500 Subject: [PATCH] [vim] lightline base16-3024 theme --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index dd871d2..139c61f 100644 --- a/vimrc +++ b/vimrc @@ -26,7 +26,10 @@ if has("unix") || has("mac") let g:ale_c_gcc_options='-std=c99 -pedantic' let g:ale_sign_error = '●' let g:ale_sign_warning = '●' + " Maybe simply overwrite default scheme like in https://github.com/itchyny/lightline.vim/issues/190 + Plugin 'felixjung/vim-base16-lightline' Plugin 'itchyny/lightline.vim' + let g:lightline#colorscheme = 'base16_3024' if executable('ctags') Plugin 'ludovicchabant/vim-gutentags' endif