diff options
Diffstat (limited to 'src/Style.cxx')
-rw-r--r-- | src/Style.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Style.cxx b/src/Style.cxx index a45072292..fcde6398e 100644 --- a/src/Style.cxx +++ b/src/Style.cxx @@ -65,8 +65,8 @@ int DefaultFontSize() noexcept { Style::Style(const char *fontName_) noexcept : FontSpecification(fontName_, DefaultFontSize() * FontSizeMultiplier), - fore(0,0,0), - back(0xff, 0xff, 0xff), + fore(black), + back(white), eolFilled(false), underline(false), caseForce(CaseForce::mixed), |