summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-28 13:51:12 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-28 13:51:12 +0300
commit5ad300bc051614bfce892bfbe6881ea45f5e6c25 (patch)
treedb7f7f541939b515d667dcc273d36f2651050183 /src/gmdocument.c
parent4034349b4c0cabd5c1c02e4cc033752586e8a061 (diff)
Cleanup
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index 65227568..20777ef2 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -826,7 +826,6 @@ void setThemeSeed_GmDocument(iGmDocument *d, const iBlock *seed) {
826 iHSLColor clr = get_HSLColor(tmParagraph_ColorId); 826 iHSLColor clr = get_HSLColor(tmParagraph_ColorId);
827 clr.lum = iMax(0.5f, clr.lum - 0.15f); 827 clr.lum = iMax(0.5f, clr.lum - 0.15f);
828 setHsl_Color(tmParagraph_ColorId, clr); 828 setHsl_Color(tmParagraph_ColorId, clr);
829 clr.lum = 1.0;
830 setHsl_Color(tmHeading3_ColorId, 829 setHsl_Color(tmHeading3_ColorId,
831 addSatLum_HSLColor(get_HSLColor(tmHeading3_ColorId), 0, 0.15f)); 830 addSatLum_HSLColor(get_HSLColor(tmHeading3_ColorId), 0, 0.15f));
832 } 831 }