summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2024-09-01 04:56:47 +0200
committerLM-LCL <hello@exaltedelite.club>2024-09-01 04:56:47 +0200
commit4870a1e681cf08d0c3f768aaa469c71a06b681bd (patch)
treeadd584de561031c3e8ff62ccf2d9f7aaaf9f7ee9
parentc6ab166105f9585aadea8b5bd396e180e4d285b4 (diff)
border color update
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h b/config.h
index a10f9aa..0eb23b9 100644
--- a/config.h
+++ b/config.h
@@ -16,10 +16,11 @@ 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[] = "#ff6a00";
static const char *colors[][3] = {
/* fg bg border */
- [SchemeNorm] = { col_white, col_gray1, col_gray2 },
- [SchemeSel] = { col_white, col_gray2, col_white },
+ [SchemeNorm] = { col_white, col_gray1, col_gray2 },
+ [SchemeSel] = { col_white, col_gray2, col_orange },
};
/* tagging */