add zenwritten

This commit is contained in:
Michael Chris Lopez
2021-10-14 18:16:24 +08:00
parent 03af6c8f3a
commit fc63cab6a0
5 changed files with 41 additions and 8 deletions

10
colors/zenwritten.lua Normal file
View File

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