initial commit

This commit is contained in:
river
2026-01-29 21:56:59 -06:00
commit ddbce5e3ba
6 changed files with 764 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
$primary = rgb(ffb3b1)
$surface = rgb(181212)
$secondary = rgb(e6bdbb)
$error = rgb(ffb4ab)
$tertiary = rgb(e4c18d)
$surface_lowest = rgb(120d0d)
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
}
}