diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-04-26 20:42:43 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-04-26 20:42:43 +0200 |
commit | 37fa73288cc935fa63607a913dad9723a5fa1936 (patch) | |
tree | 21d14c7e795cd7937be86637054ede07f5cba1ce | |
parent | ba62a2012ad2b5862cc8357939829e123b998688 (diff) |
Set airline theme to solarized dark
-rw-r--r-- | .vimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -168,7 +168,10 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree let NERDTreeShowHidden=1 map <Leader>nt :NERDTreeToggle<CR> - +" }}} +" {{{ airline +let g:airline_theme='solarized' +let g:airline_solarized_bg='dark' " }}} " {{{ vim-plug (https://github.com/junegunn/vim-plug) call plug#begin('~/.vim/plugged') |