add zenwritten to build

This commit is contained in:
Michael Chris Lopez
2021-10-14 18:19:49 +08:00
parent 7ed46d86d7
commit 8b235543f2
19 changed files with 1035 additions and 10 deletions

View File

@@ -1,9 +1,6 @@
vim.g.colors_name = "forestbones"
-- reset specs
package.loaded["forestbones"] = nil
-- include our theme file and pass it to lush to apply
require "lush"(require "forestbones")
local p = require("forestbones.palette")[vim.opt.background:get()]