background=dark for zenflesh

This commit is contained in:
Michael Chris Lopez
2021-09-14 06:38:07 +08:00
parent c728d71fa0
commit e300373fe5
3 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
vim.opt.background = "light"
vim.opt.background = "dark"
vim.g.colors_name = "zenflesh-lush"
require("zenflesh.terminal").setup()