change theme to tokyonight

This commit is contained in:
Alex Kelly 2024-03-20 21:31:11 -04:00
parent d960483401
commit 06652b715c

View file

@ -19,6 +19,10 @@ call plug#begin(g:plugged_home)
Plug 'Chiel92/vim-autoformat'
" Theme
Plug 'pineapplegiant/spaceduck', { 'branch': 'main' }
Plug 'folke/tokyonight.nvim'
Plug 'EdenEast/nightfox.nvim'
Plug 'bluz71/vim-moonfly-colors'
Plug 'NLKNguyen/papercolor-theme'
" Python Plugins
Plug 'Valloric/YouCompleteMe'
Plug 'vim-syntastic/syntastic'
@ -77,7 +81,8 @@ if exists('+termguicolors')
set termguicolors
endif
colorscheme spaceduck
" colorscheme spaceduck
colorscheme tokyonight-night
" set the number style to hybrid
set number relativenumber