24/07/2026

This commit is contained in:
Domipoke
2026-07-24 14:34:57 +02:00
parent 44b9c40c44
commit 24a7513e69
36 changed files with 177 additions and 158 deletions
@@ -0,0 +1,25 @@
$primary = rgb(cba6f7)
$surface = rgb(1e1e2e)
$secondary = rgb(fab387)
$error = rgb(f38ba8)
$tertiary = rgb(94e2d5)
$surface_lowest = rgb(212232)
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
}
}