mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
26 lines
764 B
Plaintext
26 lines
764 B
Plaintext
$primary = rgb({{colors.primary.default.hex_stripped}})
|
|
$surface = rgb({{colors.surface.default.hex_stripped}})
|
|
$secondary = rgb({{colors.secondary.default.hex_stripped}})
|
|
$error = rgb({{colors.error.default.hex_stripped}})
|
|
$tertiary = rgb({{colors.tertiary.default.hex_stripped}})
|
|
$surface_lowest = rgb({{colors.surface_container_lowest.default.hex_stripped}})
|
|
|
|
general {
|
|
col.active_border = $primary
|
|
col.inactive_border = $surface
|
|
}
|
|
|
|
group {
|
|
col.border_active = $secondary
|
|
col.border_inactive = $surface
|
|
col.border_locked_active = $error
|
|
col.border_locked_inactive = $surface
|
|
|
|
groupbar {
|
|
col.active = $secondary
|
|
col.inactive = $surface
|
|
col.locked_active = $error
|
|
col.locked_inactive = $surface
|
|
}
|
|
}
|