parent
f55500b3c0
commit
23873e1a44
|
@ -33,6 +33,7 @@ Plug 'tpope/vim-fugitive'
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
|
|
||||||
" Colorschemes
|
" Colorschemes
|
||||||
|
Plug 'cocopon/iceberg.vim'
|
||||||
Plug 'joshdick/onedark.vim'
|
Plug 'joshdick/onedark.vim'
|
||||||
Plug 'projekt0n/github-nvim-theme'
|
Plug 'projekt0n/github-nvim-theme'
|
||||||
Plug 'catppuccin/nvim', {'as': 'catppuccin'}
|
Plug 'catppuccin/nvim', {'as': 'catppuccin'}
|
||||||
|
@ -58,6 +59,10 @@ EOF
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
" colorscheme onedark
|
if $TERM == 'xterm-kitty'
|
||||||
" colorscheme github_dark
|
" colorscheme onedark
|
||||||
colorscheme catppuccin
|
" colorscheme github_dark
|
||||||
|
colorscheme catppuccin
|
||||||
|
else
|
||||||
|
colorscheme iceberg
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in New Issue