Rename old value colour to tag and add new value colour to all syntax themes

This commit is contained in:
Veronica Berglyd Olsen
2024-04-28 23:07:20 +02:00
parent 1d438d5d76
commit 937b5cca12
15 changed files with 36 additions and 21 deletions
@@ -31,7 +31,7 @@ background = 0, 36, 81
text = 255, 255, 255
link = 187, 218, 255
headertext = 187, 218, 255
headertag = 187, 218, 255
headertag = 140, 164, 191
emphasis = 255, 197, 143
straightquotes = 255, 157, 164
doublequotes = 209, 241, 169
@@ -40,7 +40,8 @@ note = 255, 247, 214
hidden = 114, 133, 183
shortcode = 187, 218, 255
keyword = 255, 157, 164
value = 235, 187, 255
tag = 235, 187, 255
value = 255, 238, 173
optional = 187, 218, 255
spellcheckline = 255, 157, 164
errorline = 209, 241, 169