Skip to content

Commit c4b0570

Browse files
committed
πŸ‘¨β€πŸŽ¨
1 parent b203cbe commit c4b0570

File tree

7 files changed

+216
-181
lines changed

7 files changed

+216
-181
lines changed

β€Žcore/darkcode.jsonβ€Ž

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
"sideBarTitle.foreground": "#cecece",
8686
"statusBar.background": "#22212b",
8787
"statusBar.debuggingBackground": "#2a0a47",
88-
"debugToolBar.background": "#2a0a47",
89-
"debugToolBar.border": "#2a0a47",
90-
"statusBar.debuggingBorder": "#2a0a47",
88+
"debugToolBar.background": "#2a0a47",
89+
"debugToolBar.border": "#2a0a47",
90+
"statusBar.debuggingBorder": "#2a0a47",
9191
"statusBar.foreground": "#bababa",
9292
"statusBar.noFolderBackground": "#a75a0029",
9393
"statusBarItem.remoteBackground": "#22212b", // En alttaki Γ§ubukta en soldaki remote alanΔ±
@@ -134,13 +134,29 @@
134134
"support.type",
135135
"support.class",
136136
"support.function.magic",
137-
"support.variable",
138-
"keyword.operator"
137+
"support.variable"
139138
],
140139
"settings": {
141140
"foreground": "#76b0b8" // "#868ea0"
142141
}
143142
},
143+
{
144+
"name": "Support, decorator and operator",
145+
"scope": "keyword.operator",
146+
"settings": {
147+
"foreground": "#c1e1e6" // "#868ea0"
148+
}
149+
},
150+
{
151+
"name": "Support, decorator and operator",
152+
"scope": [
153+
"punctuation.separator.annotation",
154+
"constant.character.format.placeholder"
155+
],
156+
"settings": {
157+
"foreground": "#a5c1c5" // "#868ea0"
158+
}
159+
},
144160
{
145161
"name": "Function-Call Argument",
146162
"scope": [
@@ -579,15 +595,6 @@
579595
"foreground": "#C678DD"
580596
}
581597
},
582-
{
583-
"name": "Keyword Operator",
584-
"scope": [
585-
"keyword.operator"
586-
],
587-
"settings": {
588-
"foreground": "#ABB2BF"
589-
}
590-
},
591598
{
592599
"name": "Keyword Other Special Method",
593600
"scope": [
@@ -761,20 +768,6 @@
761768
"foreground": "#5C6370"
762769
}
763770
},
764-
{
765-
"name": "Punctuation Definition Method Parameters,punctuation Definition Function Parameters,punctuation Definition Parameters,punctuation Definition Separator,punctuation Definition Separator,punctuation Definition Array",
766-
"scope": [
767-
"punctuation.definition.method-parameters",
768-
"punctuation.definition.function-parameters",
769-
"punctuation.definition.parameters",
770-
"punctuation.definition.separator",
771-
"punctuation.definition.separator",
772-
"punctuation.definition.array"
773-
],
774-
"settings": {
775-
"foreground": "#ABB2BF"
776-
}
777-
},
778771
{
779772
"name": "Punctuation Definition Heading,punctuation Definition Identity",
780773
"scope": [
@@ -1272,6 +1265,18 @@
12721265
"foreground": "#E06C75"
12731266
}
12741267
},
1268+
{
1269+
"name": "[VSCODE-CUSTOM] JSON Punctuation for Definition",
1270+
"scope": [
1271+
"punctuation.definition.array",
1272+
"punctuation.separator.array",
1273+
"punctuation.definition.dictionary",
1274+
"punctuation.separator.dictionary"
1275+
],
1276+
"settings": {
1277+
"foreground": "#ABB2BF"
1278+
}
1279+
},
12751280
{
12761281
"name": "[VSCODE-CUSTOM] JS/TS Punctuation for key-value",
12771282
"scope": [

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

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,29 @@
140140
"support.type",
141141
"support.class",
142142
"support.function.magic",
143-
"support.variable",
144-
"keyword.operator"
143+
"support.variable"
145144
],
146145
"settings": {
147146
"foreground": "#76b0b8"
148147
}
149148
},
149+
{
150+
"name": "Support, decorator and operator",
151+
"scope": "keyword.operator",
152+
"settings": {
153+
"foreground": "#c1e1e6"
154+
}
155+
},
156+
{
157+
"name": "Support, decorator and operator",
158+
"scope": [
159+
"punctuation.separator.annotation",
160+
"constant.character.format.placeholder"
161+
],
162+
"settings": {
163+
"foreground": "#a5c1c5"
164+
}
165+
},
150166
{
151167
"name": "Function-Call Argument",
152168
"scope": [
@@ -580,15 +596,6 @@
580596
"foreground": "#C678DD"
581597
}
582598
},
583-
{
584-
"name": "Keyword Operator",
585-
"scope": [
586-
"keyword.operator"
587-
],
588-
"settings": {
589-
"foreground": "#ABB2BF"
590-
}
591-
},
592599
{
593600
"name": "Keyword Other Special Method",
594601
"scope": [
@@ -762,20 +769,6 @@
762769
"foreground": "#5C6370"
763770
}
764771
},
765-
{
766-
"name": "Punctuation Definition Method Parameters,punctuation Definition Function Parameters,punctuation Definition Parameters,punctuation Definition Separator,punctuation Definition Separator,punctuation Definition Array",
767-
"scope": [
768-
"punctuation.definition.method-parameters",
769-
"punctuation.definition.function-parameters",
770-
"punctuation.definition.parameters",
771-
"punctuation.definition.separator",
772-
"punctuation.definition.separator",
773-
"punctuation.definition.array"
774-
],
775-
"settings": {
776-
"foreground": "#ABB2BF"
777-
}
778-
},
779772
{
780773
"name": "Punctuation Definition Heading,punctuation Definition Identity",
781774
"scope": [
@@ -1273,6 +1266,18 @@
12731266
"foreground": "#E06C75"
12741267
}
12751268
},
1269+
{
1270+
"name": "[VSCODE-CUSTOM] JSON Punctuation for Definition",
1271+
"scope": [
1272+
"punctuation.definition.array",
1273+
"punctuation.separator.array",
1274+
"punctuation.definition.dictionary",
1275+
"punctuation.separator.dictionary"
1276+
],
1277+
"settings": {
1278+
"foreground": "#ABB2BF"
1279+
}
1280+
},
12761281
{
12771282
"name": "[VSCODE-CUSTOM] JS/TS Punctuation for key-value",
12781283
"scope": [

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

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,29 @@
140140
"support.type",
141141
"support.class",
142142
"support.function.magic",
143-
"support.variable",
144-
"keyword.operator"
143+
"support.variable"
145144
],
146145
"settings": {
147146
"foreground": "#76b0b8"
148147
}
149148
},
149+
{
150+
"name": "Support, decorator and operator",
151+
"scope": "keyword.operator",
152+
"settings": {
153+
"foreground": "#c1e1e6"
154+
}
155+
},
156+
{
157+
"name": "Support, decorator and operator",
158+
"scope": [
159+
"punctuation.separator.annotation",
160+
"constant.character.format.placeholder"
161+
],
162+
"settings": {
163+
"foreground": "#a5c1c5"
164+
}
165+
},
150166
{
151167
"name": "Function-Call Argument",
152168
"scope": [
@@ -580,15 +596,6 @@
580596
"foreground": "#C678DD"
581597
}
582598
},
583-
{
584-
"name": "Keyword Operator",
585-
"scope": [
586-
"keyword.operator"
587-
],
588-
"settings": {
589-
"foreground": "#ABB2BF"
590-
}
591-
},
592599
{
593600
"name": "Keyword Other Special Method",
594601
"scope": [
@@ -762,20 +769,6 @@
762769
"foreground": "#5C6370"
763770
}
764771
},
765-
{
766-
"name": "Punctuation Definition Method Parameters,punctuation Definition Function Parameters,punctuation Definition Parameters,punctuation Definition Separator,punctuation Definition Separator,punctuation Definition Array",
767-
"scope": [
768-
"punctuation.definition.method-parameters",
769-
"punctuation.definition.function-parameters",
770-
"punctuation.definition.parameters",
771-
"punctuation.definition.separator",
772-
"punctuation.definition.separator",
773-
"punctuation.definition.array"
774-
],
775-
"settings": {
776-
"foreground": "#ABB2BF"
777-
}
778-
},
779772
{
780773
"name": "Punctuation Definition Heading,punctuation Definition Identity",
781774
"scope": [
@@ -1273,6 +1266,18 @@
12731266
"foreground": "#E06C75"
12741267
}
12751268
},
1269+
{
1270+
"name": "[VSCODE-CUSTOM] JSON Punctuation for Definition",
1271+
"scope": [
1272+
"punctuation.definition.array",
1273+
"punctuation.separator.array",
1274+
"punctuation.definition.dictionary",
1275+
"punctuation.separator.dictionary"
1276+
],
1277+
"settings": {
1278+
"foreground": "#ABB2BF"
1279+
}
1280+
},
12761281
{
12771282
"name": "[VSCODE-CUSTOM] JS/TS Punctuation for key-value",
12781283
"scope": [

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

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,29 @@
133133
"support.type",
134134
"support.class",
135135
"support.function.magic",
136-
"support.variable",
137-
"keyword.operator"
136+
"support.variable"
138137
],
139138
"settings": {
140139
"foreground": "#76b0b8"
141140
}
142141
},
142+
{
143+
"name": "Support, decorator and operator",
144+
"scope": "keyword.operator",
145+
"settings": {
146+
"foreground": "#c1e1e6"
147+
}
148+
},
149+
{
150+
"name": "Support, decorator and operator",
151+
"scope": [
152+
"punctuation.separator.annotation",
153+
"constant.character.format.placeholder"
154+
],
155+
"settings": {
156+
"foreground": "#a5c1c5"
157+
}
158+
},
143159
{
144160
"name": "Function-Call Argument",
145161
"scope": [
@@ -573,15 +589,6 @@
573589
"foreground": "#C678DD"
574590
}
575591
},
576-
{
577-
"name": "Keyword Operator",
578-
"scope": [
579-
"keyword.operator"
580-
],
581-
"settings": {
582-
"foreground": "#ABB2BF"
583-
}
584-
},
585592
{
586593
"name": "Keyword Other Special Method",
587594
"scope": [
@@ -755,20 +762,6 @@
755762
"foreground": "#5C6370"
756763
}
757764
},
758-
{
759-
"name": "Punctuation Definition Method Parameters,punctuation Definition Function Parameters,punctuation Definition Parameters,punctuation Definition Separator,punctuation Definition Separator,punctuation Definition Array",
760-
"scope": [
761-
"punctuation.definition.method-parameters",
762-
"punctuation.definition.function-parameters",
763-
"punctuation.definition.parameters",
764-
"punctuation.definition.separator",
765-
"punctuation.definition.separator",
766-
"punctuation.definition.array"
767-
],
768-
"settings": {
769-
"foreground": "#ABB2BF"
770-
}
771-
},
772765
{
773766
"name": "Punctuation Definition Heading,punctuation Definition Identity",
774767
"scope": [
@@ -1266,6 +1259,18 @@
12661259
"foreground": "#E06C75"
12671260
}
12681261
},
1262+
{
1263+
"name": "[VSCODE-CUSTOM] JSON Punctuation for Definition",
1264+
"scope": [
1265+
"punctuation.definition.array",
1266+
"punctuation.separator.array",
1267+
"punctuation.definition.dictionary",
1268+
"punctuation.separator.dictionary"
1269+
],
1270+
"settings": {
1271+
"foreground": "#ABB2BF"
1272+
}
1273+
},
12691274
{
12701275
"name": "[VSCODE-CUSTOM] JS/TS Punctuation for key-value",
12711276
"scope": [

0 commit comments

Comments
Β (0)