From 9da6db78213df28e53fbc9989422abb39fdfa2b2 Mon Sep 17 00:00:00 2001 From: speediegq Date: Tue, 11 Oct 2022 20:58:06 +0200 Subject: [PATCH] fix shitty bg color --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.h b/options.h index af9aa70..40ae7dc 100644 --- a/options.h +++ b/options.h @@ -98,7 +98,7 @@ float alpha = 0.8; * foreground, background, cursor, reverse cursor */ unsigned int defaultfg = 258; /* Foreground */ -unsigned int defaultbg = 259; /* Background */ +unsigned int defaultbg = 232; /* Background */ unsigned int defaultcs = 256; /* Cursor */ unsigned int defaultrc = 257; /* Reverse cursor */ unsigned int defaultattr = 11; /* Invalid font returned by fontconfig */