Skip to content

Commit 7e6b7dc

Browse files
committed
🏷️ 4.2.2
- πŸ‘¨β€πŸŽ¨ More colors - 🐍 Python preview tokenize support added - πŸ‘¨β€πŸ”§ Meta color fixed (same as source color)
1 parent 627e983 commit 7e6b7dc

10 files changed

Lines changed: 154 additions & 22 deletions
25.7 KB
Loading

β€ŽCHANGELOG.mdβ€Ž

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

3-
## πŸš€ 4.2.0
3+
## πŸš€ 4.2.1
4+
5+
- πŸ‘¨β€πŸŽ¨ More colors
6+
- 🐍 Python preview tokenize support added
7+
- πŸ‘¨β€πŸ”§ Meta color fixed (same as source color)
8+
9+
![](.github/assets/changelog-4_2_1.png)
10+
11+
## 🏷️ 4.2.0
412

513
- πŸ‘¨β€πŸŽ¨ More colors
614
- πŸ’¦ No **unsupported** light themes any more

β€Žcore/darkcode.jsonβ€Ž

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"editor.selectionBackground": "#6b410177", // SeΓ§ili metnin arka planΔ±
2626
"editorCursor.foreground": "#f8f8f0",
2727
"editorGroup.border": "#111518", // 2 editΓΆr arasΔ±ndaki Γ§izgi
28-
"editorGroupHeader.tabsBackground": "#171a1b", // Sekzmelerin arkaplanΔ±
28+
"editorGroupHeader.tabsBackground": "#171a1b", // Sekmelerin arka planΔ±
2929
"editorGroupHeader.tabsBorder": "#111518",
3030
"editorHoverWidget.background": "#1c2022",
31-
"editorHoverWidget.border": "#ffc000aa", // Mousu bekletince Γ§Δ±kan ekran
31+
"editorHoverWidget.border": "#ffc000aa", // Fare bekletince Γ§Δ±kan ekran
3232
"editorHoverWidget.foreground": "#C0C0C0",
3333
"editorLineNumber.foreground": "#858585",
3434
"editorSuggestWidget.background": "#1c2022",
@@ -56,7 +56,7 @@
5656
"menubar.selectionForeground": "#eeeeee",
5757
"notificationCenter.border": "#ffc000",
5858
"notificationToast.border": "#FFC00050",
59-
"notifications.background": "#1c2022", // Sağ alt kâşeddeki πŸ””
59+
"notifications.background": "#1c2022", // Sağ alt kâşedeki πŸ””
6060
"notifications.border": "#ffc000aa",
6161
"panel.background": "#1c2022", // Terminal ΓΌstΓΌndeki alan bg
6262
"panel.border": "#111518", // Terminal ΓΌstΓΌndeki Up - Editor Down border
@@ -80,7 +80,7 @@
8080
"sideBar.background": "#1c2022", // soldaki panel
8181
"sideBar.border": "#111518",
8282
"sideBar.foreground": "#C0C0C0",
83-
"sideBarSectionHeader.background": "#252b2e", // Soldaki paneldeki başlıklarr
83+
"sideBarSectionHeader.background": "#252b2e", // Soldaki paneldeki başlıklar
8484
"sideBarSectionHeader.foreground": "#C0C0C0",
8585
"sideBarTitle.foreground": "#cecece",
8686
"statusBar.background": "#22212b",
@@ -126,6 +126,24 @@
126126
},
127127
"tokenColors": [
128128
// ----------- Start Code Colors -----------
129+
{
130+
"name": "Attribute",
131+
"scope": [
132+
"meta.attribute"
133+
],
134+
"settings": {
135+
"foreground": "#a7a7b9"
136+
}
137+
},
138+
{
139+
"name": "Indexed name",
140+
"scope": [
141+
"meta.indexed-name"
142+
],
143+
"settings": {
144+
"foreground": "#c7b49b"
145+
}
146+
},
129147
{
130148
"name": "Support, decorator and operator",
131149
"scope": [
@@ -557,7 +575,7 @@
557575
"meta"
558576
],
559577
"settings": {
560-
"foreground": "#e4e4e4"
578+
"foreground": "#BABABA"
561579
}
562580
},
563581
{
@@ -1651,7 +1669,6 @@
16511669
"foreground": "#ABB2BF"
16521670
}
16531671
},
1654-
16551672
{
16561673
"name": "[VSCODE-CUSTOM] JS/TS Meta Array Literal Variable",
16571674
"scope": [
@@ -1910,4 +1927,4 @@
19101927
}
19111928
}
19121929
]
1913-
}
1930+
}

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
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.0",
5+
"version": "4.2.1",
66
"publisher": "yedhrab",
77
"engines": {
88
"vscode": "^1.35.0"
@@ -70,4 +70,4 @@
7070
}
7171
]
7272
}
73-
}
73+
}

