From dd411b0c7120874c0cd74d128e03b60f026abcf8 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Mon, 1 Feb 2021 02:28:06 +0400 Subject: [PATCH] Updated colors. Signed-off-by: Pavel Kirilin <win10@list.ru> --- dwm/config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dwm/config.def.h b/dwm/config.def.h index 3bd9ced..b779e50 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -7,10 +7,10 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; -static const char color_blue[] = "#05C7D4"; -static const char color_cyan[] = "#00FFFF"; -static const char color_pink[] = "#BB0FB9"; -static const char color_black[] = "#090A11"; +static const char color_blue[] = "#7B7565"; +static const char color_cyan[] = "#7A7464"; +static const char color_pink[] = "#FF7645"; +static const char color_black[] = "#F3EACD"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { color_blue, color_black, color_cyan }, -- GitLab