diff --git a/.vimrc b/.vimrc index 949f3cf..205c251 100644 --- a/.vimrc +++ b/.vimrc @@ -103,6 +103,7 @@ Plugin 'wuelnerdotexe/vim-astro' " Plugin 'ryanoasis/vim-devicons' Plugin 'morhetz/gruvbox' Plugin 'Rigellute/shades-of-purple.vim' +Plugin 'ghifarit53/tokyonight-vim' Plugin 'NLKNguyen/papercolor-theme' " All of your Plugins must be added before the following line @@ -150,7 +151,7 @@ if (has('termguicolors')) let &t_8f = "\[38;2;%lu;%lu;%lum" let &t_8b = "\[48;2;%lu;%lu;%lum" set termguicolors - colorscheme shades_of_purple + colorscheme tokyonight else colorscheme gruvbox set bg=dark