wip: overhaul vim template

This commit is contained in:
Michael Chris Lopez
2021-11-01 10:10:49 +08:00
parent 71aa085609
commit 0b00f673b7
4 changed files with 62 additions and 63 deletions

View File

@@ -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