From 113dab95881da699e479b7f3f0a70b17e1bc7bb0 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 20 May 2021 12:01:21 +0200 Subject: [PATCH] Update bordersize --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.h b/config.h index 4924d99..10ce310 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 16; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ @@ -22,7 +22,6 @@ static const char fg[] = "#ffffff"; static const char nord_fg[] = "#D8DEE9"; static const char one_bg[] = "#1C1B1D"; static const char nord_bg[] = "#2E3440"; -static const char one_green[] = "#98c379"; static const char nord_blue[] = "#81A1C1"; static const char *colors[][3] = {