add some coloe theme
This commit is contained in:
parent
e88df7dba3
commit
8fa9093f90
18
vim/.vimrc
18
vim/.vimrc
@ -3,7 +3,7 @@
|
||||
" License : MIT
|
||||
" Author : Feng Bohan <1953356163@qq.com>
|
||||
" Date : 2025-04-18 08:39:57
|
||||
" Last Modified Date: 2025-04-22 10:19:39
|
||||
" Last Modified Date: 2025-04-22 22:02:10
|
||||
" Last Modified By : Feng Bohan <1953356163@qq.com>
|
||||
" Copyright © 2025 Shanghai Fudan Microelectronics Group Co.,Ltd. All Rights Reserved.
|
||||
|
||||
@ -128,6 +128,8 @@ call plug#begin()
|
||||
Plug 'tomasr/molokai'
|
||||
Plug 'w0ng/vim-hybrid'
|
||||
Plug 'joshdick/onedark.vim'
|
||||
Plug 'altercation/vim-colors-solarized'
|
||||
Plug 'morhetz/gruvbox'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
Plug 'tpope/vim-endwise'
|
||||
Plug 'kshenoy/vim-signature'
|
||||
@ -329,11 +331,19 @@ vmap <BS> <plug>NERDCommenterToggle
|
||||
"=============================================================================
|
||||
" configure for theme
|
||||
"=============================================================================
|
||||
" 降级的 256 配色方案
|
||||
"let g:solarized_termcolors=256
|
||||
|
||||
"colorscheme hybrid
|
||||
"colorscheme molokai
|
||||
colorscheme onedark
|
||||
set background=dark
|
||||
|
||||
"colorscheme onedark
|
||||
"colorscheme solarized
|
||||
colorscheme gruvbox
|
||||
if has('gui_running')
|
||||
set background=light
|
||||
else
|
||||
set background=dark
|
||||
endif
|
||||
"=============================================================================
|
||||
" configure for ultisnips
|
||||
"=============================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user