Files
zenbones-theme/colors/forestbones.lua

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

11 lines
289 B
Lua
Raw Normal View History

2021-10-12 16:53:57 +08:00
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()]
require("zenbones.term").apply_colors(p)