From fb89031319c266de72780c9e02737e4b0c874e88 Mon Sep 17 00:00:00 2001 From: cannoli-fruit Date: Wed, 22 Jul 2026 04:43:04 -0400 Subject: [PATCH] Change bar colors --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index ee52c56..33f0fa9 100644 --- a/config.def.h +++ b/config.def.h @@ -7,11 +7,11 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; -static const char col_gray1[] = "#222222"; +static const char col_gray1[] = "#080808"; 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 char col_cyan[] = "#cf87e8"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },