|
1 | 1 | { |
2 | | - "editor.fontFamily": "JetBrainsMono Nerd Font", |
3 | | - "editor.fontLigatures": true, |
4 | 2 | "editor.cursorBlinking": "solid", |
5 | 3 | "editor.formatOnType": false, |
6 | 4 | "editor.autoClosingOvertype": "always", |
|
40 | 38 | "todo-tree.tree.scanMode": "workspace only", |
41 | 39 | "editor.tokenColorCustomizations": { |
42 | 40 | "textMateRules": [ |
| 41 | + { |
| 42 | + "scope": "keyword.control.trycatch.js", |
| 43 | + "settings": { |
| 44 | + "foreground": "#55ebff", |
| 45 | + "fontStyle": "bold" |
| 46 | + } |
| 47 | + }, |
| 48 | + { |
| 49 | + "scope": "keyword.operator.ternary.js", |
| 50 | + "settings": { |
| 51 | + "foreground": "#d587ff", |
| 52 | + "fontStyle": "bold" |
| 53 | + } |
| 54 | + }, |
43 | 55 | { |
44 | 56 | "scope": "constant.language.boolean.true.js", |
45 | 57 | "settings": { |
|
64 | 76 | { |
65 | 77 | "scope": "storage.type.js", |
66 | 78 | "settings": { |
67 | | - "foreground": "#C5C5C5", |
68 | | - "fontStyle": "italic" |
| 79 | + "foreground": "#bcffff", |
| 80 | + "fontStyle": "italic bold" |
69 | 81 | } |
70 | 82 | },{ |
71 | 83 | "scope": "keyword.operator.assignment.js", |
|
76 | 88 | },{ |
77 | 89 | "scope": "keyword.operator.logical.js", |
78 | 90 | "settings": { |
79 | | - "foreground": "#b1b1b1", |
| 91 | + "foreground": "#baff90", |
80 | 92 | "fontStyle": "" |
81 | 93 | } |
82 | 94 | }, |
83 | 95 | { |
84 | 96 | "scope": "keyword.control.export.js", |
85 | 97 | "settings": { |
86 | 98 | "foreground": "#FF7F50", |
87 | | - "fontStyle": "italic bold" |
| 99 | + "fontStyle": "italic" |
| 100 | + } |
| 101 | + }, |
| 102 | + { |
| 103 | + "scope": "keyword.control.from.js", |
| 104 | + "settings": { |
| 105 | + "foreground": "#ff5398", |
| 106 | + "fontStyle": "italic" |
88 | 107 | } |
89 | 108 | }, |
90 | 109 | { |
91 | 110 | "scope": "keyword.control.import.js", |
92 | 111 | "settings": { |
93 | 112 | "foreground": "#ff5398", |
94 | | - "fontStyle": "italic bold" |
| 113 | + "fontStyle": "italic" |
95 | 114 | } |
96 | 115 | }, |
97 | 116 | { |
|
105 | 124 | "scope": "storage.modifier.async.js", |
106 | 125 | "settings": { |
107 | 126 | "foreground": "#f64747", |
108 | | - "fontStyle": "italic" |
| 127 | + "fontStyle": "bold underline" |
109 | 128 | } |
110 | 129 | }, |
111 | 130 | { |
|
139 | 158 | { |
140 | 159 | "scope": "punctuation.accessor.optional.js", |
141 | 160 | "settings": { |
142 | | - "foreground": "#c0c0c0", |
| 161 | + "foreground": "#d3b2ff", |
| 162 | + "fontStyle": "bold" |
| 163 | + } |
| 164 | + }, |
| 165 | + { |
| 166 | + "scope": "variable.parameter.js", |
| 167 | + "settings": { |
143 | 168 | "fontStyle": "" |
144 | 169 | } |
145 | 170 | }, |
|
167 | 192 | { |
168 | 193 | "scope": "storage.type.function.js", |
169 | 194 | "settings": { |
170 | | - "foreground": "#acdfff", |
| 195 | + "foreground": "#43ffff", |
| 196 | + "fontStyle": "italic" |
| 197 | + } |
| 198 | + }, |
| 199 | + { |
| 200 | + "scope": "storage.type.class.js", |
| 201 | + "settings": { |
| 202 | + "foreground": "#ff88f5", |
171 | 203 | "fontStyle": "italic" |
172 | 204 | } |
| 205 | + }, |
| 206 | + { |
| 207 | + "scope": "variable.language.this", |
| 208 | + "settings": { |
| 209 | + "foreground": "#ffb459", |
| 210 | + "fontStyle": "" |
| 211 | + } |
173 | 212 | } |
174 | 213 | ], |
175 | 214 | "[*Light*]": { |
|
200 | 239 | "hint" |
201 | 240 | ], |
202 | 241 | "explorer.copyRelativePathSeparator": "/", |
| 242 | + |
203 | 243 | } |
0 commit comments