dark_vs.json 5.4 KB
Newer Older
1 2 3
{
	"name": "Dark Visual Studio",
	"settings": [
A
Alex Dima 已提交
4 5 6 7 8 9
		{
			"settings": {
				"foreground": "#D4D4D4",
				"background": "#1E1E1E"
			}
		},
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
		{
			"scope": "emphasis",
			"settings": {
				"fontStyle": "italic"
			}
		},
		{
			"scope": "strong",
			"settings": {
				"fontStyle": "bold"
			}
		},
		{
			"scope": "header",
			"settings": {
				"foreground": "#000080"
			}
		},

		{
			"scope": "comment",
			"settings": {
				"foreground": "#608b4e"
			}
		},
		{
			"scope": "constant.language",
			"settings": {
				"foreground": "#569cd6"
			}
		},
		{
42 43 44
			"scope": [
				"constant.numeric"
			],
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
			"settings": {
				"foreground": "#b5cea8"
			}
		},
		{
			"scope": "constant.regexp",
			"settings": {
				"foreground": "#646695"
			}
		},
		{
			"scope": "entity.name.tag",
			"settings": {
				"foreground": "#569cd6"
			}
		},
		{
A
Alex Dima 已提交
62
			"scope": "entity.name.tag.css",
63 64 65 66 67 68 69 70 71 72 73
			"settings": {
				"foreground": "#d7ba7d"
			}
		},
		{
			"scope": "entity.other.attribute-name",
			"settings": {
				"foreground": "#9cdcfe"
			}
		},
		{
A
Alex Dima 已提交
74 75 76 77 78 79 80 81 82 83 84 85 86
			"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"
			],
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
			"settings": {
				"foreground": "#d7ba7d"
			}
		},
		{
			"scope": "invalid",
			"settings": {
				"foreground": "#f44747"
			}
		},
		{
			"scope": "markup.underline",
			"settings": {
				"fontStyle": "underline"
			}
		},
		{
			"scope": "markup.bold",
			"settings": {
K
kieferrm 已提交
106 107
				"fontStyle": "bold",
				"foreground": "#569cd6"
108 109 110 111 112
			}
		},
		{
			"scope": "markup.heading",
			"settings": {
113
				"fontStyle": "bold",
K
kieferrm 已提交
114
				"foreground": "#569cd6"
115 116 117 118 119
			}
		},
		{
			"scope": "markup.italic",
			"settings": {
120
				"fontStyle": "italic"
121 122
			}
		},
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
		{
			"scope": "markup.inserted",
			"settings": {
				"foreground": "#b5cea8"
			}
		},
		{
			"scope": "markup.deleted",
			"settings": {
				"foreground": "#ce9178"
			}
		},
		{
			"scope": "markup.changed",
			"settings": {
				"foreground": "#569cd6"
			}
K
kieferrm 已提交
140
		},
K
kieferrm 已提交
141
		{
A
Alex Dima 已提交
142
			"scope": "beginning.punctuation.definition.quote.markdown",
K
kieferrm 已提交
143 144 145 146 147
			"settings": {
				"foreground": "#608b4e"
			}
		},
		{
A
Alex Dima 已提交
148
			"scope": "beginning.punctuation.definition.list.markdown",
K
kieferrm 已提交
149 150 151 152 153 154 155 156 157
			"settings": {
				"foreground": "#6796e6"
			}
		},
		{
			"scope": "markup.inline.raw",
			"settings": {
				"foreground": "#ce9178"
			}
158
		},
159 160 161 162 163 164 165
		{
			"scope": "meta.selector",
			"settings": {
				"foreground": "#d7ba7d"
			}
		},
		{
166 167
			"name": "brackets of XML/HTML tags",
			"scope": "punctuation.definition.tag",
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
			"settings": {
				"foreground": "#808080"
			}
		},
		{
			"scope": "meta.preprocessor",
			"settings": {
				"foreground": "#569cd6"
			}
		},
		{
			"scope": "meta.preprocessor.string",
			"settings": {
				"foreground": "#ce9178"
			}
		},
		{
			"scope": "meta.preprocessor.numeric",
			"settings": {
				"foreground": "#b5cea8"
			}
		},
		{
			"scope": "meta.structure.dictionary.key.python",
			"settings": {
				"foreground": "#9cdcfe"
			}
		},
B
Benjamin Pasero 已提交
196
		{
A
Alex Dima 已提交
197
			"scope": "meta.diff.header",
B
Benjamin Pasero 已提交
198 199 200 201
			"settings": {
				"foreground": "#569cd6"
			}
		},
202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243
		{
			"scope": "storage",
			"settings": {
				"foreground": "#569cd6"
			}
		},
		{
			"scope": "storage.type",
			"settings": {
				"foreground": "#569cd6"
			}
		},
		{
			"scope": "storage.modifier",
			"settings": {
				"foreground": "#569cd6"
			}
		},
		{
			"scope": "string",
			"settings": {
				"foreground": "#ce9178"
			}
		},
		{
			"scope": "string.tag",
			"settings": {
				"foreground": "#ce9178"
			}
		},
		{
			"scope": "string.value",
			"settings": {
				"foreground": "#ce9178"
			}
		},
		{
			"scope": "string.regexp",
			"settings": {
				"foreground": "#d16969"
			}
		},
244 245
		{
			"name": "JavaScript string interpolation ${}",
A
Alex Dima 已提交
246 247 248 249
			"scope": [
				"punctuation.definition.template-expression.begin.ts",
				"punctuation.definition.template-expression.end.ts"
			],
250 251 252 253
			"settings": {
				"foreground": "#569cd6"
			}
		},
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278
		{
			"scope": "support.type.property-name",
			"settings": {
				"foreground": "#9cdcfe"
			}
		},
		{
			"scope": "keyword",
			"settings": {
				"foreground": "#569cd6"
			}
		},
		{
			"scope": "keyword.control",
			"settings": {
				"foreground": "#569cd6"
			}
		},
		{
			"scope": "keyword.operator",
			"settings": {
				"foreground": "#d4d4d4"
			}
		},
		{
279
			"scope": ["keyword.operator.new", "keyword.operator.expression"],
280 281 282 283 284 285 286 287 288
			"settings": {
				"foreground": "#569cd6"
			}
		},
		{
			"scope": "keyword.other.unit",
			"settings": {
				"foreground": "#b5cea8"
			}
289 290
		},
		{
A
Alex Dima 已提交
291
			"scope": [
A
Alex Dima 已提交
292 293
				"punctuation.section.embedded.begin.metatag.php",
				"punctuation.section.embedded.end.metatag.php"
A
Alex Dima 已提交
294
			],
295 296 297
			"settings": {
				"foreground": "#569cd6"
			}
298 299 300 301 302 303 304 305 306 307 308 309
		},
		{
			"scope": "support.function.git-rebase",
			"settings": {
				"foreground": "#9cdcfe"
			}
		},
		{
			"scope": "constant.sha.git-rebase",
			"settings": {
				"foreground": "#b5cea8"
			}
310 311 312 313 314 315 316
		},
		{
			"name": "coloring of the Java import and package identifiers",
			"scope": ["storage.modifier.import.java", "storage.modifier.package.java"],
			"settings": {
				"foreground": "#d4d4d4"
			}
M
Martin Aeschlimann 已提交
317 318
		},
		{
319 320
			"name": "this.self",
			"scope": "variable.language",
M
Martin Aeschlimann 已提交
321 322 323
			"settings": {
				"foreground": "#569cd6"
			}
324 325 326
		}
	]
}