summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTCCQ <thomasmulmer02@gmail.com>2024-09-14 10:59:08 -0700
committerTCCQ <thomasmulmer02@gmail.com>2024-09-14 10:59:08 -0700
commit0b4722c63c8d8205d0a330098cbdc54bb63af311 (patch)
tree43bf6e8088b16df5aa93e152a65c6dab11213d79
parentd3868c3b22267c68fae856d704e01302c7ac028f (diff)
color dwm change
-rw-r--r--dwm/config.h.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/dwm/config.h.patch b/dwm/config.h.patch
index 05ce8f0..d10af63 100644
--- a/dwm/config.h.patch
+++ b/dwm/config.h.patch
@@ -1,3 +1,7 @@
+15c15
+< static const char col_cyan[] = "#005577";
+---
+> static const char col_cyan[] = "#ad5fed";
49c49
< #define MODKEY Mod1Mask
---