aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-10 15:17:44 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-10 15:17:44 +0530
commit46a12383e75b4f020d65fa2b53f0b1be096b88f6 (patch)
tree0154a6976c70a934bd6f090d90995671098caf0e /config.def.h
parent4984f47b34fe7cab0c08687c7ba5a531fa9dd8e5 (diff)
change background color
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index f5bc1ec..6112cc8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,8 +8,8 @@ static const int sloppyfocus = 1; /* focus follows mouse */
static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */
static const int smartborders = 1;
static const unsigned int borderpx = 2; /* border pixel of windows */
-static const float rootcolor[] = COLOR(0x272727ff);
-static const float bordercolor[] = COLOR(0x272727ff);
+static const float rootcolor[] = COLOR(0x131417ff);
+static const float bordercolor[] = COLOR(0x131417ff);
static const float focuscolor[] = COLOR(0xf2f0faff);
static const float urgentcolor[] = COLOR(0xf2f0faff);
/* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */