Update theme

This commit is contained in:
2024-12-01 16:07:50 +01:00
parent 7d9dab32d4
commit e1a9d4d11c
7 changed files with 85 additions and 57 deletions

10
.vimrc
View File

@ -30,6 +30,7 @@ call plug#begin()
Plug 'catppuccin/vim', { 'as': 'catppuccin' }
Plug 'ghifarit53/tokyonight-vim'
Plug 'dracula/vim', { 'as': 'dracula' }
call plug#end()
@ -86,8 +87,9 @@ au BufRead /tmp/mutt-* set tw=144
" colorscheme catppuccin_frappe
" colorscheme everforest
colorscheme tokyonight
" colorscheme tokyonight
colorscheme dracula
if &diff
colorscheme catppuccin_frappe
endif
"if &diff
" colorscheme catppuccin_frappe
"endif