5 lines
208 B
C
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 }},
|
|
}};
|