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
@@ -19,6 +19,7 @@ note = 150, 150, 150
hidden = 77, 77, 100 hidden = 77, 77, 100
shortcode = 255, 255, 0 shortcode = 255, 255, 0
keyword = 255, 100, 255 keyword = 255, 100, 255
tag = 255, 150, 10
value = 255, 150, 10 value = 255, 150, 10
spellcheckline = 242, 72, 23 spellcheckline = 242, 72, 23
errorline = 186, 218, 4 errorline = 186, 218, 4
+8 -7
View File
@@ -11,12 +11,12 @@ licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
# Background = 2a2a2a : 54, 54, 54 # Background = 2a2a2a : 54, 54, 54
# Foreground = cccccc : 204, 204, 204 # Foreground = cccccc : 204, 204, 204
# Comment = 969696 : 150, 150, 150 # Comment = 969696 : 150, 150, 150
# Red = d64848 : 214, 72, 72 # Red = d72837 : 215, 40, 55
# Orange = f99157 : 249, 145, 87 # Orange = f99157 : 249, 145, 87
# Yellow = ffff84 : 255, 255, 132 # Yellow = ffff84 : 255, 255, 132
# Green = 99cc99 : 153, 204, 153 # Green = 99cc99 : 153, 204, 153
# Blue = 288ed7 : 102, 153, 204 # Blue = 288ed7 : 102, 153, 204
# Purple = ac6dce : 172, 109, 206 # Purple = 8c56d7 : 140, 86, 215
## ##
[Syntax] [Syntax]
@@ -26,17 +26,18 @@ link = 102, 153, 204
headertext = 102, 153, 204 headertext = 102, 153, 204
headertag = 77, 115, 153 headertag = 77, 115, 153
emphasis = 102, 153, 204 emphasis = 102, 153, 204
straightquotes = 214, 72, 72 straightquotes = 215, 40, 55
doublequotes = 153, 204, 153 doublequotes = 153, 204, 153
singlequotes = 153, 204, 153 singlequotes = 153, 204, 153
note = 255, 255, 216 note = 255, 255, 216
hidden = 150, 150, 150 hidden = 150, 150, 150
shortcode = 249, 145, 87 shortcode = 249, 145, 87
keyword = 249, 145, 87 keyword = 249, 145, 87
value = 153, 204, 153 tag = 153, 204, 153
optional = 214, 72, 72 value = 255, 255, 132
spellcheckline = 214, 72, 72 optional = 215, 40, 55
spellcheckline = 215, 40, 55
errorline = 153, 204, 153 errorline = 153, 204, 153
replacetag = 172, 109, 206 replacetag = 140, 86, 215
modifier = 249, 145, 87 modifier = 249, 145, 87
texthighlight = 255, 255, 96, 96 texthighlight = 255, 255, 96, 96
+2 -1
View File
@@ -20,7 +20,8 @@ note = 100, 0, 200
hidden = 100, 100, 100 hidden = 100, 100, 100
shortcode = 0, 100, 0 shortcode = 0, 100, 0
keyword = 200, 50, 50 keyword = 200, 50, 50
value = 50, 150, 50 tag = 50, 150, 50
value = 0, 0, 200
optional = 0, 100, 0 optional = 0, 100, 0
spellcheckline = 200, 0, 0 spellcheckline = 200, 0, 0
errorline = 0, 150, 0 errorline = 0, 150, 0
+1
View File
@@ -20,6 +20,7 @@ note = 200, 200, 200
hidden = 150, 150, 150 hidden = 150, 150, 150
shortcode = 225, 225, 225 shortcode = 225, 225, 225
keyword = 225, 225, 225 keyword = 225, 225, 225
tag = 200, 200, 200
value = 200, 200, 200 value = 200, 200, 200
optional = 225, 225, 225 optional = 225, 225, 225
spellcheckline = 200, 46, 0 spellcheckline = 200, 46, 0
@@ -20,6 +20,7 @@ note = 20, 20, 20
hidden = 100, 100, 100 hidden = 100, 100, 100
shortcode = 0, 0, 0 shortcode = 0, 0, 0
keyword = 0, 0, 0 keyword = 0, 0, 0
tag = 20, 20, 20
value = 20, 20, 20 value = 20, 20, 20
optional = 0, 0, 0 optional = 0, 0, 0
spellcheckline = 200, 0, 0 spellcheckline = 200, 0, 0
+3 -2
View File
@@ -35,12 +35,13 @@ headertag = 40, 142, 215
emphasis = 224, 175, 5 emphasis = 224, 175, 5
straightquotes = 222, 61, 58 straightquotes = 222, 61, 58
doublequotes = 8, 145, 106 doublequotes = 8, 145, 106
singlequotes = 255, 235, 149 singlequotes = 218, 170, 1
note = 128, 118, 75 note = 128, 118, 75
hidden = 152, 159, 177 hidden = 152, 159, 177
shortcode = 40, 142, 215 shortcode = 40, 142, 215
keyword = 222, 61, 58 keyword = 222, 61, 58
value = 150, 74, 193 tag = 150, 74, 193
value = 224, 175, 5
optional = 40, 142, 215 optional = 40, 142, 215
spellcheckline = 222, 61, 58 spellcheckline = 222, 61, 58
errorline = 8, 145, 106 errorline = 8, 145, 106
+2 -1
View File
@@ -40,7 +40,8 @@ note = 255, 249, 202
hidden = 99, 119, 119 hidden = 99, 119, 119
shortcode = 130, 170, 255 shortcode = 130, 170, 255
keyword = 247, 140, 108 keyword = 247, 140, 108
value = 199, 146, 234 tag = 199, 146, 234
value = 255, 235, 149
optional = 130, 170, 255 optional = 130, 170, 255
spellcheckline = 247, 140, 108 spellcheckline = 247, 140, 108
errorline = 173, 219, 103 errorline = 173, 219, 103
@@ -20,6 +20,7 @@ note = 101, 161, 156
hidden = 147, 161, 161 hidden = 147, 161, 161
shortcode = 147, 161, 161 shortcode = 147, 161, 161
keyword = 133, 153, 0 keyword = 133, 153, 0
tag = 203, 75, 22
value = 203, 75, 22 value = 203, 75, 22
optional = 147, 161, 161 optional = 147, 161, 161
spellcheckline = 203, 75, 22 spellcheckline = 203, 75, 22
@@ -20,6 +20,7 @@ note = 27, 102, 96
hidden = 88, 110, 117 hidden = 88, 110, 117
shortcode = 88, 110, 117 shortcode = 88, 110, 117
keyword = 133, 153, 0 keyword = 133, 153, 0
tag = 203, 75, 22
value = 203, 75, 22 value = 203, 75, 22
optional = 88, 110, 117 optional = 88, 110, 117
spellcheckline = 203, 75, 22 spellcheckline = 203, 75, 22
+2 -1
View File
@@ -16,7 +16,8 @@ note = 252, 242, 164
hidden = 143, 143, 141 hidden = 143, 143, 141
shortcode = 115, 159, 207 shortcode = 115, 159, 207
keyword = 239, 41, 41 keyword = 239, 41, 41
value = 173, 127, 168 tag = 173, 127, 168
value = 239, 41, 41
optional = 115, 159, 207 optional = 115, 159, 207
spellcheckline = 239, 41, 41 spellcheckline = 239, 41, 41
errorline = 138, 226, 52 errorline = 138, 226, 52
+2 -1
View File
@@ -40,7 +40,8 @@ note = 115, 90, 0
hidden = 142, 144, 140 hidden = 142, 144, 140
shortcode = 66, 113, 174 shortcode = 66, 113, 174
keyword = 240, 40, 41 keyword = 240, 40, 41
value = 137, 89, 168 tag = 137, 89, 168
value = 234, 183, 0
optional = 66, 113, 174 optional = 66, 113, 174
spellcheckline = 240, 40, 41 spellcheckline = 240, 40, 41
errorline = 113, 140, 0 errorline = 113, 140, 0
@@ -31,7 +31,7 @@ background = 29, 31, 33
text = 197, 200, 198 text = 197, 200, 198
link = 129, 162, 190 link = 129, 162, 190
headertext = 129, 162, 190 headertext = 129, 162, 190
headertag = 129, 162, 190 headertag = 94, 119, 139
emphasis = 222, 147, 95 emphasis = 222, 147, 95
straightquotes = 204, 102, 102 straightquotes = 204, 102, 102
doublequotes = 181, 189, 104 doublequotes = 181, 189, 104
@@ -40,7 +40,8 @@ note = 240, 219, 178
hidden = 150, 152, 150 hidden = 150, 152, 150
shortcode = 129, 162, 190 shortcode = 129, 162, 190
keyword = 204, 102, 102 keyword = 204, 102, 102
value = 178, 148, 187 tag = 178, 148, 187
value = 240, 198, 116
optional = 129, 162, 190 optional = 129, 162, 190
spellcheckline = 204, 102, 102 spellcheckline = 204, 102, 102
errorline = 181, 189, 104 errorline = 181, 189, 104
@@ -31,7 +31,7 @@ background = 0, 36, 81
text = 255, 255, 255 text = 255, 255, 255
link = 187, 218, 255 link = 187, 218, 255
headertext = 187, 218, 255 headertext = 187, 218, 255
headertag = 187, 218, 255 headertag = 140, 164, 191
emphasis = 255, 197, 143 emphasis = 255, 197, 143
straightquotes = 255, 157, 164 straightquotes = 255, 157, 164
doublequotes = 209, 241, 169 doublequotes = 209, 241, 169
@@ -40,7 +40,8 @@ note = 255, 247, 214
hidden = 114, 133, 183 hidden = 114, 133, 183
shortcode = 187, 218, 255 shortcode = 187, 218, 255
keyword = 255, 157, 164 keyword = 255, 157, 164
value = 235, 187, 255 tag = 235, 187, 255
value = 255, 238, 173
optional = 187, 218, 255 optional = 187, 218, 255
spellcheckline = 255, 157, 164 spellcheckline = 255, 157, 164
errorline = 209, 241, 169 errorline = 209, 241, 169
@@ -31,7 +31,7 @@ background = 0, 0, 0
text = 234, 234, 234 text = 234, 234, 234
link = 122, 166, 218 link = 122, 166, 218
headertext = 122, 166, 218 headertext = 122, 166, 218
headertag = 122, 166, 218 headertag = 94, 127, 167
emphasis = 231, 140, 69 emphasis = 231, 140, 69
straightquotes = 213, 78, 83 straightquotes = 213, 78, 83
doublequotes = 185, 202, 74 doublequotes = 185, 202, 74
@@ -40,7 +40,8 @@ note = 231, 214, 150
hidden = 150, 152, 150 hidden = 150, 152, 150
shortcode = 122, 166, 218 shortcode = 122, 166, 218
keyword = 213, 78, 83 keyword = 213, 78, 83
value = 195, 151, 216 tag = 195, 151, 216
value = 231, 197, 71
optional = 122, 166, 218 optional = 122, 166, 218
spellcheckline = 213, 78, 83 spellcheckline = 213, 78, 83
errorline = 185, 202, 74 errorline = 185, 202, 74
@@ -31,7 +31,7 @@ background = 45, 45, 45
text = 204, 204, 204 text = 204, 204, 204
link = 102, 153, 204 link = 102, 153, 204
headertext = 102, 153, 204 headertext = 102, 153, 204
headertag = 102, 153, 204 headertag = 76, 115, 153
emphasis = 249, 145, 57 emphasis = 249, 145, 57
straightquotes = 242, 119, 122 straightquotes = 242, 119, 122
doublequotes = 153, 204, 153 doublequotes = 153, 204, 153
@@ -40,7 +40,8 @@ note = 255, 230, 179
hidden = 153, 153, 153 hidden = 153, 153, 153
shortcode = 102, 153, 204 shortcode = 102, 153, 204
keyword = 242, 119, 122 keyword = 242, 119, 122
value = 204, 153, 204 tag = 204, 153, 204
value = 255, 204, 102
optional = 102, 153, 204 optional = 102, 153, 204
spellcheckline = 242, 119, 122 spellcheckline = 242, 119, 122
errorline = 153, 204, 153 errorline = 153, 204, 153