neovim: install everbrush colorscheme

This commit is contained in:
2022-09-07 21:28:30 +03:00
parent 986e9e9490
commit 0045e3bfec
2 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ vim.api.nvim_set_hl(0, "SpellBad", {
})
vim.cmd([[
colorscheme gruvbox-material
colorscheme everblush
hi clear SignColumn
]])