light_vs.json 6.5 KB
Newer Older
1
{
2 3
	"$schema": "vscode://schemas/color-theme",
	"name": "Light (Visual Studio)",
4
	"type": "light",
5 6
	"include": "./light_defaults.json",
	"tokenColors": [
7 8 9 10 11 12 13 14 15 16 17 18 19
		{
			"scope": "emphasis",
			"settings": {
				"fontStyle": "italic"
			}
		},
		{
			"scope": "strong",
			"settings": {
				"fontStyle": "bold"
			}
		},
		{
A
Alex Dima 已提交
20
			"scope": "meta.diff.header",
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
			"settings": {
				"foreground": "#000080"
			}
		},
		{
			"scope": "comment",
			"settings": {
				"foreground": "#008000"
			}
		},
		{
			"scope": "constant.language",
			"settings": {
				"foreground": "#0000ff"
			}
		},
		{
38 39 40
			"scope": [
				"constant.numeric"
			],
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
			"settings": {
				"foreground": "#09885a"
			}
		},
		{
			"scope": "constant.regexp",
			"settings": {
				"foreground": "#811f3f"
			}
		},
		{
			"name": "css tags in selectors, xml tags",
			"scope": "entity.name.tag",
			"settings": {
				"foreground": "#800000"
			}
		},
58 59 60 61 62 63
		{
			"scope": "entity.name.selector",
			"settings": {
				"foreground": "#800000"
			}
		},
64 65 66 67 68 69 70
		{
			"scope": "entity.other.attribute-name",
			"settings": {
				"foreground": "#ff0000"
			}
		},
		{
A
Alex Dima 已提交
71 72 73 74 75 76 77 78 79 80 81
			"scope": [
				"entity.other.attribute-name.class.css",
				"entity.other.attribute-name.class.mixin.css",
				"entity.other.attribute-name.id.css",
				"entity.other.attribute-name.parent-selector.css",
				"entity.other.attribute-name.pseudo-class.css",
				"entity.other.attribute-name.pseudo-element.css",
				"source.css.less entity.other.attribute-name.id",
				"entity.other.attribute-name.attribute.scss",
				"entity.other.attribute-name.scss"
			],
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
			"settings": {
				"foreground": "#800000"
			}
		},
		{
			"scope": "invalid",
			"settings": {
				"foreground": "#cd3131"
			}
		},
		{
			"scope": "markup.underline",
			"settings": {
				"fontStyle": "underline"
			}
		},
		{
			"scope": "markup.bold",
			"settings": {
K
kieferrm 已提交
101 102
				"fontStyle": "bold",
				"foreground": "#000080"
103 104 105 106 107
			}
		},
		{
			"scope": "markup.heading",
			"settings": {
108
				"fontStyle": "bold",
K
kieferrm 已提交
109
				"foreground": "#800000"
110 111 112 113 114
			}
		},
		{
			"scope": "markup.italic",
			"settings": {
115
				"fontStyle": "italic"
116 117
			}
		},
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
		{
			"scope": "markup.inserted",
			"settings": {
				"foreground": "#09885a"
			}
		},
		{
			"scope": "markup.deleted",
			"settings": {
				"foreground": "#a31515"
			}
		},
		{
			"scope": "markup.changed",
			"settings": {
				"foreground": "#0451a5"
			}
		},
K
kieferrm 已提交
136
		{
A
Alex Dima 已提交
137 138 139 140
			"scope": [
				"beginning.punctuation.definition.quote.markdown",
				"beginning.punctuation.definition.list.markdown"
			],
K
kieferrm 已提交
141 142 143 144 145 146 147 148 149 150
			"settings": {
				"foreground": "#0451a5"
			}
		},
		{
			"scope": "markup.inline.raw",
			"settings": {
				"foreground": "#800000"
			}
		},
151 152 153 154 155 156 157
		{
			"scope": "meta.selector",
			"settings": {
				"foreground": "#800000"
			}
		},
		{
158 159
			"name": "brackets of XML/HTML tags",
			"scope": "punctuation.definition.tag",
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
			"settings": {
				"foreground": "#800000"
			}
		},
		{
			"scope": "meta.preprocessor",
			"settings": {
				"foreground": "#0000ff"
			}
		},
		{
			"scope": "meta.preprocessor.string",
			"settings": {
				"foreground": "#a31515"
			}
		},
		{
			"scope": "meta.preprocessor.numeric",
			"settings": {
				"foreground": "#09885a"
			}
		},
		{
			"scope": "meta.structure.dictionary.key.python",
			"settings": {
				"foreground": "#0451a5"
			}
		},
		{
			"scope": "storage",
			"settings": {
				"foreground": "#0000ff"
			}
		},
		{
			"scope": "storage.type",
			"settings": {
				"foreground": "#0000ff"
			}
		},
		{
			"scope": "storage.modifier",
			"settings": {
				"foreground": "#0000ff"
			}
		},
		{
			"scope": "string",
			"settings": {
				"foreground": "#a31515"
			}
		},
		{
A
Alex Dima 已提交
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229
			"scope": [
				"string.comment.buffered.block.jade",
				"string.quoted.jade",
				"string.interpolated.jade",
				"string.unquoted.plain.in.yaml",
				"string.unquoted.plain.out.yaml",
				"string.unquoted.block.yaml",
				"string.quoted.single.yaml",
				"string.quoted.double.xml",
				"string.quoted.single.xml",
				"string.unquoted.cdata.xml",
				"string.quoted.double.html",
				"string.quoted.single.html",
				"string.unquoted.html",
				"string.quoted.single.handlebars",
				"string.quoted.double.handlebars"
			],
230 231 232 233 234 235 236 237 238 239
			"settings": {
				"foreground": "#0000ff"
			}
		},
		{
			"scope": "string.regexp",
			"settings": {
				"foreground": "#811f3f"
			}
		},
240 241
		{
			"name": "JavaScript string interpolation ${}",
A
Alex Dima 已提交
242
			"scope": [
243
				"punctuation.definition.template-expression.begin.js",
A
Alex Dima 已提交
244
				"punctuation.definition.template-expression.begin.ts",
245 246
				"punctuation.definition.template-expression.end.ts",
				"punctuation.definition.template-expression.end.js"
A
Alex Dima 已提交
247
			],
248 249 250 251
			"settings": {
				"foreground": "#0000ff"
			}
		},
252
		{
A
Alex Dima 已提交
253
			"scope": [
254 255 256 257 258 259 260
				"support.constant.property-value",
				"support.constant.font-name",
				"support.constant.media-type",
				"support.constant.media",
				"constant.other.color.rgb-value",
				"constant.other.rgb-value",
				"support.constant.color"
A
Alex Dima 已提交
261
			],
262 263 264 265 266
			"settings": {
				"foreground": "#0451a5"
			}
		},
		{
A
Alex Dima 已提交
267
			"scope": [
268 269
				"support.type.vendored.property-name",
				"support.type.property-name",
270 271 272
				"variable.css",
				"variable.scss",
				"variable.other.less"
A
Alex Dima 已提交
273
			],
274 275 276 277 278
			"settings": {
				"foreground": "#ff0000"
			}
		},
		{
279
			"scope": "support.type.property-name.json",
280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
			"settings": {
				"foreground": "#0451a5"
			}
		},
		{
			"scope": "keyword",
			"settings": {
				"foreground": "#0000ff"
			}
		},
		{
			"scope": "keyword.control",
			"settings": {
				"foreground": "#0000ff"
			}
		},
		{
			"scope": "keyword.operator",
			"settings": {
				"foreground": "#000000"
			}
		},
		{
303 304
			"scope": [
				"keyword.operator.new",
305 306
				"keyword.operator.expression",
				"keyword.operator.cast",
307 308
				"keyword.operator.sizeof",
				"keyword.operator.logical.python"
309
			],
310 311 312 313 314 315 316 317 318 319
			"settings": {
				"foreground": "#0000ff"
			}
		},
		{
			"scope": "keyword.other.unit",
			"settings": {
				"foreground": "#09885a"
			}
		},
320
		{
A
Alex Dima 已提交
321
			"scope": [
A
Alex Dima 已提交
322 323
				"punctuation.section.embedded.begin.metatag.php",
				"punctuation.section.embedded.end.metatag.php"
A
Alex Dima 已提交
324
			],
325 326 327
			"settings": {
				"foreground": "#800000"
			}
328 329 330 331 332 333 334 335 336 337 338 339
		},
		{
			"scope": "support.function.git-rebase",
			"settings": {
				"foreground": "#0451a5"
			}
		},
		{
			"scope": "constant.sha.git-rebase",
			"settings": {
				"foreground": "#09885a"
			}
340 341 342
		},
		{
			"name": "coloring of the Java import and package identifiers",
343 344 345 346
			"scope": [
				"storage.modifier.import.java",
				"storage.modifier.package.java"
			],
347 348 349
			"settings": {
				"foreground": "#000000"
			}
M
Martin Aeschlimann 已提交
350 351
		},
		{
352 353
			"name": "this.self",
			"scope": "variable.language",
M
Martin Aeschlimann 已提交
354 355 356
			"settings": {
				"foreground": "#0000ff"
			}
357 358 359
		}
	]
}