Files
zenbones-theme/colors/zenwritten.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
310 B
Lua
Raw Normal View History

if vim.g.colors_name then
vim.api.nvim_command "highlight clear"
end
2021-10-14 18:16:24 +08:00
vim.g.colors_name = "zenwritten"
package.loaded["zenwritten"] = nil
require "lush"(require "zenwritten", { force_clean = false })
2021-10-14 18:16:24 +08:00
local p = require("zenwritten.palette")[vim.opt.background:get()]
require("zenbones.term").apply_colors(p)