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

2023-09-01 Thread Ethan Marshall
> I do not like this color scheme, the old iconic suckless blue is much
> better! Why does it need changing?
It is possible that this was intended to be submitted to the wiki
instead. In which case, http://suckless.org/hacking/.

Ethan



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

2023-09-01 Thread Christopher Lang
On Fri, Sep 01, 2023 at 08:44:50PM +0300, anas.elgarhy@gmail.com wrote:
> From: Anas Elgarhy 
> 
> ---
>  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
> @@ -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[]   = "#22";
> -static const char col_gray2[]   = "#44";
> -static const char col_gray3[]   = "#bb";
> -static const char col_gray4[]   = "#ee";
> -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



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

2023-09-01 Thread anas . elgarhy . dev
From: Anas Elgarhy 

---
 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
@@ -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[]   = "#22";
-static const char col_gray2[]   = "#44";
-static const char col_gray3[]   = "#bb";
-static const char col_gray4[]   = "#ee";
-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