rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit 1bed1963813cfcf453603e450bb0c134909ff21b
parent a69d72f42b904725da949d5e10f01b45b1614ef9
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Mon, 12 Dec 2022 15:44:48 +0000

tweak: suggest bg color for bright theme

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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