aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-11 17:27:32 +0100
committerJoe <rbo@gmx.us>2024-01-11 17:27:32 +0100
commit1da8470e9a3b50be7e1512d06236b163905a1b47 (patch)
treed9e072d6a8ad8216d71b1d21cb25ed02077f0571
parentup (diff)
downloaddwm-1da8470e9a3b50be7e1512d06236b163905a1b47.tar.gz
dwm-1da8470e9a3b50be7e1512d06236b163905a1b47.tar.bz2
dwm-1da8470e9a3b50be7e1512d06236b163905a1b47.tar.xz
dwm-1da8470e9a3b50be7e1512d06236b163905a1b47.tar.zst
dwm-1da8470e9a3b50be7e1512d06236b163905a1b47.zip
bsdred
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 0541b8b..dd6f5b7 100644
--- a/config.h
+++ b/config.h
@@ -22,7 +22,7 @@ static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
-static const char col_cyan[] = "#458588";
+static const char col_cyan[] = "#9d0006";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },