|
| 1 | +{ |
| 2 | + "name": "ev-dark", |
| 3 | + "displayName": "Evolve Dark", |
| 4 | + "type": "dark", |
| 5 | + "colors": { |
| 6 | + "editor.background": "#000000", |
| 7 | + "editor.foreground": "#dbd7ca" |
| 8 | + }, |
| 9 | + "semanticHighlighting": true, |
| 10 | + "semanticTokenColors": { |
| 11 | + "class": "#CDA4EB", |
| 12 | + "interface": "#CDA4EB", |
| 13 | + "namespace": "#CDA4EB", |
| 14 | + "property": "#94EEFF", |
| 15 | + "type": "#CDA4EB" |
| 16 | + }, |
| 17 | + "tokenColors": [ |
| 18 | + { |
| 19 | + "scope": ["comment", "punctuation.definition.comment", "string.comment"], |
| 20 | + "settings": { "foreground": "#A0A0A0" } |
| 21 | + }, |
| 22 | + { |
| 23 | + "scope": [ |
| 24 | + "delimiter.bracket", "delimiter", |
| 25 | + "invalid.illegal.character-not-allowed-here.html", |
| 26 | + "keyword.operator.rest", "keyword.operator.spread", |
| 27 | + "keyword.operator.type.annotation", "keyword.operator.relational", |
| 28 | + "keyword.operator.assignment", "keyword.operator.type", |
| 29 | + "meta.brace", "meta.tag.block.any.html", |
| 30 | + "meta.tag.inline.any.html", "meta.tag.structure.input.void.html", |
| 31 | + "meta.type.annotation", "meta.embedded.block.github-actions-expression", |
| 32 | + "storage.type.function.arrow", "meta.objectliteral.ts", |
| 33 | + "punctuation", |
| 34 | + "punctuation.definition.string.begin.html.vue", |
| 35 | + "punctuation.definition.string.end.html.vue" |
| 36 | + ], |
| 37 | + "settings": { "foreground": "#767676" } |
| 38 | + }, |
| 39 | + { |
| 40 | + "scope": ["constant", "entity.name.constant", "variable.language", "meta.definition.variable"], |
| 41 | + "settings": { "foreground": "#FFECB6" } |
| 42 | + }, |
| 43 | + { |
| 44 | + "scope": ["entity", "entity.name"], |
| 45 | + "settings": { "foreground": "#94EEFF" } |
| 46 | + }, |
| 47 | + { |
| 48 | + "scope": "variable.parameter.function", |
| 49 | + "settings": { "foreground": "#dbd7ca" } |
| 50 | + }, |
| 51 | + { |
| 52 | + "scope": ["entity.name.tag", "tag.html"], |
| 53 | + "settings": { "foreground": "#94EEFF" } |
| 54 | + }, |
| 55 | + { |
| 56 | + "scope": "entity.name.function", |
| 57 | + "settings": { "foreground": "#94EEFF" } |
| 58 | + }, |
| 59 | + { |
| 60 | + "scope": ["keyword", "storage.type.class.jsdoc", "punctuation.definition.template-expression"], |
| 61 | + "settings": { "foreground": "#B8A6FF" } |
| 62 | + }, |
| 63 | + { |
| 64 | + "scope": [ |
| 65 | + "storage", "storage.type", "support.type.builtin", |
| 66 | + "constant.language.undefined", "constant.language.null", |
| 67 | + "constant.language.import-export-all.ts" |
| 68 | + ], |
| 69 | + "settings": { "foreground": "#B8A6FF" } |
| 70 | + }, |
| 71 | + { |
| 72 | + "scope": [ |
| 73 | + "text.html.derivative", "storage.modifier.package", |
| 74 | + "storage.modifier.import", "storage.type.java" |
| 75 | + ], |
| 76 | + "settings": { "foreground": "#dbd7ca" } |
| 77 | + }, |
| 78 | + { |
| 79 | + "scope": ["string", "string punctuation.section.embedded source", "attribute.value"], |
| 80 | + "settings": { "foreground": "#BFF3C2" } |
| 81 | + }, |
| 82 | + { |
| 83 | + "scope": "punctuation.definition.string", |
| 84 | + "settings": { "foreground": "#BFF3C280" } |
| 85 | + }, |
| 86 | + { |
| 87 | + "scope": "punctuation.support.type.property-name", |
| 88 | + "settings": { "foreground": "#94EEFF77" } |
| 89 | + }, |
| 90 | + { |
| 91 | + "scope": "support", |
| 92 | + "settings": { "foreground": "#94EEFF" } |
| 93 | + }, |
| 94 | + { |
| 95 | + "scope": [ |
| 96 | + "property", "meta.property-name", "meta.object-literal.key", |
| 97 | + "entity.name.tag.yaml", "attribute.name" |
| 98 | + ], |
| 99 | + "settings": { "foreground": "#94EEFF" } |
| 100 | + }, |
| 101 | + { |
| 102 | + "scope": [ |
| 103 | + "entity.other.attribute-name", |
| 104 | + "invalid.deprecated.entity.other.attribute-name.html" |
| 105 | + ], |
| 106 | + "settings": { "foreground": "#B8A6FFAA" } |
| 107 | + }, |
| 108 | + { |
| 109 | + "scope": ["variable", "identifier"], |
| 110 | + "settings": { "foreground": "#dbd7ca" } |
| 111 | + }, |
| 112 | + { |
| 113 | + "scope": ["support.type.primitive", "entity.name.type"], |
| 114 | + "settings": { "foreground": "#CDA4EB" } |
| 115 | + }, |
| 116 | + { |
| 117 | + "scope": "namespace", |
| 118 | + "settings": { "foreground": "#CDA4EB" } |
| 119 | + }, |
| 120 | + { |
| 121 | + "scope": ["keyword.operator", "keyword.operator.assignment.compound", "meta.var.expr.ts"], |
| 122 | + "settings": { "foreground": "#888888" } |
| 123 | + }, |
| 124 | + { |
| 125 | + "scope": "invalid.broken", |
| 126 | + "settings": { "fontStyle": "italic", "foreground": "#FFB7B7" } |
| 127 | + }, |
| 128 | + { |
| 129 | + "scope": "invalid.deprecated", |
| 130 | + "settings": { "fontStyle": "italic", "foreground": "#FFB7B7" } |
| 131 | + }, |
| 132 | + { |
| 133 | + "scope": "invalid.illegal", |
| 134 | + "settings": { "fontStyle": "italic", "foreground": "#FFB7B7" } |
| 135 | + }, |
| 136 | + { |
| 137 | + "scope": "invalid.unimplemented", |
| 138 | + "settings": { "fontStyle": "italic", "foreground": "#FFB7B7" } |
| 139 | + }, |
| 140 | + { |
| 141 | + "scope": "message.error", |
| 142 | + "settings": { "foreground": "#FFB7B7" } |
| 143 | + }, |
| 144 | + { |
| 145 | + "scope": "string variable", |
| 146 | + "settings": { "foreground": "#BFF3C2" } |
| 147 | + }, |
| 148 | + { |
| 149 | + "scope": ["source.regexp", "string.regexp"], |
| 150 | + "settings": { "foreground": "#BFF3C2" } |
| 151 | + }, |
| 152 | + { |
| 153 | + "scope": [ |
| 154 | + "string.regexp.character-class", |
| 155 | + "string.regexp constant.character.escape", |
| 156 | + "string.regexp source.ruby.embedded", |
| 157 | + "string.regexp string.regexp.arbitrary-repitition" |
| 158 | + ], |
| 159 | + "settings": { "foreground": "#BFF3C2CC" } |
| 160 | + }, |
| 161 | + { |
| 162 | + "scope": "string.regexp constant.character.escape", |
| 163 | + "settings": { "foreground": "#FFECB6" } |
| 164 | + }, |
| 165 | + { |
| 166 | + "scope": "support.constant", |
| 167 | + "settings": { "foreground": "#FFECB6" } |
| 168 | + }, |
| 169 | + { |
| 170 | + "scope": ["keyword.operator.quantifier.regexp", "constant.numeric", "number"], |
| 171 | + "settings": { "foreground": "#FFECB6" } |
| 172 | + }, |
| 173 | + { |
| 174 | + "scope": "keyword.other.unit", |
| 175 | + "settings": { "foreground": "#FFECB6" } |
| 176 | + }, |
| 177 | + { |
| 178 | + "scope": ["constant.language.boolean", "constant.language"], |
| 179 | + "settings": { "foreground": "#FFECB6" } |
| 180 | + }, |
| 181 | + { |
| 182 | + "scope": "meta.module-reference", |
| 183 | + "settings": { "foreground": "#B8A6FF" } |
| 184 | + }, |
| 185 | + { |
| 186 | + "scope": "punctuation.definition.list.begin.markdown", |
| 187 | + "settings": { "foreground": "#888888" } |
| 188 | + }, |
| 189 | + { |
| 190 | + "scope": ["markup.heading", "markup.heading entity.name"], |
| 191 | + "settings": { "fontStyle": "bold", "foreground": "#B8A6FF" } |
| 192 | + }, |
| 193 | + { |
| 194 | + "scope": "markup.quote", |
| 195 | + "settings": { "foreground": "#CDA4EB" } |
| 196 | + }, |
| 197 | + { |
| 198 | + "scope": "markup.italic", |
| 199 | + "settings": { "fontStyle": "italic", "foreground": "#dbd7ca" } |
| 200 | + }, |
| 201 | + { |
| 202 | + "scope": "markup.bold", |
| 203 | + "settings": { "fontStyle": "bold", "foreground": "#dbd7ca" } |
| 204 | + }, |
| 205 | + { |
| 206 | + "scope": "markup.raw", |
| 207 | + "settings": { "foreground": "#BFF3C2" } |
| 208 | + }, |
| 209 | + { |
| 210 | + "scope": ["markup.deleted", "meta.diff.header.from-file", "punctuation.definition.deleted"], |
| 211 | + "settings": { "background": "#FFB7B722", "foreground": "#FFB7B7" } |
| 212 | + }, |
| 213 | + { |
| 214 | + "scope": ["markup.inserted", "meta.diff.header.to-file", "punctuation.definition.inserted"], |
| 215 | + "settings": { "background": "#BFF3C222", "foreground": "#BFF3C2" } |
| 216 | + }, |
| 217 | + { |
| 218 | + "scope": ["markup.changed", "punctuation.definition.changed"], |
| 219 | + "settings": { "background": "#FFECB622", "foreground": "#FFECB6" } |
| 220 | + }, |
| 221 | + { |
| 222 | + "scope": ["markup.ignored", "markup.untracked"], |
| 223 | + "settings": { "background": "#94EEFF22", "foreground": "#94EEFF" } |
| 224 | + }, |
| 225 | + { |
| 226 | + "scope": "meta.diff.range", |
| 227 | + "settings": { "fontStyle": "bold", "foreground": "#CDA4EB" } |
| 228 | + }, |
| 229 | + { |
| 230 | + "scope": "meta.diff.header", |
| 231 | + "settings": { "foreground": "#94EEFF" } |
| 232 | + }, |
| 233 | + { |
| 234 | + "scope": "meta.separator", |
| 235 | + "settings": { "fontStyle": "bold", "foreground": "#94EEFF" } |
| 236 | + }, |
| 237 | + { |
| 238 | + "scope": "meta.output", |
| 239 | + "settings": { "foreground": "#94EEFF" } |
| 240 | + }, |
| 241 | + { |
| 242 | + "scope": [ |
| 243 | + "brackethighlighter.tag", "brackethighlighter.curly", |
| 244 | + "brackethighlighter.round", "brackethighlighter.square", |
| 245 | + "brackethighlighter.angle", "brackethighlighter.quote" |
| 246 | + ], |
| 247 | + "settings": { "foreground": "#888888" } |
| 248 | + }, |
| 249 | + { |
| 250 | + "scope": "brackethighlighter.unmatched", |
| 251 | + "settings": { "foreground": "#FFB7B7" } |
| 252 | + }, |
| 253 | + { |
| 254 | + "scope": [ |
| 255 | + "constant.other.reference.link", "string.other.link", |
| 256 | + "punctuation.definition.string.begin.markdown", |
| 257 | + "punctuation.definition.string.end.markdown" |
| 258 | + ], |
| 259 | + "settings": { "foreground": "#BFF3C2" } |
| 260 | + }, |
| 261 | + { |
| 262 | + "scope": [ |
| 263 | + "markup.underline.link.markdown", |
| 264 | + "markup.underline.link.image.markdown" |
| 265 | + ], |
| 266 | + "settings": { "fontStyle": "underline", "foreground": "#94EEFF" } |
| 267 | + }, |
| 268 | + { |
| 269 | + "scope": ["type.identifier", "constant.other.character-class.regexp"], |
| 270 | + "settings": { "foreground": "#CDA4EB" } |
| 271 | + }, |
| 272 | + { |
| 273 | + "scope": "entity.other.attribute-name.html.vue", |
| 274 | + "settings": { "foreground": "#94EEFF" } |
| 275 | + }, |
| 276 | + { |
| 277 | + "scope": "invalid.illegal.unrecognized-tag.html", |
| 278 | + "settings": { "fontStyle": "normal" } |
| 279 | + } |
| 280 | + ] |
| 281 | +} |
0 commit comments