mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-25 07:19:27 +01:00
templates: Fix bug
This commit is contained in:
parent
f96ecf2482
commit
b8a0986b1b
@ -10,9 +10,9 @@ static const char urg_fg[] = "{color15}";
|
||||
static const char urg_bg[] = "{color1}";
|
||||
static const char urg_border[] = "{color1}";
|
||||
|
||||
static const char *colors[][3] = {
|
||||
static const char *colors[][3] = {{
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { norm_fg, norm_bg, norm_border }, // unfocused wins
|
||||
[SchemeSel] = { sel_fg, sel_bg, sel_border }, // the focused win
|
||||
[SchemeUrg] = { urg_fg, urg_bg, urg_border },
|
||||
};
|
||||
}};
|
||||
|
Loading…
Reference in New Issue
Block a user