fix: fix group bars

This commit is contained in:
2026-07-08 15:49:13 +02:00
parent e312c254e8
commit 6123324a1b
+17 -14
View File
@@ -19,20 +19,23 @@ hl.config({
border_locked_active = "rgba({{colors.tertiary.default.hex_stripped}}cc)",
border_locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
},
},
groupbar = {
font_family = "Comfortaa",
height = 12,
font_size = 10,
text_color = "rgba({{colors.on_secondary.default.hex_stripped}}aa)",
text_color_inactive = "rgba({{colors.on_surface.default.hex_stripped}}aa)",
text_color_locked_active = "rgba({{colors.on_error.default.hex_stripped}}aa)",
text_color_locked_inactive = "rgba({{colors.on_surface.default.hex_stripped}}aa)",
col = {
active = "rgba({{colors.secondary.default.hex_stripped}}aa)",
inactive = "rgba({{colors.surface_container_low.default.hex_stripped}}aa)",
locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}aa)",
locked_active = "rgba({{colors.error.default.hex_stripped}}aa)",
groupbar = {
font_family = "Comfortaa",
height = 13,
font_size = 12,
text_color = "rgba({{colors.on_secondary.default.hex_stripped}}ff)",
text_color_inactive = "rgba({{colors.on_surface.default.hex_stripped}}ff)",
text_color_locked_active = "rgba({{colors.on_error.default.hex_stripped}}ff)",
text_color_locked_inactive = "rgba({{colors.on_surface.default.hex_stripped}}ff)",
indicator_gap = 0,
indicator_height = 3,
rounding = 3,
col = {
active = "rgba({{colors.secondary.default.hex_stripped}}ff)",
inactive = "rgba({{colors.surface_container_low.default.hex_stripped}}aa)",
locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}ff)",
locked_active = "rgba({{colors.error.default.hex_stripped}}aa)",
},
},
},
decoration = {