add zenwritten
This commit is contained in:
10
colors/zenwritten.lua
Normal file
10
colors/zenwritten.lua
Normal 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)
|
||||
Reference in New Issue
Block a user