summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-26 12:56:07 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-26 12:56:07 +0300
commit790a2c49a0290ce872ec8929b063337eacde9880 (patch)
treed4bcc54ece3b4bec58fad9f1920ed2ca0c70c6b8 /src/prefs.c
parent84d3089735bd81a9d628acf416b481f2535765cf (diff)
Preferences: Added side icon, hover outline
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c
index 9b77b4f2..af481233 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -9,6 +9,8 @@ void init_Prefs(iPrefs *d) {
9 d->font = nunito_TextFont; 9 d->font = nunito_TextFont;
10 d->lineWidth = 40; 10 d->lineWidth = 40;
11 d->bigFirstParagraph = iTrue; 11 d->bigFirstParagraph = iTrue;
12 d->sideIcon = iTrue;
13 d->hoverOutline = iFalse;
12 d->docThemeDark = colorfulDark_GmDocumentTheme; 14 d->docThemeDark = colorfulDark_GmDocumentTheme;
13 d->docThemeLight = white_GmDocumentTheme; 15 d->docThemeLight = white_GmDocumentTheme;
14 d->saturation = 1.0f; 16 d->saturation = 1.0f;