diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-26 19:26:42 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-26 19:26:42 +0300 |
commit | 0ed4e4eec191497dae06f29ba634e6701a327f84 (patch) | |
tree | 693497c706698fbfe7c2e1463410a61ba4c6a0b8 /src | |
parent | 12d4ec900bfb57041571ab71f7e09e5d8b818174 (diff) |
GmDocument: Adjusted first paragraph color
Diffstat (limited to 'src')
-rw-r--r-- | src/gmdocument.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c index 46ca106f..4d1aa876 100644 --- a/src/gmdocument.c +++ b/src/gmdocument.c | |||
@@ -755,7 +755,7 @@ void setThemeSeed_GmDocument(iGmDocument *d, const iBlock *seed) { | |||
755 | setHsl_Color(tmHeading3_ColorId, setLum_HSLColor(altBase, titleLum + 0.60f)); | 755 | setHsl_Color(tmHeading3_ColorId, setLum_HSLColor(altBase, titleLum + 0.60f)); |
756 | 756 | ||
757 | setHsl_Color(tmParagraph_ColorId, addSatLum_HSLColor(base, 0.1f, 0.6f)); | 757 | setHsl_Color(tmParagraph_ColorId, addSatLum_HSLColor(base, 0.1f, 0.6f)); |
758 | setHsl_Color(tmFirstParagraph_ColorId, addSatLum_HSLColor(base, 0.2f, 0.8f)); | 758 | setHsl_Color(tmFirstParagraph_ColorId, addSatLum_HSLColor(base, 0.2f, 0.72f)); |
759 | setHsl_Color(tmPreformatted_ColorId, (iHSLColor){ altHue2, 1.0f, 0.75f, 1.0f }); | 759 | setHsl_Color(tmPreformatted_ColorId, (iHSLColor){ altHue2, 1.0f, 0.75f, 1.0f }); |
760 | set_Color(tmQuote_ColorId, get_Color(tmPreformatted_ColorId)); | 760 | set_Color(tmQuote_ColorId, get_Color(tmPreformatted_ColorId)); |
761 | set_Color(tmInlineContentMetadata_ColorId, get_Color(tmHeading3_ColorId)); | 761 | set_Color(tmInlineContentMetadata_ColorId, get_Color(tmHeading3_ColorId)); |