6 lines
270 B
C
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 }},
|
|
}};
|