feat(vim): use tokyonight theme

This commit is contained in:
ayo 2026-06-24 18:00:07 +02:00
parent 93abb46226
commit 6a5de158ed

3
.vimrc
View file

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