|
334 | 334 | // ----------- Start Code Colors ----------- |
335 | 335 | // ----------- Start Markdown Colors ----------- |
336 | 336 | { |
337 | | - "name": "[VSCODE-CUSTOM] Markdown headings", |
| 337 | + "name": "Markdown section", |
338 | 338 | "scope": [ |
339 | 339 | "entity.name.section.markdown" |
340 | 340 | ], |
341 | 341 | "settings": { |
342 | | - "foreground": "#eaec74" |
| 342 | + "foreground": "#ffd17b" |
| 343 | + } |
| 344 | + }, |
| 345 | + { |
| 346 | + "name": "Markdown link title and desciption", |
| 347 | + "scope": [ |
| 348 | + "string.other.link.title.markdown", |
| 349 | + "string.other.link.description.markdown" |
| 350 | + ], |
| 351 | + "settings": { |
| 352 | + "foreground": "#a0bffd" |
| 353 | + } |
| 354 | + }, |
| 355 | + { |
| 356 | + "name": "Markdown punctuation", |
| 357 | + "scope": [ |
| 358 | + "punctuation.definition.string.end.markdown", |
| 359 | + "punctuation.definition.string.begin.markdown" |
| 360 | + ], |
| 361 | + "settings": { |
| 362 | + "foreground": "#a0bffd77" |
343 | 363 | } |
344 | 364 | }, |
345 | 365 | { |
|
365 | 385 | "foreground": "#E06C75" |
366 | 386 | } |
367 | 387 | }, |
368 | | - { |
369 | | - "name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String", |
370 | | - "scope": [ |
371 | | - "punctuation.definition.string.begin.markdown", |
372 | | - "punctuation.definition.string.end.markdown", |
373 | | - "punctuation.definition.metadata.markdown" |
374 | | - ], |
375 | | - "settings": { |
376 | | - "foreground": "#ABB2BF" |
377 | | - } |
378 | | - }, |
379 | | - { |
380 | | - "name": "[VSCODE-CUSTOM] Markdown Link Title/Description", |
381 | | - "scope": [ |
382 | | - "string.other.link.title.markdown", |
383 | | - "string.other.link.description.markdown" |
384 | | - ], |
385 | | - "settings": { |
386 | | - "foreground": "#61AFEF" |
387 | | - } |
388 | | - }, |
389 | 388 | { |
390 | 389 | "name": "Comment Markup Link", |
391 | 390 | "scope": [ |
|
0 commit comments