add some coloe theme

This commit is contained in:
fengbh 2025-04-22 22:03:49 +08:00
parent e88df7dba3
commit 8fa9093f90

View File

@ -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
"=============================================================================