Files
zenbones-theme/lua/zenbones/palette.lua

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

9 lines
137 B
Lua
Raw Normal View History

local util = require "zenbones.util"
2021-08-26 12:15:02 +08:00
local M = {}
M.light = util.palette_extend({}, "light")
M.dark = util.palette_extend {}
return M