From 41977d8f791305f91059c1754450682fd5099d95 Mon Sep 17 00:00:00 2001 From: Johannes Herman Date: Mon, 28 Jul 2025 20:21:20 +0200 Subject: groovy --- config.def.h | 8 ++++---- 1 file 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 */ -- cgit v1.2.3