1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
8b66bc02b8 Fix theme 2025-04-02 09:11:15 +02:00
c10ba7c8a8 Theme update. 2025-04-02 09:11:15 +02:00

View File

@@ -17,7 +17,7 @@ Plug 'danro/rename.vim'
Plug 'ciaranm/detectindent' Plug 'ciaranm/detectindent'
Plug 'jiangmiao/auto-pairs' Plug 'jiangmiao/auto-pairs'
Plug 'antoyo/vim-licenses' Plug 'antoyo/vim-licenses'
Plug 'lifepillar/vim-solarized8' Plug 'flazz/vim-colorschemes'
Plug 'xiyaowong/transparent.nvim' Plug 'xiyaowong/transparent.nvim'
Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end() call plug#end()
@@ -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 "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='luna' 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