summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2022-05-15 15:03:19 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2022-05-15 15:03:19 -0400
commit056d614b734d8c2b347bf1bfcfcfb7d6cc6e24b1 (patch)
treee96bb6beb376dfe6c065ad3c7089218fe94198c9
parentc0ca43f00eaa33f99170589c6ec55dfee6230d36 (diff)
parent8451db40114ba7c80e829a077dac4c95680ba2e4 (diff)
fix merge
-rw-r--r--config.def.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/config.def.h b/config.def.h
index 375c367..557854d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,19 +1,20 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const unsigned int borderpx = 1; /* border pixel of windows */
-static const unsigned int gappx = 5; /* gaps between 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 */
-static const int user_bh = 0; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
-static const char *fonts[] = { "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 unsigned int baralpha = 0xd0;
+static const unsigned int borderpx = 0; /* border pixel of windows */
+static const unsigned int gappx = 5; /* gaps between 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 */
+static const int user_bh = 0; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
+static const char *fonts[] = { "monospace:size=22" };
+static const char norm_fg[] = "#447a6c";
+static const char norm_bg[] = "#1b1d1b";
+static const char sel_fg[] = "#1b1d1b";
+static const char sel_bg[] = "#7d4b23";
+static const char norm_border[] = "#c0ffee";
+static const char sel_border[] = "#bada55";
+static const unsigned int baralpha = 0xd0;
static const unsigned int borderalpha = OPAQUE;
static const char *colors[][3] = {
/* fg bg border */