|
94 | 94 | "tab.border": "#111518", |
95 | 95 | "tab.inactiveBackground": "#171a1b", |
96 | 96 | "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", |
100 | 116 | "terminalCursor.foreground": "#e4d9cc", |
101 | 117 | "textLink.activeForeground": "#dba827", // Linkler |
102 | 118 | "textLink.foreground": "#bb8b54", |
|
107 | 123 | }, |
108 | 124 | "tokenColors": [ |
109 | 125 | // ----------- 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 | + }, |
110 | 141 | { |
111 | 142 | "name": "Function-Call Argument", |
112 | 143 | "scope": [ |
113 | 144 | "meta.function-call.arguments", |
114 | 145 | "meta.function-call", |
115 | | - "meta.member.access" |
| 146 | + "meta.member.access", |
| 147 | + "keyword.operator.unpacking.arguments" |
116 | 148 | ], |
117 | 149 | "settings": { |
118 | 150 | "foreground": "#9a9384" |
|
121 | 153 | { |
122 | 154 | "name": "Item access", |
123 | 155 | "scope": [ |
124 | | - "meta.item-access" |
| 156 | + "meta.item-access", |
| 157 | + "punctuation.definition.list" |
125 | 158 | ], |
126 | 159 | "settings": { |
127 | 160 | "foreground": "#D79C9C" |
|
175 | 208 | { |
176 | 209 | "name": "Function Name", |
177 | 210 | "scope": [ |
178 | | - "entity.name.function" |
| 211 | + "entity.name.function", |
| 212 | + "punctuation.definition.parameters" |
179 | 213 | ], |
180 | 214 | "settings": { |
181 | 215 | "foreground": "#ffc400" |
|
184 | 218 | { |
185 | 219 | "name": "Function Call", |
186 | 220 | "scope": [ |
187 | | - "meta.function-call.generic" |
| 221 | + "meta.function-call.generic", |
| 222 | + "punctuation.definition.arguments" |
188 | 223 | ], |
189 | 224 | "settings": { |
190 | 225 | "foreground": "#d89d46" |
|
193 | 228 | { |
194 | 229 | "name": "Function Variable", |
195 | 230 | "scope": [ |
196 | | - "source variable.parameter" |
| 231 | + "source variable.parameter", |
| 232 | + "keyword.operator.unpacking.parameter" |
197 | 233 | ], |
198 | 234 | "settings": { |
199 | 235 | "foreground": "#7c7770" |
|
229 | 265 | "foreground": "#D19A66" |
230 | 266 | } |
231 | 267 | }, |
232 | | - { |
233 | | - "name": "Magic", |
234 | | - "scope": "support.variable.magic", |
235 | | - "settings": { |
236 | | - "foreground": "#E06C75" |
237 | | - } |
238 | | - }, |
239 | 268 | { |
240 | 269 | "name": "Meta Function Parameters", |
241 | 270 | "scope": "meta.function.parameters", |
|
526 | 555 | "entity.other.inherited-class" |
527 | 556 | ], |
528 | 557 | "settings": { |
529 | | - "foreground": "#98C379" |
| 558 | + "foreground": "#C1A8CE" |
530 | 559 | } |
531 | 560 | }, |
532 | 561 | { |
|
730 | 759 | } |
731 | 760 | }, |
732 | 761 | { |
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", |
734 | 763 | "scope": [ |
735 | 764 | "punctuation.definition.method-parameters", |
736 | 765 | "punctuation.definition.function-parameters", |
737 | 766 | "punctuation.definition.parameters", |
738 | 767 | "punctuation.definition.separator", |
739 | | - "punctuation.definition.seperator", |
| 768 | + "punctuation.definition.separator", |
740 | 769 | "punctuation.definition.array" |
741 | 770 | ], |
742 | 771 | "settings": { |
|
793 | 822 | "foreground": "#ABB2BF" |
794 | 823 | } |
795 | 824 | }, |
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 | | - }, |
814 | 825 | { |
815 | 826 | "name": "Support Function Any Method", |
816 | 827 | "scope": [ |
|
820 | 831 | "foreground": "#61AFEF" |
821 | 832 | } |
822 | 833 | }, |
823 | | - { |
824 | | - "name": "Support Function", |
825 | | - "scope": [ |
826 | | - "support.function" |
827 | | - ], |
828 | | - "settings": { |
829 | | - "foreground": "#56B6C2" |
830 | | - } |
831 | | - }, |
832 | 834 | { |
833 | 835 | "name": "Entity Name Class,entity Name Type Class", |
834 | 836 | "scope": [ |
|
0 commit comments