add zenburned flavor

This commit is contained in:
Michael Chris Lopez
2021-11-04 17:45:06 +08:00
parent a9de21b769
commit 28f3bed3f8
6 changed files with 49 additions and 0 deletions

12
colors/zenburned.lua Normal file
View File

@@ -0,0 +1,12 @@
if vim.g.colors_name then
vim.api.nvim_command "highlight clear"
end
vim.g.colors_name = "zenburned"
vim.opt.background = "dark"
package.loaded["zenburned"] = nil
require "lush"(require "zenburned", { force_clean = false })
local p = require("zenburned.palette").dark
require("zenbones.term").apply_colors(p)