switched to river

This commit is contained in:
λmolinae 2025-08-12 23:01:17 -06:00
parent cef35c17b9
commit 292301ce60
204 changed files with 3513 additions and 965 deletions

View file

@ -0,0 +1,6 @@
static uint32_t colors[][2] = {{
/* fg bg */
[SchemeNorm] = {{ 0x{color15.strip}ff, 0x{color0.strip}ff }},
[SchemeSel] = {{ 0x{color15.strip}ff, 0x{color2.strip}ff }},
[SchemeOut] = {{ 0x{color15.strip}ff, 0x{color1.strip}ff }},
}};