Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
local util = require "zenbones.util"
local lush = require "lush"
local hsluv = lush.hsluv
return util.palette_extend({
bg = hsluv(85.9, 27, 94),
fg = hsluv(0, 0, 22),
vim = hsluv(131.8, 92, 51),
}, "light")