From 8ec54b397b68c6637b44546641df5b08209cc5d4 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Sun, 27 Jun 2021 23:10:47 +0300 Subject: [PATCH] Revert config --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index fc8e384..29b9bcc 100644 --- a/config.def.h +++ b/config.def.h @@ -13,7 +13,7 @@ static const unsigned int gappov = 10; /* vert outer gap between wind static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const int vertpad = 5; /* vertical padding of bar */ +static const int vertpad = 10; /* vertical padding of bar */ static const int sidepad = 10; /* horizontal padding of bar */ static const int horizontal_magin = 20; /* horizontal margin of bar */ static const char *fonts[] = { "GoMono Nerd Font:size=10" }; @@ -32,7 +32,7 @@ static const unsigned int borderalpha = OPAQUE; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, - [SchemeSel] = { col_gray4, col_pink_red, col_gray2 }, + [SchemeSel] = { col_gray4, col_gray1, col_gray2 }, }; static const unsigned int alphas[][3] = {