tweak: add color suggestion when not using dark mode.

This commit is contained in:
NunoSempere 2022-12-13 14:26:15 +00:00
parent c9a81029da
commit 0cbb1d97a9

View File

@ -27,7 +27,7 @@
#define KEY(x) GDK_KEY_##x #define KEY(x) GDK_KEY_##x
#define ZOOM 1 /* Starting zoom level */ #define ZOOM 1 /* Starting zoom level */
#define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */ #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 WIDTH 500
#define HEIGHT 400 #define HEIGHT 400