1
0

Fix theme

This commit is contained in:
2025-04-02 09:10:43 +02:00
parent c10ba7c8a8
commit 8b66bc02b8

View File

@@ -84,7 +84,7 @@ nmap <silent> ]f <Plug>(coc-fix-current)
" syntax highlighting " syntax highlighting
syntax on syntax on
set background=dark set background=dark
colorscheme solarized8_dark "colorscheme solarized8_dark
highlight Normal ctermbg=none highlight Normal ctermbg=none
""" Project-Specific Settings """ Project-Specific Settings
@@ -115,7 +115,7 @@ let g:rust_recommended_style = 0 " disable retarded option
""" plugin settings """ plugin settings
" airline " airline
let g:airline#extensions#tabline#enabled = 1 " enable tabline 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') if !exists('g:airline_symbols')
let g:airline_symbols = {} let g:airline_symbols = {}
endif endif