mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-01 03:11:18 +02:00
Lighten color highlighting for storyUrls sections in dark mode.
This commit is contained in:
parent
63450c65e1
commit
63b1d7ac72
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class IniHighlighter(QSyntaxHighlighter):
|
|||
'knownkeywords':QColor(Qt.blue).lighter(150),
|
||||
'knownsections':Qt.darkCyan,
|
||||
'teststories':Qt.cyan,
|
||||
'storyUrls':Qt.magenta,
|
||||
'storyUrls':QColor(Qt.magenta).lighter(150),
|
||||
'comments':Qt.yellow
|
||||
}
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Reference in a new issue