Files
Hyprland-config/noctalia/noctalia-colors.conf
2026-03-10 18:57:53 -05:00

26 lines
548 B
Plaintext

$primary = rgb(e46767)
$surface = rgb(291414)
$secondary = rgb(d6995c)
$error = rgb(fd4663)
$tertiary = rgb(cccc66)
$surface_lowest = rgb(150a0a)
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
}
}