From 4caf5cf436122c6d033b0973b37c5eb6ed1d76fb Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 26 Jul 2021 17:17:44 +0200 Subject: [PATCH] Some more color tweaks. --- _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 b77f3ec..5aac2da 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[] = "#005577"; +static const char col_cyan[] = "#bbbbbb"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, - [SchemeSel] = { col_gray4, col_cyan, col_cyan }, + [SchemeSel] = { col_gray1, col_cyan, col_cyan }, }; typedef struct {