aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-14 15:14:28 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-14 15:14:28 +0200
commit0a60d411c61a1f5e3aee4c202566ce5415541e1b (patch)
tree0de9b1f207672e97d15d9473e4847fb3890b6ef9 /config.def.h
parentcolor update (diff)
downloaddwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.tar.gz
dwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.tar.bz2
dwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.tar.xz
dwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.tar.zst
dwm-0a60d411c61a1f5e3aee4c202566ce5415541e1b.zip
update
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index aa720a1..80c4f02 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,7 +14,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[] = "#990000";
+static const char col_cyan[] = "#6e0000";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },