nvim: use the color scheme catppuccin instead of yah

This commit is contained in:
inkch
2024-03-06 16:46:30 +09:00
parent 87bf5ef08d
commit 4dbd0ee01a
3 changed files with 70 additions and 4 deletions

View File

@ -3,7 +3,7 @@ try
if exists('+termguicolors')
set termguicolors
endif
colorscheme yah
colorscheme catppuccin
catch
colorscheme desert
endtry