tweak: suggest bg color for bright theme

This commit is contained in:
NunoSempere 2022-12-12 15:44:48 +00:00
parent a69d72f42b
commit 1bed196381

View File

@ -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 e.g., "#FEFEFE" if not using dark theme */
#define WIDTH 500
#define HEIGHT 400