feat(vim): use tokyonight theme
This commit is contained in:
parent
93abb46226
commit
6a5de158ed
1 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
|
@ -103,6 +103,7 @@ Plugin 'wuelnerdotexe/vim-astro'
|
||||||
" Plugin 'ryanoasis/vim-devicons'
|
" Plugin 'ryanoasis/vim-devicons'
|
||||||
Plugin 'morhetz/gruvbox'
|
Plugin 'morhetz/gruvbox'
|
||||||
Plugin 'Rigellute/shades-of-purple.vim'
|
Plugin 'Rigellute/shades-of-purple.vim'
|
||||||
|
Plugin 'ghifarit53/tokyonight-vim'
|
||||||
Plugin 'NLKNguyen/papercolor-theme'
|
Plugin 'NLKNguyen/papercolor-theme'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
|
|
@ -150,7 +151,7 @@ if (has('termguicolors'))
|
||||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||||
set termguicolors
|
set termguicolors
|
||||||
colorscheme shades_of_purple
|
colorscheme tokyonight
|
||||||
else
|
else
|
||||||
colorscheme gruvbox
|
colorscheme gruvbox
|
||||||
set bg=dark
|
set bg=dark
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue