Re: [hackers] [dwm][PATCH] gruvbok dark hard color scheme

From: Christopher Lang <christopher.lang.256_AT_gmail.com>
Date: Fri, 1 Sep 2023 19:05:17 +0100

On Fri, Sep 01, 2023 at 08:44:50PM +0300, anas.elgarhy.dev_AT_gmail.com wrote:
> From: Anas Elgarhy <anas.elgarhy.dev_AT_gmail.com>
>
> ---
> config.def.h | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/config.def.h b/config.def.h
> index 9efa774..d357f2c 100644
> --- a/config.def.h
> +++ b/config.def.h
> _AT_@ -7,11 +7,11 @@ 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 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_gray1[] = "#1D2021";
> +static const char col_gray2[] = "#928374";
> +static const char col_gray3[] = "#EBDBB2";
> +static const char col_gray4[] = "#98971A";
> +static const char col_cyan[] = "#32302F";
> static const char *colors[][3] = {
> /* fg bg border */
> [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
> --
> 2.42.0

I do not like this color scheme, the old iconic suckless blue is much
better! Why does it need changing?

--
Christopher
Received on Fri Sep 01 2023 - 20:05:17 CEST

This archive was generated by hypermail 2.3.0 : Fri Sep 01 2023 - 20:24:49 CEST