|
85 | 85 | "sideBarTitle.foreground": "#cecece", |
86 | 86 | "statusBar.background": "#22212b", |
87 | 87 | "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", |
91 | 91 | "statusBar.foreground": "#bababa", |
92 | 92 | "statusBar.noFolderBackground": "#a75a0029", |
93 | 93 | "statusBarItem.remoteBackground": "#22212b", // En alttaki Γ§ubukta en soldaki remote alanΔ± |
|
134 | 134 | "support.type", |
135 | 135 | "support.class", |
136 | 136 | "support.function.magic", |
137 | | - "support.variable", |
138 | | - "keyword.operator" |
| 137 | + "support.variable" |
139 | 138 | ], |
140 | 139 | "settings": { |
141 | 140 | "foreground": "#76b0b8" // "#868ea0" |
142 | 141 | } |
143 | 142 | }, |
| 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 | + }, |
144 | 160 | { |
145 | 161 | "name": "Function-Call Argument", |
146 | 162 | "scope": [ |
|
579 | 595 | "foreground": "#C678DD" |
580 | 596 | } |
581 | 597 | }, |
582 | | - { |
583 | | - "name": "Keyword Operator", |
584 | | - "scope": [ |
585 | | - "keyword.operator" |
586 | | - ], |
587 | | - "settings": { |
588 | | - "foreground": "#ABB2BF" |
589 | | - } |
590 | | - }, |
591 | 598 | { |
592 | 599 | "name": "Keyword Other Special Method", |
593 | 600 | "scope": [ |
|
761 | 768 | "foreground": "#5C6370" |
762 | 769 | } |
763 | 770 | }, |
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 | | - }, |
778 | 771 | { |
779 | 772 | "name": "Punctuation Definition Heading,punctuation Definition Identity", |
780 | 773 | "scope": [ |
|
1272 | 1265 | "foreground": "#E06C75" |
1273 | 1266 | } |
1274 | 1267 | }, |
| 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 | + }, |
1275 | 1280 | { |
1276 | 1281 | "name": "[VSCODE-CUSTOM] JS/TS Punctuation for key-value", |
1277 | 1282 | "scope": [ |
|
0 commit comments