On Fri, Sep 01, 2023 at 08:44:50PM +0300, [email protected] wrote: > From: Anas Elgarhy <[email protected]> > > --- > 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[] = "#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
