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
+2 -1
View File
@@ -1,5 +1,5 @@
[Meta]
timestamp = 2025-06-10 23:18:12
timestamp = 2025-06-14 17:03:01
[Main]
font =
@@ -40,6 +40,7 @@ width = 700
margin = 40
tabwidth = 40
cursorwidth = 1
linehighlight = False
focuswidth = 800
hidefocusfooter = False
justify = False
+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",