neovim: remove sonokai and ayu colorschemes

This commit is contained in:
2022-08-30 21:49:32 +03:00
parent b544bd8b60
commit 7a1e6824e3
2 changed files with 2 additions and 20 deletions

View File

@@ -2,13 +2,7 @@ vim.api.nvim_set_hl(0, "SpellBad", {
fg = "red",
})
local env = vim.fn.environ()
if env["TMUX"] then
vim.cmd("colorscheme gruvbox-material")
else
vim.cmd("colorscheme ayu")
end
vim.cmd([[
colorscheme gruvbox-material
hi clear SignColumn
]])