commit 2f5379957f9c7b5285c10379bd9a099fc265c477
parent 126503aae5a349e49543bacedf57865b5e430df5
Author: hhvn <dev@hhvn.uk>
Date: Sat, 8 Jan 2022 20:57:17 +0000
config.h: normfloat should have dark border
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -20,7 +20,7 @@ static const char *colors[][3] = {
[SchemeSel] = { bright, blue, red },
[SchemeStat] = { azure, green, dark },
[SchemeBarInact] = { grey, dark, dark },
- [SchemeNormFloat] = { bright, dark, red },
+ [SchemeNormFloat] = { bright, dark, dark },
[SchemeUrgent] = { red, dark, dark },
};