From d06ea7dcb8d51bf7cff3800dcfcd7ae852e3cb7f Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 11 Feb 2025 15:45:12 -0600 Subject: add colored borders --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f56367f..93beec4 100644 --- a/config.def.h +++ b/config.def.h @@ -13,6 +13,8 @@ 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 floatcolor[] = COLOR(0xff0099ff); +static const float monoclecolor[] = COLOR(0xff9900ff); /* 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 */ -- cgit v1.2.1