summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-27 03:05:47 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-27 03:05:47 -0500
commitfa89535140ab42b21bada8b636a291fd2fccc259 (patch)
treec965e6ce209e0da8bb0d891dd6deac1ac6e9dc38
parent667aba3c46c19bf7de7fc1e56fb2838ab362fcb5 (diff)
Fix spacing in config.h
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9fc77ff..a5c32e1 100644
--- a/config.h
+++ b/config.h
@@ -25,7 +25,7 @@ static const char *colors[][3] = {
static const unsigned int alphas[][3] = {
/* fg bg border*/
[SchemeNorm] = { OPAQUE, baralpha, borderalpha },
- [SchemeSel] = { OPAQUE, baralpha, borderalpha },
+ [SchemeSel] = { OPAQUE, baralpha, borderalpha },
};
/* tagging */