neovim: delete poimandres colorscheme

This commit is contained in:
2022-10-08 23:25:26 +03:00
parent 9c76faf3f8
commit 2e0b3169bf
2 changed files with 1 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ function M.get_colorscheme()
if IS_TMUX then
return "gruvbox-material"
else
return "poimandres"
return "material"
end
end