separate file for palette and terminal

This commit is contained in:
Michael Chris Lopez
2021-09-13 16:31:09 +08:00
parent b9caa4189f
commit e0ce4a3068
4 changed files with 54 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
vim.opt.background = "light"
vim.g.colors_name = "zenflesh-lush"
require("zenbones.terminal").setup()
require("zenflesh.terminal").setup()
-- By setting our module to nil, we clear lua's cache,
-- which means the require ahead will *always* occur.