From 0cbb1d97a939ba1ec55fd6286f5d3aea88ea8b88 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 13 Dec 2022 14:26:15 +0000 Subject: [PATCH] tweak: add color suggestion when not using dark mode. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index e81217e..76103b8 100644 --- a/config.def.h +++ b/config.def.h @@ -27,7 +27,7 @@ #define KEY(x) GDK_KEY_##x #define ZOOM 1 /* Starting zoom level */ #define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */ -#define BG_COLOR "#1E1E2E" +#define BG_COLOR "#1E1E2E" /* or "#FEFEFE" if you are not using the dark theme. */ #define WIDTH 500 #define HEIGHT 400