-
Notifications
You must be signed in to change notification settings - Fork 18
FAQ
ini edited this page Nov 3, 2024
·
2 revisions
- Without:
general {
col.inactive_border = rgb({{colors.background.default.hex_stripped}})
col.active_border = rgb({{colors.primary.default.hex_stripped}})
}
- With alpha:
general {
col.inactive_border = rgba({{colors.background.default.hex_stripped}}77)
col.active_border = rgba({{colors.primary.default.hex_stripped}}44)
}