| 
3 | 3 |   "type": "dark",  | 
4 | 4 |   "semanticHighlighting": true,  | 
5 | 5 |   "semanticTokenColors": {  | 
 | 6 | +    "annotation:dart": {  | 
 | 7 | +      "foreground": "#d19a66"  | 
 | 8 | +    },  | 
6 | 9 |     "enumMember": {  | 
7 | 10 |       "foreground": "#56b6c2"  | 
8 | 11 |     },  | 
9 |  | -    "variable.constant": {  | 
 | 12 | +    "macro": {  | 
10 | 13 |       "foreground": "#d19a66"  | 
11 | 14 |     },  | 
12 |  | -    "variable.defaultLibrary": {  | 
13 |  | -      "foreground": "#e5c07b"  | 
 | 15 | +    "memberOperatorOverload": {  | 
 | 16 | +      "foreground": "#c678dd"  | 
14 | 17 |     },  | 
15 |  | -    "variable:dart": {  | 
16 |  | -      "foreground": "#d19a66"  | 
 | 18 | +    "parameter.label:dart": {  | 
 | 19 | +      "foreground": "#abb2bf"  | 
17 | 20 |     },  | 
18 | 21 |     "property:dart": {  | 
19 | 22 |       "foreground": "#d19a66"  | 
20 | 23 |     },  | 
21 |  | -    "annotation:dart": {  | 
22 |  | -      "foreground": "#d19a66"  | 
 | 24 | +    "tomlArrayKey": {  | 
 | 25 | +      "foreground": "#e5c07b"  | 
23 | 26 |     },  | 
24 |  | -    "parameter.label:dart": {  | 
25 |  | -      "foreground": "#abb2bf"  | 
 | 27 | +    "variable:dart": {  | 
 | 28 | +      "foreground": "#d19a66"  | 
26 | 29 |     },  | 
27 |  | -    "macro": {  | 
 | 30 | +    "variable.constant": {  | 
28 | 31 |       "foreground": "#d19a66"  | 
29 | 32 |     },  | 
30 |  | -    "tomlArrayKey": {  | 
 | 33 | +    "variable.defaultLibrary": {  | 
31 | 34 |       "foreground": "#e5c07b"  | 
32 |  | -    },  | 
33 |  | -    "memberOperatorOverload": {  | 
34 |  | -      "foreground": "#c678dd"  | 
35 | 35 |     }  | 
36 | 36 |   },  | 
37 | 37 |   "tokenColors": [  | 
 | 
2128 | 2128 |     "editor.findMatchBorder": "#ffffff5a",  | 
2129 | 2129 |     "editor.findMatchHighlightBackground": "#ffffff22",  | 
2130 | 2130 |     "editor.foreground": "#abb2bf",  | 
2131 |  | -    "editorBracketHighlight.foreground1": "#d19a66",  | 
2132 |  | -    "editorBracketHighlight.foreground2": "#c678dd",  | 
2133 |  | -    "editorBracketHighlight.foreground3": "#56b6c2",  | 
2134 |  | -    "editorHoverWidget.highlightForeground": "#61afef",  | 
2135 |  | -    "editorInlayHint.foreground": "#abb2bf",  | 
2136 |  | -    "editorInlayHint.background": "#2c313c",  | 
2137 | 2131 |     "editor.lineHighlightBackground": "#2c313c",  | 
2138 |  | -    "editorLineNumber.activeForeground": "#abb2bf",  | 
2139 |  | -    "editorGutter.addedBackground": "#109868",  | 
2140 |  | -    "editorGutter.deletedBackground": "#9A353D",  | 
2141 |  | -    "editorGutter.modifiedBackground": "#948B60",  | 
2142 |  | -    "editorOverviewRuler.addedBackground": "#109868",  | 
2143 |  | -    "editorOverviewRuler.deletedBackground": "#9A353D",  | 
2144 |  | -    "editorOverviewRuler.modifiedBackground": "#948B60",  | 
2145 | 2132 |     "editor.selectionBackground": "#67769660",  | 
2146 | 2133 |     "editor.selectionHighlightBackground": "#ffd33d44",  | 
2147 | 2134 |     "editor.selectionHighlightBorder": "#dddddd",  | 
2148 | 2135 |     "editor.wordHighlightBackground": "#d2e0ff2f",  | 
2149 | 2136 |     "editor.wordHighlightBorder": "#7f848e",  | 
2150 | 2137 |     "editor.wordHighlightStrongBackground": "#abb2bf26",  | 
2151 | 2138 |     "editor.wordHighlightStrongBorder": "#7f848e",  | 
 | 2139 | +    "editorBracketHighlight.foreground1": "#d19a66",  | 
 | 2140 | +    "editorBracketHighlight.foreground2": "#c678dd",  | 
 | 2141 | +    "editorBracketHighlight.foreground3": "#56b6c2",  | 
2152 | 2142 |     "editorBracketMatch.background": "#515a6b",  | 
2153 | 2143 |     "editorBracketMatch.border": "#515a6b",  | 
2154 | 2144 |     "editorCursor.background": "#ffffffc9",  | 
 | 
2157 | 2147 |     "editorGroup.background": "#181a1f",  | 
2158 | 2148 |     "editorGroup.border": "#181a1f",  | 
2159 | 2149 |     "editorGroupHeader.tabsBackground": "#16191d",  | 
 | 2150 | +    "editorGutter.addedBackground": "#109868",  | 
 | 2151 | +    "editorGutter.deletedBackground": "#9A353D",  | 
 | 2152 | +    "editorGutter.modifiedBackground": "#948B60",  | 
2160 | 2153 |     "editorHoverWidget.background": "#1e2227",  | 
2161 | 2154 |     "editorHoverWidget.border": "#181a1f",  | 
 | 2155 | +    "editorHoverWidget.highlightForeground": "#61afef",  | 
2162 | 2156 |     "editorIndentGuide.activeBackground1": "#c8c8c859",  | 
2163 | 2157 |     "editorIndentGuide.background1": "#3b4048",  | 
 | 2158 | +    "editorInlayHint.background": "#2c313c",  | 
 | 2159 | +    "editorInlayHint.foreground": "#abb2bf",  | 
 | 2160 | +    "editorLineNumber.activeForeground": "#abb2bf",  | 
2164 | 2161 |     "editorLineNumber.foreground": "#667187",  | 
2165 | 2162 |     "editorMarkerNavigation.background": "#1e2227",  | 
 | 2163 | +    "editorOverviewRuler.addedBackground": "#109868",  | 
 | 2164 | +    "editorOverviewRuler.deletedBackground": "#9A353D",  | 
 | 2165 | +    "editorOverviewRuler.modifiedBackground": "#948B60",  | 
2166 | 2166 |     "editorRuler.foreground": "#abb2bf26",  | 
2167 | 2167 |     "editorSuggestWidget.background": "#1e2227",  | 
2168 | 2168 |     "editorSuggestWidget.border": "#181a1f",  | 
 | 
2201 | 2201 |     "settings.focusedRowBackground": "#23272e",  | 
2202 | 2202 |     "settings.headerForeground": "#fff",  | 
2203 | 2203 |     "sideBar.background": "#16191d",  | 
2204 |  | -    "sideBar.foreground": "#abb2bf",  | 
2205 | 2204 |     "sideBar.border": "#37393d",  | 
 | 2205 | +    "sideBar.foreground": "#abb2bf",  | 
2206 | 2206 |     "sideBarSectionHeader.background": "#16191d",  | 
2207 | 2207 |     "sideBarSectionHeader.foreground": "#abb2bf",  | 
2208 | 2208 |     "statusBar.background": "#16191d",  | 
 | 
0 commit comments