Compare commits

...

2 Commits

Author SHA1 Message Date
Gea-Suan Lin
f1d06cc0c7 feat: change to use molokai. 2024-11-01 03:39:14 +08:00
Gea-Suan Lin
ef74452d14 feat: remove unused colorscheme. 2024-11-01 03:38:59 +08:00

View File

@@ -69,14 +69,13 @@ Plug 'godlygeek/csapprox'
Plug 'honza/vim-snippets' Plug 'honza/vim-snippets'
Plug 'itchyny/lightline.vim' Plug 'itchyny/lightline.vim'
Plug 'luochen1990/rainbow' Plug 'luochen1990/rainbow'
Plug 'joshdick/onedark.vim'
Plug 'majutsushi/tagbar' Plug 'majutsushi/tagbar'
Plug 'motus/pig.vim' Plug 'motus/pig.vim'
Plug 'phha/zenburn.nvim'
Plug 'preservim/vim-indent-guides' Plug 'preservim/vim-indent-guides'
Plug 'scrooloose/nerdtree' Plug 'scrooloose/nerdtree'
Plug 'sheerun/vim-polyglot' Plug 'sheerun/vim-polyglot'
Plug 'terryma/vim-expand-region' Plug 'terryma/vim-expand-region'
Plug 'tomasr/molokai'
Plug 'tomtom/tlib_vim' Plug 'tomtom/tlib_vim'
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-surround' Plug 'tpope/vim-surround'
@@ -85,7 +84,7 @@ call plug#end()
" "
" color schema " color schema
set background=dark set background=dark
colo zenburn colo molokai
highlight Search cterm=none ctermbg=blue highlight Search cterm=none ctermbg=blue
" "
" syntax " syntax