From cd26f4d0ec2b3bd335b0bf8b6d9d601dbe9ae353 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Thu, 7 Nov 2024 13:40:09 -0500 Subject: [PATCH] background --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index f8d94d1..b0e2b33 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Olympe Mono Hacked:pixelsize=30:antialias=true:autohint=true"; -static char *font2[] = { "NotoColorEmoji:pixelsize=18:antialias=true:autohint=true" }; +static char *font = "Olympe Mono Hacked:pixelsize=16:antialias=true:autohint=true"; +static char *font2[] = { "NotoColorEmoji:pixelsize=16:antialias=true:autohint=true" }; static int borderpx = 2; /* @@ -235,7 +235,7 @@ ResourcePref resources[] = { { "color13", STRING, &colorname[13] }, { "color14", STRING, &colorname[14] }, { "color15", STRING, &colorname[15] }, - { "background", STRING, &colorname[258] }, + { "color0", STRING, &colorname[258] }, { "foreground", STRING, &colorname[259] }, { "cursorColor", STRING, &colorname[256] }, { "termname", STRING, &termname },