remove unused variable

This commit is contained in:
LordMZTE 2022-07-10 15:05:23 +02:00
parent f131866363
commit a88bac8d3c
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -8,10 +8,6 @@ const util = @import("util.zig");
const sty = util.sty;
const col = util.col;
// There's really no good palette color to use for this in zellij. I'll add this
// as a custom plugin option once that's possible.
const alt_bg = zz.types.PaletteColor{ .Rgb = [_]u8{ 68, 71, 90 } };
comptime {
zz.createPlugin(@This());
}