From fbb9607587e4996c2e10623f11d0811fd02e19fd Mon Sep 17 00:00:00 2001 From: pbentes Date: Sun, 4 May 2025 21:36:30 +0100 Subject: [PATCH] Finalized theme --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 259e2e9..7352b72 100644 --- a/config.def.h +++ b/config.def.h @@ -10,13 +10,13 @@ static const int horizpadbar = 5; /* horizontal padding for status static const int vertpadbar = 5; /* vertical padding for statusbar */ static const int vertpad = 10; /* vertical padding of bar */ static const int sidepad = 10; /* horizontal padding of bar */ -static const char *fonts[] = { "monospace:size=10", "remixicon:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "monospace:size=12", "remixicon:size=14" }; +static const char dmenufont[] = "monospace:size=12"; static const char col_gray1[] = "#597445"; static const char col_gray2[] = "#658147"; static const char col_gray3[] = "#e7f0dc"; static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#f0bb78"; +static const char col_cyan[] = "#c6b652"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },