summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-07 13:14:59 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-07 13:14:59 +0300
commitab893836d09a178460b9e64e76e42c89836e5721 (patch)
tree4f802d963792fb8692dad8d61a0010b12d1210a8 /src/prefs.c
parentc3e5a0c2d4168515804dc0823c93d0522982108c (diff)
Added image colorization preference
Option to colorize images to grayscale, text color, or preformatted color.
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 13a95a3d..749accf8 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -62,6 +62,7 @@ void init_Prefs(iPrefs *d) {
62 d->quoteIcon = iTrue; 62 d->quoteIcon = iTrue;
63 d->centerShortDocs = iTrue; 63 d->centerShortDocs = iTrue;
64 d->plainTextWrap = iTrue; 64 d->plainTextWrap = iTrue;
65 d->imageStyle = original_ImageStyle;
65 d->docThemeDark = colorfulDark_GmDocumentTheme; 66 d->docThemeDark = colorfulDark_GmDocumentTheme;
66 d->docThemeLight = white_GmDocumentTheme; 67 d->docThemeLight = white_GmDocumentTheme;
67 d->saturation = 1.0f; 68 d->saturation = 1.0f;