fix: attempted to index bg color

dev-remaster
Pocco81 3 years ago
parent a6de64e256
commit 0f54f5d961

@ -10,7 +10,7 @@ local function get_properties()
background = "dark",
}
if colors_util.assert_brightness(color_palette.bg) then
if colors_util.assert_brightness(color_palette.catppuccino2) then
props["background"] = "light"
end

Loading…
Cancel
Save