summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-08-08 13:59:55 -0500
committerZachIR <zachir@librem.one>2025-08-08 13:59:55 -0500
commit21f129e8085011e5c0b78271b329b41144f3bdc2 (patch)
treee1cfb459e36679e758e93f9c160fbd1a3d3b4c0e /config.h
parentabccaa73e4359b99b88731a694228f5c618e0c48 (diff)
Remove the last //'s
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 2704df1..fd370d2 100644
--- a/config.h
+++ b/config.h
@@ -27,8 +27,8 @@ static char urgbgcolor[] = "#675f58";
static char *colors[][3] = {
/* fg bg border */
- [SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor }, // unfocused wins
- [SchemeSel] = { selfgcolor, selbgcolor, selbordercolor }, // the focused win
+ [SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor }, /* unfocused wins */
+ [SchemeSel] = { selfgcolor, selbgcolor, selbordercolor }, /* the focused win */
[SchemeUrg] = { urgfgcolor, urgbgcolor, urgbordercolor },
};