summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c
index 6af8f1d8..a8f34b02 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -43,6 +43,7 @@ void init_Prefs(iPrefs *d) {
43 d->lineWidth = 38; 43 d->lineWidth = 38;
44 d->bigFirstParagraph = iTrue; 44 d->bigFirstParagraph = iTrue;
45 d->quoteIcon = iTrue; 45 d->quoteIcon = iTrue;
46 d->centerShortDocs = iTrue;
46 d->docThemeDark = colorfulDark_GmDocumentTheme; 47 d->docThemeDark = colorfulDark_GmDocumentTheme;
47 d->docThemeLight = white_GmDocumentTheme; 48 d->docThemeLight = white_GmDocumentTheme;
48 d->saturation = 1.0f; 49 d->saturation = 1.0f;