1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Switch to Solarized

This commit is contained in:
Daniel Barber 2017-11-26 20:31:48 -06:00
parent 51a7df67e9
commit 35494630e2
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ let g:airline_left_sep = ' '
let g:airline_right_sep = ' '
let g:airline_enable_syntastic = 0
let g:airline_theme = 'gruvbox'
let g:airline_theme = 'solarized'
let g:airline_powerline_fonts = 0
let g:airline_linecolumn_prefix = '␊ '
let g:airline_linecolumn_prefix = '␤ '

View File

@ -11,7 +11,7 @@ if has("gui_running")
" Color scheme
set background=dark
colorscheme gruvbox
colorscheme solarized
" Remove scrollbars
set guioptions-=R