Theme update.
This commit is contained in:
6
init.vim
6
init.vim
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user