From b14876de39e760218bee7329e5dc3b466328c857 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 26 Jul 2021 18:18:27 +0200 Subject: [PATCH] Back to cyan color. --- _suckless/dwm/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index 5aac2da..b77f3ec 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -19,11 +19,11 @@ 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[] = "#bbbbbb"; +static const char col_cyan[] = "#005577"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, - [SchemeSel] = { col_gray1, col_cyan, col_cyan }, + [SchemeSel] = { col_gray4, col_cyan, col_cyan }, }; typedef struct {