summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <moadalami40@gmail.com>2023-05-10 12:55:19 +0100
committerMouad Alami <moadalami40@gmail.com>2023-05-10 12:55:19 +0100
commit752e3ba4ff4a15344c26c31a8aaa8f95a334c656 (patch)
treeed8fcaddfca41d9c71988fa9ca790a449eaafffd /config.h
parentebef397c7e0957994b3cb515f3db06f34e075d2e (diff)
parentacc34e50b50d9af807282c3daa4bfa0218bfe00c (diff)
Merge branch 'main' into patching
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 15c9fdf..8673556 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const unsigned int borderpx = 2; /* border pixel of windows */
+static const unsigned int borderpx = 4; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
@@ -14,7 +14,7 @@ static const char normbgcolor[] = "#222222";
static const char normbordercolor[] = "#444444";
static const char normfgcolor[] = "#FFFFFF";
static const char selfgcolor[] = "#eeeeee";
-static const char selbordercolor[] = "#005577";
+static const char selbordercolor[] = "#C184D5";
static const char selbgcolor[] = "#005577";
static const char *colors[][3] = {
/* fg bg border */