fix: fix group bars
This commit is contained in:
@@ -19,22 +19,25 @@ 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)",
|
||||
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}}aa)",
|
||||
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}}aa)",
|
||||
locked_inactive = "rgba({{colors.surface_container_high.default.hex_stripped}}ff)",
|
||||
locked_active = "rgba({{colors.error.default.hex_stripped}}aa)",
|
||||
},
|
||||
},
|
||||
},
|
||||
decoration = {
|
||||
shadow = {
|
||||
color = "rgba({{colors.shadow.default.hex_stripped}}20)",
|
||||
|
||||
Reference in New Issue
Block a user