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

6 lines
270 B
C

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 }},
}};