And I could never get enough

This commit is contained in:
λmolinae 2025-05-25 14:38:46 -06:00
parent ae7aefa541
commit b88dc9011a
15 changed files with 159 additions and 50 deletions

View file

@ -0,0 +1,5 @@
static uint32_t colors[][3] = {
/* fg bg */
[SchemeNorm] = { 0x%%color15.hex%%ff, 0x%%color0.hex%%ff },
[SchemeSel] = { 0x%%color15.hex%%ff, 0x%%color2.hex%%ff },
};