Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
local util = require "zenbones.util"
local M = {}
M.light = util.palette_extend({}, "light")
M.dark = util.palette_extend {}
return M