From ce377bd4b703b3fb6ac8ae40b9bbd1ede2e4ca26 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 26 Feb 2021 10:26:31 +0200 Subject: Visual design improvements URL input field has a maximum width. Adjusted navbar appearance and margins. Tuned UI palette and added UI accent color preference. --- src/prefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/prefs.h') diff --git a/src/prefs.h b/src/prefs.h index 1889c338..4bbe3ad5 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -38,6 +38,7 @@ struct Impl_Prefs { /* Window */ iBool useSystemTheme; enum iColorTheme theme; + enum iColorAccent accent; iBool customFrame; /* when LAGRANGE_CUSTOM_FRAME is defined */ iBool retainWindowSize; float uiScale; -- cgit v1.2.3