dotfiles/.config/wal/templates/colors-wal-dam.h
2025-08-12 23:01:17 -06:00

5 lines
208 B
C

static uint32_t colors[][3] = {{
/* fg bg */
[SchemeNorm] = {{ 0x{color15.strip}ff, 0x{color0.strip}ff }},
[SchemeSel] = {{ 0x{color15.strip}ff, 0x{color2.strip}ff }},
}};