Skip to content

Commit 9e3ec23

Browse files
committed
🏷️ 4.2.2
1 parent 7e6b7dc commit 9e3ec23

10 files changed

Lines changed: 162 additions & 163 deletions

.github/assets/v4.2.2.png

78.8 KB
Loading

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# ✨ Changelog
22

3-
## 🚀 4.2.1
3+
## 🚀 4.2.2
4+
5+
- 👨‍🎨 More markdown colors
6+
7+
![](.github/assets/v4.2.2.png)
8+
9+
## 🏷️ 4.2.1
410

511
- 👨‍🎨 More colors
612
- 🐍 Python preview tokenize support added

core/darkcode.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,32 @@
334334
// ----------- Start Code Colors -----------
335335
// ----------- Start Markdown Colors -----------
336336
{
337-
"name": "[VSCODE-CUSTOM] Markdown headings",
337+
"name": "Markdown section",
338338
"scope": [
339339
"entity.name.section.markdown"
340340
],
341341
"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"
343363
}
344364
},
345365
{
@@ -365,27 +385,6 @@
365385
"foreground": "#E06C75"
366386
}
367387
},
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-
},
389388
{
390389
"name": "Comment Markup Link",
391390
"scope": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "darkcode-theme-adopted-python-and-markdown",
33
"displayName": "🖤 DarkCode Theme",
44
"description": "༼ つ ◕_◕ ༽つ Dark - Light theme for cool coders 👩‍💻👨‍💻",
5-
"version": "4.2.1",
5+
"version": "4.2.2",
66
"publisher": "yedhrab",
77
"engines": {
88
"vscode": "^1.35.0"

themes/darkcode-contrast-plus-plus.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,32 @@
338338
}
339339
},
340340
{
341-
"name": "[VSCODE-CUSTOM] Markdown headings",
341+
"name": "Markdown section",
342342
"scope": [
343343
"entity.name.section.markdown"
344344
],
345345
"settings": {
346-
"foreground": "#eaec74"
346+
"foreground": "#ffd17b"
347+
}
348+
},
349+
{
350+
"name": "Markdown link title and desciption",
351+
"scope": [
352+
"string.other.link.title.markdown",
353+
"string.other.link.description.markdown"
354+
],
355+
"settings": {
356+
"foreground": "#a0bffd"
357+
}
358+
},
359+
{
360+
"name": "Markdown punctuation",
361+
"scope": [
362+
"punctuation.definition.string.end.markdown",
363+
"punctuation.definition.string.begin.markdown"
364+
],
365+
"settings": {
366+
"foreground": "#a0bffd77"
347367
}
348368
},
349369
{
@@ -369,27 +389,6 @@
369389
"foreground": "#E06C75"
370390
}
371391
},
372-
{
373-
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String",
374-
"scope": [
375-
"punctuation.definition.string.begin.markdown",
376-
"punctuation.definition.string.end.markdown",
377-
"punctuation.definition.metadata.markdown"
378-
],
379-
"settings": {
380-
"foreground": "#ABB2BF"
381-
}
382-
},
383-
{
384-
"name": "[VSCODE-CUSTOM] Markdown Link Title/Description",
385-
"scope": [
386-
"string.other.link.title.markdown",
387-
"string.other.link.description.markdown"
388-
],
389-
"settings": {
390-
"foreground": "#61AFEF"
391-
}
392-
},
393392
{
394393
"name": "Comment Markup Link",
395394
"scope": [

themes/darkcode-contrast-plus.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,32 @@
338338
}
339339
},
340340
{
341-
"name": "[VSCODE-CUSTOM] Markdown headings",
341+
"name": "Markdown section",
342342
"scope": [
343343
"entity.name.section.markdown"
344344
],
345345
"settings": {
346-
"foreground": "#eaec74"
346+
"foreground": "#ffd17b"
347+
}
348+
},
349+
{
350+
"name": "Markdown link title and desciption",
351+
"scope": [
352+
"string.other.link.title.markdown",
353+
"string.other.link.description.markdown"
354+
],
355+
"settings": {
356+
"foreground": "#a0bffd"
357+
}
358+
},
359+
{
360+
"name": "Markdown punctuation",
361+
"scope": [
362+
"punctuation.definition.string.end.markdown",
363+
"punctuation.definition.string.begin.markdown"
364+
],
365+
"settings": {
366+
"foreground": "#a0bffd77"
347367
}
348368
},
349369
{
@@ -369,27 +389,6 @@
369389
"foreground": "#E06C75"
370390
}
371391
},
372-
{
373-
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String",
374-
"scope": [
375-
"punctuation.definition.string.begin.markdown",
376-
"punctuation.definition.string.end.markdown",
377-
"punctuation.definition.metadata.markdown"
378-
],
379-
"settings": {
380-
"foreground": "#ABB2BF"
381-
}
382-
},
383-
{
384-
"name": "[VSCODE-CUSTOM] Markdown Link Title/Description",
385-
"scope": [
386-
"string.other.link.title.markdown",
387-
"string.other.link.description.markdown"
388-
],
389-
"settings": {
390-
"foreground": "#61AFEF"
391-
}
392-
},
393392
{
394393
"name": "Comment Markup Link",
395394
"scope": [

themes/darkcode-contrast.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,32 @@
331331
}
332332
},
333333
{
334-
"name": "[VSCODE-CUSTOM] Markdown headings",
334+
"name": "Markdown section",
335335
"scope": [
336336
"entity.name.section.markdown"
337337
],
338338
"settings": {
339-
"foreground": "#eaec74"
339+
"foreground": "#ffd17b"
340+
}
341+
},
342+
{
343+
"name": "Markdown link title and desciption",
344+
"scope": [
345+
"string.other.link.title.markdown",
346+
"string.other.link.description.markdown"
347+
],
348+
"settings": {
349+
"foreground": "#a0bffd"
350+
}
351+
},
352+
{
353+
"name": "Markdown punctuation",
354+
"scope": [
355+
"punctuation.definition.string.end.markdown",
356+
"punctuation.definition.string.begin.markdown"
357+
],
358+
"settings": {
359+
"foreground": "#a0bffd77"
340360
}
341361
},
342362
{
@@ -362,27 +382,6 @@
362382
"foreground": "#E06C75"
363383
}
364384
},
365-
{
366-
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String",
367-
"scope": [
368-
"punctuation.definition.string.begin.markdown",
369-
"punctuation.definition.string.end.markdown",
370-
"punctuation.definition.metadata.markdown"
371-
],
372-
"settings": {
373-
"foreground": "#ABB2BF"
374-
}
375-
},
376-
{
377-
"name": "[VSCODE-CUSTOM] Markdown Link Title/Description",
378-
"scope": [
379-
"string.other.link.title.markdown",
380-
"string.other.link.description.markdown"
381-
],
382-
"settings": {
383-
"foreground": "#61AFEF"
384-
}
385-
},
386385
{
387386
"name": "Comment Markup Link",
388387
"scope": [

themes/darkcode-plus-plus.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,32 @@
338338
}
339339
},
340340
{
341-
"name": "[VSCODE-CUSTOM] Markdown headings",
341+
"name": "Markdown section",
342342
"scope": [
343343
"entity.name.section.markdown"
344344
],
345345
"settings": {
346-
"foreground": "#eaec74"
346+
"foreground": "#ffd17b"
347+
}
348+
},
349+
{
350+
"name": "Markdown link title and desciption",
351+
"scope": [
352+
"string.other.link.title.markdown",
353+
"string.other.link.description.markdown"
354+
],
355+
"settings": {
356+
"foreground": "#a0bffd"
357+
}
358+
},
359+
{
360+
"name": "Markdown punctuation",
361+
"scope": [
362+
"punctuation.definition.string.end.markdown",
363+
"punctuation.definition.string.begin.markdown"
364+
],
365+
"settings": {
366+
"foreground": "#a0bffd77"
347367
}
348368
},
349369
{
@@ -369,27 +389,6 @@
369389
"foreground": "#E06C75"
370390
}
371391
},
372-
{
373-
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String",
374-
"scope": [
375-
"punctuation.definition.string.begin.markdown",
376-
"punctuation.definition.string.end.markdown",
377-
"punctuation.definition.metadata.markdown"
378-
],
379-
"settings": {
380-
"foreground": "#ABB2BF"
381-
}
382-
},
383-
{
384-
"name": "[VSCODE-CUSTOM] Markdown Link Title/Description",
385-
"scope": [
386-
"string.other.link.title.markdown",
387-
"string.other.link.description.markdown"
388-
],
389-
"settings": {
390-
"foreground": "#61AFEF"
391-
}
392-
},
393392
{
394393
"name": "Comment Markup Link",
395394
"scope": [

0 commit comments

Comments
 (0)