summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-03 05:35:11 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-03 05:35:11 +0900
commit96f76fcca0536d14b002ed0a8ae0b87fd404ef02 (patch)
treef760ba9fd35ebf274dcfbf74e589ad214b6a35ca
parent0dd666a626964ab58334f52a6c548179e7ede0fe (diff)
Init
-rw-r--r--dwm/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 8eb11e5..68af57c 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -31,8 +31,8 @@ static char normfgcolor[] = "#bbbbbb";
static char selfgcolor[] = "#eeeeee";
static char selbordercolor[] = "#770000";
static char selbgcolor[] = "#005577";
-static char normmarkcolor[] = "#8b008b"; /*border color for marked client*/
-static char selmarkcolor[] = "#ff00ff"; /*border color for marked client on focus*/
+static char normmarkcolor[] = "#009900"; /*border color for marked client*/
+static char selmarkcolor[] = "#00CC00"; /*border color for marked client on focus*/
static const unsigned int baralpha = 0xd0;
static const unsigned int borderalpha = OPAQUE;
static char *colors[][4] = {