summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
---