install new colorschemes

This commit is contained in:
2022-04-10 18:31:28 +03:00
parent e796a460d6
commit 57cf766980
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,6 @@ vim.g.edge_better_performance = 1
vim.g.tokyonight_style = "night"
vim.cmd([[
colorscheme tokyonight
colorscheme bloop
hi SpellBad guifg=red
]])