From 3b1995f86f79ac9aaae608dbb7a7d88ff33aef6f Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 20 Feb 2021 15:58:28 +0100 Subject: [PATCH] Tweak dwm color --- .suckless/dwm/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.suckless/dwm/config.h b/.suckless/dwm/config.h index 48b6371..4f96134 100644 --- a/.suckless/dwm/config.h +++ b/.suckless/dwm/config.h @@ -8,7 +8,7 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "Iosevka Term SS08:size=12" }; static const char dmenufont[] = "Iosevka Term SS08:size=14"; -static const char col_gray0[] = "#000000"; +static const char col_gray0[] = "#0a0a0a"; static const char col_gray1[] = "#111111"; static const char col_gray2[] = "#333333"; static const char col_gray3[] = "#555555"; @@ -136,4 +136,3 @@ static Button buttons[] = { { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} }, }; -