From 26acd1763888f4fbcac4f72af68ccd8fe0836ee2 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:19:42 +0400 Subject: [PATCH] gah --- config/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 63dc8d26..df280984 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -13,7 +13,7 @@ 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 col_black1[] = "#000000"; -static const char col_white1[] = "#d0d0d0"; +static const char col_white1[] = "#ffffff"; static const char col_red[] = "#ff0000"; static const char col_red2[] = "#830202"; static const char col_red3[] = "#aa1212";