breaking: deprecate zenflesh and allow zenbones bg=dark
This is an interim change to prepare removing zenflesh. Please make use of zenbones and set bg=dark to get the zenflesh colors.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
local util = require "zenbones.util"
|
||||
|
||||
return util.palette_extend({}, "light")
|
||||
local M = {}
|
||||
|
||||
M.light = util.palette_extend({}, "light")
|
||||
M.dark = util.palette_extend {}
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user