summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2023-08-30 13:57:29 +0200
committerLM-LCL <hello@exaltedelite.club>2023-08-30 13:57:29 +0200
commit0fd213f02ef7504a1df91712e2099a5e0145655b (patch)
tree978ab23c17cd1c3440d7f581d306c83f91e55d05
parent3fe7cc342e894c7901a3132b21967a0deaaf05fa (diff)
selected window color update
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index bc74385..e85db61 100644
--- a/config.h
+++ b/config.h
@@ -13,11 +13,10 @@ static const char dmenufont[] = "monospace:size=12";
static const char col_gray1[] = "#282c34";
static const char col_gray2[] = "#353b45";
static const char col_white[] = "#abb2bf";
-static const char col_orange[] = "#663d00";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_white, col_gray1, col_gray2 },
- [SchemeSel] = { col_white, col_gray2, col_orange },
+ [SchemeSel] = { col_white, col_gray2, col_white },
};
/* tagging */