dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 28dd54352809d7858916c766cd0a33af5e7a53ad
parent f73d9f1f9407dfc5223c87d6becb0155e7914cc8
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 19 Apr 2021 16:53:41 +0100

fixed col colour

Diffstat:
M2bwm/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2bwm/config.h b/2bwm/config.h @@ -22,7 +22,7 @@ static const uint8_t offsets[] = {10,10,20,20}; *2)fixedcol 3)unkilcol *4)fixedunkilcol 5)outerbordercol *6)emptycol */ -static const char *colors[] = {"#807b64","#131313","#3f3639","#271f1f","#1e1b1c","#2b2b2d","#202020"}; +static const char *colors[] = {"#807b64","#131313","#3f3639","#58333e","#1e1b1c","#2b2b2d","#202020"}; /* if this is set to true the inner border and outer borders colors will be swapped */ static const bool inverted_colors = true; ///---Cursor---///