add light bar theme

This commit is contained in:
lelgenio 2020-10-26 15:53:08 -03:00
parent fe81423269
commit d010d8b0e8
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,7 @@ call plug#begin('~/.config/nvim/plugged')
" Status bar
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
" Color scheme
Plug 'dikiaap/minimalist'
@ -170,6 +171,7 @@ call plug#end()
" {%@@ if color.type == "light" @@%} "
colorscheme github
set background=light
let g:airline_theme="sol"
" {%@@ elif color.type == "dark" @@%} "
colorscheme minimalist
set background=dark