new colorscheme: forestbones

This commit is contained in:
Michael Chris Lopez
2021-10-12 16:53:57 +08:00
parent a2d1458f31
commit 29880397c2
3 changed files with 53 additions and 0 deletions

10
colors/forestbones.lua Normal file
View File

@@ -0,0 +1,10 @@
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)