dotfiles/.config/hellwal/templates/dam-colors.h

5 lines
202 B
C

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