summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorJohannes Herman <johannes.herman@gmail.com>2025-07-28 20:21:20 +0200
committerJohannes Herman <johannes.herman@gmail.com>2025-07-28 20:21:20 +0200
commit41977d8f791305f91059c1754450682fd5099d95 (patch)
treefa3f24b025d60e84e21e9999f47a7057b07c6e6e /config.def.h
parente172ca530c3ba2cc0b0b5e3bbe65aab078fb2942 (diff)
groovy
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 8a4ba20..2f36fa9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,10 +11,10 @@ static const int smartgaps = 1; /* 1 means no outer gap when th
static int gaps = 1; /* 1 means gaps between windows are added */
static const unsigned int gappx = 10; /* gap pixel between windows */
static const unsigned int borderpx = 2; /* border pixel of windows */
-static const float rootcolor[] = COLOR(0x222222ff);
-static const float bordercolor[] = COLOR(0x444444ff);
-static const float focuscolor[] = COLOR(0x005577ff);
-static const float urgentcolor[] = COLOR(0xff0000ff);
+static const float rootcolor[] = COLOR(0x282828ff);
+static const float bordercolor[] = COLOR(0x7c6f64ff);
+static const float focuscolor[] = COLOR(0x458588ff);
+static const float urgentcolor[] = COLOR(0xcc241dff);
/* This conforms to the xdg-protocol. Set the alpha to zero to restore the old behavior */
static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You can also use glsl colors */
static int enableautoswallow = 1; /* enables autoswallowing newly spawned clients */