fix: fix group bars
This commit is contained in:
@@ -19,20 +19,23 @@ hl.config({
|
|||||||
border_locked_active = "rgba({{colors.tertiary.default.hex_stripped}}cc)",
|
border_locked_active = "rgba({{colors.tertiary.default.hex_stripped}}cc)",
|
||||||
border_locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
|
border_locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}33)",
|
||||||
},
|
},
|
||||||
},
|
groupbar = {
|
||||||
groupbar = {
|
font_family = "Comfortaa",
|
||||||
font_family = "Comfortaa",
|
height = 13,
|
||||||
height = 12,
|
font_size = 12,
|
||||||
font_size = 10,
|
text_color = "rgba({{colors.on_secondary.default.hex_stripped}}ff)",
|
||||||
text_color = "rgba({{colors.on_secondary.default.hex_stripped}}aa)",
|
text_color_inactive = "rgba({{colors.on_surface.default.hex_stripped}}ff)",
|
||||||
text_color_inactive = "rgba({{colors.on_surface.default.hex_stripped}}aa)",
|
text_color_locked_active = "rgba({{colors.on_error.default.hex_stripped}}ff)",
|
||||||
text_color_locked_active = "rgba({{colors.on_error.default.hex_stripped}}aa)",
|
text_color_locked_inactive = "rgba({{colors.on_surface.default.hex_stripped}}ff)",
|
||||||
text_color_locked_inactive = "rgba({{colors.on_surface.default.hex_stripped}}aa)",
|
indicator_gap = 0,
|
||||||
col = {
|
indicator_height = 3,
|
||||||
active = "rgba({{colors.secondary.default.hex_stripped}}aa)",
|
rounding = 3,
|
||||||
inactive = "rgba({{colors.surface_container_low.default.hex_stripped}}aa)",
|
col = {
|
||||||
locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}aa)",
|
active = "rgba({{colors.secondary.default.hex_stripped}}ff)",
|
||||||
locked_active = "rgba({{colors.error.default.hex_stripped}}aa)",
|
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 = {
|
decoration = {
|
||||||
|
|||||||
Reference in New Issue
Block a user