β€Žthemes/darkcode-contrast-plus-plus.jsonβ€Ž

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,24 @@
132132
"tab.hoverBorder": "#ffd90070"
133133
},
134134
"tokenColors": [
135+
{
136+
"name": "Attribute",
137+
"scope": [
138+
"meta.attribute"
139+
],
140+
"settings": {
141+
"foreground": "#a7a7b9"
142+
}
143+
},
144+
{
145+
"name": "Indexed name",
146+
"scope": [
147+
"meta.indexed-name"
148+
],
149+
"settings": {
150+
"foreground": "#c7b49b"
151+
}
152+
},
135153
{
136154
"name": "Support, decorator and operator",
137155
"scope": [
@@ -558,7 +576,7 @@
558576
"meta"
559577
],
560578
"settings": {
561-
"foreground": "#e4e4e4"
579+
"foreground": "#BABABA"
562580
}
563581
},
564582
{

β€Žthemes/darkcode-contrast-plus.jsonβ€Ž

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,24 @@
132132
"tab.hoverBorder": "#ffd90070"
133133
},
134134
"tokenColors": [
135+
{
136+
"name": "Attribute",
137+
"scope": [
138+
"meta.attribute"
139+
],
140+
"settings": {
141+
"foreground": "#a7a7b9"
142+
}
143+
},
144+
{
145+
"name": "Indexed name",
146+
"scope": [
147+
"meta.indexed-name"
148+
],
149+
"settings": {
150+
"foreground": "#c7b49b"
151+
}
152+
},
135153
{
136154
"name": "Support, decorator and operator",
137155
"scope": [
@@ -558,7 +576,7 @@
558576
"meta"
559577
],
560578
"settings": {
561-
"foreground": "#e4e4e4"
579+
"foreground": "#BABABA"
562580
}
563581
},
564582
{

β€Žthemes/darkcode-contrast.jsonβ€Ž

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,24 @@
125125
"widget.shadow": "#ffc00055"
126126
},
127127
"tokenColors": [
128+
{
129+
"name": "Attribute",
130+
"scope": [
131+
"meta.attribute"
132+
],
133+
"settings": {
134+
"foreground": "#a7a7b9"
135+
}
136+
},
137+
{
138+
"name": "Indexed name",
139+
"scope": [
140+
"meta.indexed-name"
141+
],
142+
"settings": {
143+
"foreground": "#c7b49b"
144+
}
145+
},
128146
{
129147
"name": "Support, decorator and operator",
130148
"scope": [
@@ -551,7 +569,7 @@
551569
"meta"
552570
],
553571
"settings": {
554-
"foreground": "#e4e4e4"
572+
"foreground": "#BABABA"
555573
}
556574
},
557575
{

β€Žthemes/darkcode-plus-plus.jsonβ€Ž

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,24 @@
132132
"tab.hoverBorder": "#ffd90070"
133133
},
134134
"tokenColors": [
135+
{
136+
"name": "Attribute",
137+
"scope": [
138+
"meta.attribute"
139+
],
140+
"settings": {
141+
"foreground": "#a7a7b9"
142+
}
143+
},
144+
{
145+
"name": "Indexed name",
146+
"scope": [
147+
"meta.indexed-name"
148+
],
149+
"settings": {
150+
"foreground": "#c7b49b"
151+
}
152+
},
135153
{
136154
"name": "Support, decorator and operator",
137155
"scope": [
@@ -558,7 +576,7 @@
558576
"meta"
559577
],
560578
"settings": {
561-
"foreground": "#e4e4e4"
579+
"foreground": "#BABABA"
562580
}
563581
},
564582
{

β€Žthemes/darkcode-plus.jsonβ€Ž

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,24 @@
132132
"tab.hoverBorder": "#ffd90070"
133133
},
134134
"tokenColors": [
135+
{
136+
"name": "Attribute",
137+
"scope": [
138+
"meta.attribute"
139+
],
140+
"settings": {
141+
"foreground": "#a7a7b9"
142+
}
143+
},
144+
{
145+
"name": "Indexed name",
146+
"scope": [
147+
"meta.indexed-name"
148+
],
149+
"settings": {
150+
"foreground": "#c7b49b"
151+
}
152+
},
135153
{
136154
"name": "Support, decorator and operator",
137155
"scope": [
@@ -558,7 +576,7 @@
558576
"meta"
559577
],
560578
"settings": {
561-
"foreground": "#e4e4e4"
579+
"foreground": "#BABABA"
562580
}
563581
},
564582
{

β€Žthemes/darkcode.jsonβ€Ž

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"editor.selectionBackground": "#6b410177", // SeΓ§ili metnin arka planΔ±
2626
"editorCursor.foreground": "#f8f8f0",
2727
"editorGroup.border": "#111518", // 2 editΓΆr arasΔ±ndaki Γ§izgi
28-
"editorGroupHeader.tabsBackground": "#171a1b", // Sekzmelerin arkaplanΔ±
28+
"editorGroupHeader.tabsBackground": "#171a1b", // Sekmelerin arka planΔ±
2929
"editorGroupHeader.tabsBorder": "#111518",
3030
"editorHoverWidget.background": "#1c2022",
31-
"editorHoverWidget.border": "#ffc000aa", // Mousu bekletince Γ§Δ±kan ekran
31+
"editorHoverWidget.border": "#ffc000aa", // Fare bekletince Γ§Δ±kan ekran
3232
"editorHoverWidget.foreground": "#C0C0C0",
3333
"editorLineNumber.foreground": "#858585",
3434
"editorSuggestWidget.background": "#1c2022",
@@ -56,7 +56,7 @@
5656
"menubar.selectionForeground": "#eeeeee",
5757
"notificationCenter.border": "#ffc000",
5858
"notificationToast.border": "#FFC00050",
59-
"notifications.background": "#1c2022", // Sağ alt kâşeddeki πŸ””
59+
"notifications.background": "#1c2022", // Sağ alt kâşedeki πŸ””
6060
"notifications.border": "#ffc000aa",
6161
"panel.background": "#1c2022", // Terminal ΓΌstΓΌndeki alan bg
6262
"panel.border": "#111518", // Terminal ΓΌstΓΌndeki Up - Editor Down border
@@ -80,7 +80,7 @@
8080
"sideBar.background": "#1c2022", // soldaki panel
8181
"sideBar.border": "#111518",
8282
"sideBar.foreground": "#C0C0C0",
83-
"sideBarSectionHeader.background": "#252b2e", // Soldaki paneldeki başlıklarr
83+
"sideBarSectionHeader.background": "#252b2e", // Soldaki paneldeki başlıklar
8484
"sideBarSectionHeader.foreground": "#C0C0C0",
8585
"sideBarTitle.foreground": "#cecece",
8686
"statusBar.background": "#22212b",
@@ -126,6 +126,24 @@
126126
},
127127
"tokenColors": [
128128
// ----------- Start Code Colors -----------
129+
{
130+
"name": "Attribute",
131+
"scope": [
132+
"meta.attribute"
133+
],
134+
"settings": {
135+
"foreground": "#a7a7b9"
136+
}
137+
},
138+
{
139+
"name": "Indexed name",
140+
"scope": [
141+
"meta.indexed-name"
142+
],
143+
"settings": {
144+
"foreground": "#c7b49b"
145+
}
146+
},
129147
{
130148
"name": "Support, decorator and operator",
131149
"scope": [
@@ -557,7 +575,7 @@
557575
"meta"
558576
],
559577
"settings": {
560-
"foreground": "#e4e4e4"
578+
"foreground": "#BABABA"
561579
}
562580
},
563581
{
@@ -1651,7 +1669,6 @@
16511669
"foreground": "#ABB2BF"
16521670
}
16531671
},
1654-
16551672
{
16561673
"name": "[VSCODE-CUSTOM] JS/TS Meta Array Literal Variable",
16571674
"scope": [
@@ -1910,4 +1927,4 @@
19101927
}
19111928
}
19121929
]
1913-
}
1930+
}

0 commit comments

Comments
Β (0)