From 96f76fcca0536d14b002ed0a8ae0b87fd404ef02 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 3 Sep 2024 05:35:11 +0900 Subject: Init --- dwm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm/config.h') 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] = { -- cgit v1.2.3