Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 4ffeac0

Browse files
committed
Fix custom color not getting applyed
1 parent 312d495 commit 4ffeac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spellchecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void SpellChecker::applyCustomStyle()
9898
_formats[List].foreground().color().lighter(255 - windowLightness));
9999
_formats[BlockQuote].setForeground(
100100
_formats[BlockQuote].foreground().color().lighter(255 - windowLightness));
101-
_formats[MaskedSyntax].setForeground(p.dark());
101+
_formats[MaskedSyntax].setForeground(masked);
102102
_formats[Link].setForeground(p.link());
103103
}
104104
}

0 commit comments

Comments
 (0)