Skip to content

Commit cd6e077

Browse files
committed
πŸš€ 4.2.0
- πŸ‘¨β€πŸŽ¨ More colors - πŸ’¦ No **unsupported** light themes any more
1 parent 9e54a0f commit cd6e077

22 files changed

+354
-11637
lines changed
86.3 KB
Loading
55.5 KB
Loading
20.3 KB
Loading
41.4 KB
Loading
52.9 KB
Loading
49.7 KB
Loading

β€ŽCHANGELOG.mdβ€Ž

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

3-
## πŸš€ 4.1.6
3+
## πŸš€ 4.2.0
4+
5+
- πŸ‘¨β€πŸŽ¨ More colors
6+
- πŸ’¦ No **unsupported** light themes any more
7+
8+
![](.github/assets/4_1_6_vs_4_2_0.png)
9+
![](.github/assets/new_terminal_vs_old_one.png)
10+
![](.github/assets/inherited_class_color.png)
11+
![](.github/assets/parenthesis_and_decorator_color.png)
12+
![](.github/assets/decorator_magic_and_operator_color.png)
13+
![](.github/assets/item_access_and_list_parenthesis_color.png)
14+
15+
## 🏷️ 4.1.6
416

517
- ✨ More visual keyboard improvement
618
- πŸ‘¨β€πŸŽ¨ Peek view resdesigned

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ For more detail πŸ‘€ take a look [✨ Changelog](https://github.com/yedhrab/Dark
4141
### 🐍 More python
4242

4343
![](.github/assets/item_access_fstring.png)
44+
![](.github/assets/4_1_6_vs_4_1_7.png)
4445

4546
### πŸ‘¨β€πŸ’» More autoHotkey
4647

β€Žcore/darkcode.jsonβ€Ž

Lines changed: 47 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,25 @@
9494
"tab.border": "#111518",
9595
"tab.inactiveBackground": "#171a1b",
9696
"tab.inactiveForeground": "#C0C0C0",
97-
"terminal.background": "#1c2022", // Terminal arkaplanΔ±
98-
"terminal.foreground": "#bababa",
99-
"terminal.selectionBackground": "#6b410177", // Terminalde seΓ§ili metin arkapanΔ±
97+
"terminal.background": "#1c2022",
98+
"terminal.foreground": "#C0C0C0",
99+
"terminal.ansiBlack": "#000000",
100+
"terminal.ansiBlue": "#82aaff",
101+
"terminal.ansiBrightBlack": "#546e7a",
102+
"terminal.ansiBrightBlue": "#82aaff",
103+
"terminal.ansiBrightCyan": "#89ddff",
104+
"terminal.ansiBrightGreen": "#6de095",
105+
"terminal.ansiBrightPurple": "#c792ea",
106+
"terminal.ansiBrightRed": "#e42b27",
107+
"terminal.ansiBrightWhite": "#ffffff",
108+
"terminal.ansiBrightYellow": "#f8c142",
109+
"terminal.ansiCyan": "#89ddff",
110+
"terminal.ansiGreen": "#73bc62",
111+
"terminal.ansiPurple": "#c792ea",
112+
"terminal.ansiRed": "#d82f2c",
113+
"terminal.ansiWhite": "#ffffff",
114+
"terminal.ansiYellow": "#e2a24c",
115+
"terminal.selectionBackground": "#6b410177",
100116
"terminalCursor.foreground": "#e4d9cc",
101117
"textLink.activeForeground": "#dba827", // Linkler
102118
"textLink.foreground": "#bb8b54",
@@ -107,12 +123,28 @@
107123
},
108124
"tokenColors": [
109125
// ----------- Start Code Colors -----------
126+
{
127+
"name": "Support, decorator and operator",
128+
"scope": [
129+
"entity.name.function.decorator",
130+
"punctuation.definition.decorator",
131+
"support.type",
132+
"support.class",
133+
"support.function.magic",
134+
"support.variable",
135+
"keyword.operator"
136+
],
137+
"settings": {
138+
"foreground": "#76b0b8" // "#868ea0"
139+
}
140+
},
110141
{
111142
"name": "Function-Call Argument",
112143
"scope": [
113144
"meta.function-call.arguments",
114145
"meta.function-call",
115-
"meta.member.access"
146+
"meta.member.access",
147+
"keyword.operator.unpacking.arguments"
116148
],
117149
"settings": {
118150
"foreground": "#9a9384"
@@ -121,7 +153,8 @@
121153
{
122154
"name": "Item access",
123155
"scope": [
124-
"meta.item-access"
156+
"meta.item-access",
157+
"punctuation.definition.list"
125158
],
126159
"settings": {
127160
"foreground": "#D79C9C"
@@ -175,7 +208,8 @@
175208
{
176209
"name": "Function Name",
177210
"scope": [
178-
"entity.name.function"
211+
"entity.name.function",
212+
"punctuation.definition.parameters"
179213
],
180214
"settings": {
181215
"foreground": "#ffc400"
@@ -184,7 +218,8 @@
184218
{
185219
"name": "Function Call",
186220
"scope": [
187-
"meta.function-call.generic"
221+
"meta.function-call.generic",
222+
"punctuation.definition.arguments"
188223
],
189224
"settings": {
190225
"foreground": "#d89d46"
@@ -193,7 +228,8 @@
193228
{
194229
"name": "Function Variable",
195230
"scope": [
196-
"source variable.parameter"
231+
"source variable.parameter",
232+
"keyword.operator.unpacking.parameter"
197233
],
198234
"settings": {
199235
"foreground": "#7c7770"
@@ -229,13 +265,6 @@
229265
"foreground": "#D19A66"
230266
}
231267
},
232-
{
233-
"name": "Magic",
234-
"scope": "support.variable.magic",
235-
"settings": {
236-
"foreground": "#E06C75"
237-
}
238-
},
239268
{
240269
"name": "Meta Function Parameters",
241270
"scope": "meta.function.parameters",
@@ -526,7 +555,7 @@
526555
"entity.other.inherited-class"
527556
],
528557
"settings": {
529-
"foreground": "#98C379"
558+
"foreground": "#C1A8CE"
530559
}
531560
},
532561
{
@@ -730,13 +759,13 @@
730759
}
731760
},
732761
{
733-
"name": "Punctuation Definition Method Parameters,punctuation Definition Function Parameters,punctuation Definition Parameters,punctuation Definition Separator,punctuation Definition Seperator,punctuation Definition Array",
762+
"name": "Punctuation Definition Method Parameters,punctuation Definition Function Parameters,punctuation Definition Parameters,punctuation Definition Separator,punctuation Definition Separator,punctuation Definition Array",
734763
"scope": [
735764
"punctuation.definition.method-parameters",
736765
"punctuation.definition.function-parameters",
737766
"punctuation.definition.parameters",
738767
"punctuation.definition.separator",
739-
"punctuation.definition.seperator",
768+
"punctuation.definition.separator",
740769
"punctuation.definition.array"
741770
],
742771
"settings": {
@@ -793,24 +822,6 @@
793822
"foreground": "#ABB2BF"
794823
}
795824
},
796-
{
797-
"name": "Support Class",
798-
"scope": [
799-
"support.class"
800-
],
801-
"settings": {
802-
"foreground": "#E5C07B"
803-
}
804-
},
805-
{
806-
"name": "Support Type",
807-
"scope": [
808-
"support.type"
809-
],
810-
"settings": {
811-
"foreground": "#56B6C2"
812-
}
813-
},
814825
{
815826
"name": "Support Function Any Method",
816827
"scope": [
@@ -820,15 +831,6 @@
820831
"foreground": "#61AFEF"
821832
}
822833
},
823-
{
824-
"name": "Support Function",
825-
"scope": [
826-
"support.function"
827-
],
828-
"settings": {
829-
"foreground": "#56B6C2"
830-
}
831-
},
832834
{
833835
"name": "Entity Name Class,entity Name Type Class",
834836
"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.1.6",
5+
"version": "4.2.0",
66
"publisher": "yedhrab",
77
"engines": {
88
"vscode": "^1.35.0"

0 commit comments

Comments
Β (0)