Add theme setting for current line

This commit is contained in:
Veronica Berglyd Olsen
2025-06-14 17:04:53 +02:00
parent 2589c43214
commit 7a95980d2f
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -632,7 +632,7 @@ def testGuiTheme_CheckTheme(theme):
"helptext", "fadedtext", "errortext",
],
"Syntax": [
"background", "text", "link", "headertext", "headertag",
"background", "text", "line", "link", "headertext", "headertag",
"emphasis", "dialog", "altdialog", "hidden", "note", "shortcode",
"keyword", "tag", "value", "optional", "spellcheckline",
"errorline", "replacetag", "modifier", "texthighlight",