Black
This commit is contained in:
parent
46aed33cf7
commit
cb78d9f783
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class MarkdownHighlighter(QSyntaxHighlighter):
|
||||||
# Markdown syntax (the markers themselves) - make invisible
|
# Markdown syntax (the markers themselves) - make invisible
|
||||||
self.syntax_format = QTextCharFormat()
|
self.syntax_format = QTextCharFormat()
|
||||||
# Use the editor background color so they blend in
|
# Use the editor background color so they blend in
|
||||||
bg = pal.color(QPalette.Base)
|
bg = pal.color(QPalette.Base)
|
||||||
hidden = QColor(bg)
|
hidden = QColor(bg)
|
||||||
hidden.setAlpha(0)
|
hidden.setAlpha(0)
|
||||||
self.syntax_format.setForeground(hidden)
|
self.syntax_format.setForeground(hidden)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue