1
0

Theme update.

This commit is contained in:
2025-03-31 15:02:09 +02:00
parent f7a88e4431
commit c10ba7c8a8

View File

@@ -17,7 +17,7 @@ Plug 'danro/rename.vim'
Plug 'ciaranm/detectindent'
Plug 'jiangmiao/auto-pairs'
Plug 'antoyo/vim-licenses'
Plug 'lifepillar/vim-solarized8'
Plug 'flazz/vim-colorschemes'
Plug 'xiyaowong/transparent.nvim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end()
@@ -84,7 +84,7 @@ nmap <silent> ]f <Plug>(coc-fix-current)
" syntax highlighting
syntax on
set background=dark
colorscheme solarized8
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='luna'
let g:airline_theme='base16_solarized_dark'
if !exists('g:airline_symbols')
let g:airline_symbols = {}
endif