Changes title color to something more contrasted

This commit is contained in:
Olivier Keshavjee 2017-11-25 09:54:10 +01:00
parent 59742accfa
commit 5f76a25f39

View file

@ -211,8 +211,8 @@ class MarkdownHighlighter(BasicHighlighter):
#"super":True,
#"sub":True
# color = QColor(S.highlightedTextDark)
titleColor = highlight
titleColor = QColor(S.highlightedTextDark)
# titleColor = highlight
titleMarkupColor = F.mixColors(titleColor, background, .3)
for i in MTT.TITLES: