Fix theme
This commit is contained in:
4
init.vim
4
init.vim
@@ -84,7 +84,7 @@ nmap <silent> ]f <Plug>(coc-fix-current)
|
||||
" syntax highlighting
|
||||
syntax on
|
||||
set background=dark
|
||||
colorscheme solarized8_dark
|
||||
"colorscheme solarized8_dark
|
||||
highlight Normal ctermbg=none
|
||||
|
||||
""" Project-Specific Settings
|
||||
@@ -115,7 +115,7 @@ let g:rust_recommended_style = 0 " disable retarded option
|
||||
""" plugin settings
|
||||
" airline
|
||||
let g:airline#extensions#tabline#enabled = 1 " enable tabline
|
||||
let g:airline_theme='base16_solarized_dark'
|
||||
let g:airline_theme='solarized_flood'
|
||||
if !exists('g:airline_symbols')
|
||||
let g:airline_symbols = {}
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user