summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-26 10:26:31 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-26 10:26:31 +0200
commitce377bd4b703b3fb6ac8ae40b9bbd1ede2e4ca26 (patch)
treee1a5d7d506a06ba26764b0892e26b0de1875365e /src/prefs.h
parent91a6225d8508db01574d7da2c013cb30d6a87ec8 (diff)
Visual design improvements
URL input field has a maximum width. Adjusted navbar appearance and margins. Tuned UI palette and added UI accent color preference.
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
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 {
38 /* Window */ 38 /* Window */
39 iBool useSystemTheme; 39 iBool useSystemTheme;
40 enum iColorTheme theme; 40 enum iColorTheme theme;
41 enum iColorAccent accent;
41 iBool customFrame; /* when LAGRANGE_CUSTOM_FRAME is defined */ 42 iBool customFrame; /* when LAGRANGE_CUSTOM_FRAME is defined */
42 iBool retainWindowSize; 43 iBool retainWindowSize;
43 float uiScale; 44 float uiScale;