From 00089b1bdec4f71672041a58a0be8bc85ed90ab4 Mon Sep 17 00:00:00 2001 From: memL0rz Date: Wed, 27 Nov 2024 23:38:39 +0100 Subject: [PATCH] gruvbox --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index adf36a8..9148cb3 100644 --- a/config.def.h +++ b/config.def.h @@ -9,11 +9,11 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "TerminessNerdFont:size=10" }; static const char dmenufont[] = "TerminessNerdFont:size=10"; -static const char col_gray1[] = "#010101"; -static const char col_gray2[] = "#cc241d"; +static const char col_gray1[] = "#282828"; +static const char col_gray2[] = "#000000"; static const char col_gray3[] = "#ffffff"; static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#010101"; +static const char col_cyan[] = "#282828"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray1 },