tm-themes 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +26 -0
- package/README.md +5 -4
- package/index.js +28 -17
- package/package.json +2 -2
- package/themes/andromeeda.json +328 -0
- package/themes/catppuccin-frappe.json +79 -11
- package/themes/catppuccin-latte.json +78 -10
- package/themes/catppuccin-macchiato.json +78 -10
- package/themes/catppuccin-mocha.json +78 -10
package/NOTICE
CHANGED
|
@@ -11,6 +11,32 @@ forth below.
|
|
|
11
11
|
|
|
12
12
|
The following files/folders contain third party software:
|
|
13
13
|
|
|
14
|
+
=========================================================================================================
|
|
15
|
+
Files: andromeeda.json
|
|
16
|
+
License: https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md
|
|
17
|
+
SPDX: MIT
|
|
18
|
+
---------------------------------------------------------------------------------------------------------
|
|
19
|
+
Copyright (c) 2017 <eliverlara@gmail.com>
|
|
20
|
+
|
|
21
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
22
|
+
a copy of this software and associated documentation files (the
|
|
23
|
+
"Software"), to deal in the Software without restriction, including
|
|
24
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
25
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
26
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
27
|
+
the following conditions:
|
|
28
|
+
|
|
29
|
+
The above copyright notice and this permission notice shall be
|
|
30
|
+
included in all copies or substantial portions of the Software.
|
|
31
|
+
|
|
32
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
33
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
34
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
35
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
36
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
37
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
38
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
39
|
+
|
|
14
40
|
=========================================================================================================
|
|
15
41
|
Files: catppuccin-frappe.json, catppuccin-latte.json, catppuccin-macchiato.json, catppuccin-mocha.json
|
|
16
42
|
License: https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE
|
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ import { themes } from 'tm-themes'
|
|
|
22
22
|
|
|
23
23
|
| Name | ID | Source | License | File Size |
|
|
24
24
|
| ---- | -- | ------ | ------- | --------- |
|
|
25
|
-
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
25
|
+
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/712e80b5102242c2a7c82902feedf80f6b869a01/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.25 kB |
|
|
26
26
|
| GitHub Light | `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 10.86 kB |
|
|
27
27
|
| Light Plus | `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 9.47 kB |
|
|
28
28
|
| Material Theme Lighter | `material-theme-lighter` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.15 kB |
|
|
@@ -36,10 +36,11 @@ import { themes } from 'tm-themes'
|
|
|
36
36
|
|
|
37
37
|
| Name | ID | Source | License | File Size |
|
|
38
38
|
| ---- | -- | ------ | ------- | --------- |
|
|
39
|
+
| Andromeeda | `andromeeda` | [EliverLara/Andromeda](https://github.com/EliverLara/Andromeda/blob/a05c86aec15c98d371e46eefbb2d1838b563f73c/themes/Andromeda-color-theme.json) | [MIT](https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md) | 8.57 kB |
|
|
39
40
|
| Aurora X | `aurora-x` | [marqu3ss/Aurora-X](https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json) | | 13.28 kB |
|
|
40
|
-
| Catppuccin
|
|
41
|
-
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
42
|
-
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
41
|
+
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/712e80b5102242c2a7c82902feedf80f6b869a01/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.25 kB |
|
|
42
|
+
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/712e80b5102242c2a7c82902feedf80f6b869a01/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.26 kB |
|
|
43
|
+
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/712e80b5102242c2a7c82902feedf80f6b869a01/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.25 kB |
|
|
43
44
|
| Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 8.64 kB |
|
|
44
45
|
| Dracula | `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | 20.51 kB |
|
|
45
46
|
| Dracula Soft | `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | 20.52 kB |
|
package/index.js
CHANGED
|
@@ -4,6 +4,17 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const themes = [
|
|
7
|
+
{
|
|
8
|
+
byteSize: 8772,
|
|
9
|
+
displayName: 'Andromeeda',
|
|
10
|
+
lastUpdate: '2023-04-13T21:00:26Z',
|
|
11
|
+
license: 'MIT',
|
|
12
|
+
licenseUrl: 'https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md',
|
|
13
|
+
name: 'andromeeda',
|
|
14
|
+
sha: 'a05c86aec15c98d371e46eefbb2d1838b563f73c',
|
|
15
|
+
source: 'https://github.com/EliverLara/Andromeda/blob/a05c86aec15c98d371e46eefbb2d1838b563f73c/themes/Andromeda-color-theme.json',
|
|
16
|
+
type: 'dark',
|
|
17
|
+
},
|
|
7
18
|
{
|
|
8
19
|
byteSize: 13599,
|
|
9
20
|
displayName: 'Aurora X',
|
|
@@ -14,47 +25,47 @@ export const themes = [
|
|
|
14
25
|
type: 'dark',
|
|
15
26
|
},
|
|
16
27
|
{
|
|
17
|
-
byteSize:
|
|
18
|
-
displayName: 'Catppuccin
|
|
19
|
-
lastUpdate: '2024-01-
|
|
28
|
+
byteSize: 44291,
|
|
29
|
+
displayName: 'Catppuccin Frappé',
|
|
30
|
+
lastUpdate: '2024-01-09T19:43:17Z',
|
|
20
31
|
license: 'MIT',
|
|
21
32
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
22
33
|
name: 'catppuccin-frappe',
|
|
23
|
-
sha: '
|
|
24
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
34
|
+
sha: '712e80b5102242c2a7c82902feedf80f6b869a01',
|
|
35
|
+
source: 'https://github.com/catppuccin/vscode/blob/712e80b5102242c2a7c82902feedf80f6b869a01/packages/catppuccin-vsc/package.json',
|
|
25
36
|
type: 'dark',
|
|
26
37
|
},
|
|
27
38
|
{
|
|
28
|
-
byteSize:
|
|
39
|
+
byteSize: 44289,
|
|
29
40
|
displayName: 'Catppuccin Latte',
|
|
30
|
-
lastUpdate: '2024-01-
|
|
41
|
+
lastUpdate: '2024-01-09T19:43:17Z',
|
|
31
42
|
license: 'MIT',
|
|
32
43
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
33
44
|
name: 'catppuccin-latte',
|
|
34
|
-
sha: '
|
|
35
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
45
|
+
sha: '712e80b5102242c2a7c82902feedf80f6b869a01',
|
|
46
|
+
source: 'https://github.com/catppuccin/vscode/blob/712e80b5102242c2a7c82902feedf80f6b869a01/packages/catppuccin-vsc/package.json',
|
|
36
47
|
type: 'light',
|
|
37
48
|
},
|
|
38
49
|
{
|
|
39
|
-
byteSize:
|
|
50
|
+
byteSize: 44296,
|
|
40
51
|
displayName: 'Catppuccin Macchiato',
|
|
41
|
-
lastUpdate: '2024-01-
|
|
52
|
+
lastUpdate: '2024-01-09T19:43:17Z',
|
|
42
53
|
license: 'MIT',
|
|
43
54
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
44
55
|
name: 'catppuccin-macchiato',
|
|
45
|
-
sha: '
|
|
46
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
56
|
+
sha: '712e80b5102242c2a7c82902feedf80f6b869a01',
|
|
57
|
+
source: 'https://github.com/catppuccin/vscode/blob/712e80b5102242c2a7c82902feedf80f6b869a01/packages/catppuccin-vsc/package.json',
|
|
47
58
|
type: 'dark',
|
|
48
59
|
},
|
|
49
60
|
{
|
|
50
|
-
byteSize:
|
|
61
|
+
byteSize: 44288,
|
|
51
62
|
displayName: 'Catppuccin Mocha',
|
|
52
|
-
lastUpdate: '2024-01-
|
|
63
|
+
lastUpdate: '2024-01-09T19:43:17Z',
|
|
53
64
|
license: 'MIT',
|
|
54
65
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
55
66
|
name: 'catppuccin-mocha',
|
|
56
|
-
sha: '
|
|
57
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
67
|
+
sha: '712e80b5102242c2a7c82902feedf80f6b869a01',
|
|
68
|
+
source: 'https://github.com/catppuccin/vscode/blob/712e80b5102242c2a7c82902feedf80f6b869a01/packages/catppuccin-vsc/package.json',
|
|
58
69
|
type: 'dark',
|
|
59
70
|
},
|
|
60
71
|
{
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tm-themes",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"packageManager": "pnpm@8.
|
|
4
|
+
"version": "1.0.8",
|
|
5
|
+
"packageManager": "pnpm@8.14.0",
|
|
6
6
|
"description": "Collecton of TextMate grammars in JSON",
|
|
7
7
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"activityBar.background": "#23262E",
|
|
4
|
+
"activityBar.dropBackground": "#3a404e",
|
|
5
|
+
"activityBar.foreground": "#BAAFC0",
|
|
6
|
+
"activityBarBadge.background": "#00b0ff",
|
|
7
|
+
"activityBarBadge.foreground": "#20232B",
|
|
8
|
+
"badge.background": "#00b0ff",
|
|
9
|
+
"badge.foreground": "#20232B",
|
|
10
|
+
"button.background": "#00e8c5cc",
|
|
11
|
+
"button.hoverBackground": "#07d4b6cc",
|
|
12
|
+
"debugExceptionWidget.background": "#FF9F2E60",
|
|
13
|
+
"debugExceptionWidget.border": "#FF9F2E60",
|
|
14
|
+
"debugToolBar.background": "#20232A",
|
|
15
|
+
"diffEditor.insertedTextBackground": "#29BF1220",
|
|
16
|
+
"diffEditor.removedTextBackground": "#F21B3F20",
|
|
17
|
+
"dropdown.background": "#2b303b",
|
|
18
|
+
"dropdown.border": "#363c49",
|
|
19
|
+
"editor.background": "#23262E",
|
|
20
|
+
"editor.findMatchBackground": "#f39d1256",
|
|
21
|
+
"editor.findMatchBorder": "#f39d12b6",
|
|
22
|
+
"editor.findMatchHighlightBackground": "#59b8b377",
|
|
23
|
+
"editor.foreground": "#D5CED9",
|
|
24
|
+
"editor.hoverHighlightBackground": "#373941",
|
|
25
|
+
"editor.lineHighlightBackground": "#2e323d",
|
|
26
|
+
"editor.lineHighlightBorder": "#2e323d",
|
|
27
|
+
"editor.rangeHighlightBackground": "#372F3C",
|
|
28
|
+
"editor.selectionBackground": "#3D4352",
|
|
29
|
+
"editor.selectionHighlightBackground": "#4F435580",
|
|
30
|
+
"editor.wordHighlightBackground": "#4F4355",
|
|
31
|
+
"editor.wordHighlightStrongBackground": "#db45a280",
|
|
32
|
+
"editorBracketMatch.background": "#746f77",
|
|
33
|
+
"editorBracketMatch.border": "#746f77",
|
|
34
|
+
"editorCodeLens.foreground": "#746f77",
|
|
35
|
+
"editorCursor.foreground": "#FFF",
|
|
36
|
+
"editorError.foreground": "#FC644D",
|
|
37
|
+
"editorGroup.background": "#23262E",
|
|
38
|
+
"editorGroup.dropBackground": "#495061d7",
|
|
39
|
+
"editorGroupHeader.tabsBackground": "#23262E",
|
|
40
|
+
"editorGutter.addedBackground": "#9BC53DBB",
|
|
41
|
+
"editorGutter.deletedBackground": "#FC644DBB",
|
|
42
|
+
"editorGutter.modifiedBackground": "#5BC0EBBB",
|
|
43
|
+
"editorHoverWidget.background": "#373941",
|
|
44
|
+
"editorHoverWidget.border": "#00e8c5cc",
|
|
45
|
+
"editorIndentGuide.activeBackground": "#585C66",
|
|
46
|
+
"editorIndentGuide.background": "#333844",
|
|
47
|
+
"editorLineNumber.foreground": "#746f77",
|
|
48
|
+
"editorLink.activeForeground": "#3B79C7",
|
|
49
|
+
"editorOverviewRuler.border": "#1B1D23",
|
|
50
|
+
"editorRuler.foreground": "#4F4355",
|
|
51
|
+
"editorSuggestWidget.background": "#20232A",
|
|
52
|
+
"editorSuggestWidget.border": "#372F3C",
|
|
53
|
+
"editorSuggestWidget.selectedBackground": "#373941",
|
|
54
|
+
"editorWarning.foreground": "#FF9F2E",
|
|
55
|
+
"editorWhitespace.foreground": "#333844",
|
|
56
|
+
"editorWidget.background": "#20232A",
|
|
57
|
+
"errorForeground": "#FC644D",
|
|
58
|
+
"extensionButton.prominentBackground": "#07d4b6cc",
|
|
59
|
+
"extensionButton.prominentHoverBackground": "#07d4b5b0",
|
|
60
|
+
"focusBorder": "#746f77",
|
|
61
|
+
"foreground": "#D5CED9",
|
|
62
|
+
"gitDecoration.ignoredResourceForeground": "#555555",
|
|
63
|
+
"input.background": "#2b303b",
|
|
64
|
+
"input.placeholderForeground": "#746f77",
|
|
65
|
+
"inputOption.activeBorder": "#C668BA",
|
|
66
|
+
"inputValidation.errorBackground": "#D65343",
|
|
67
|
+
"inputValidation.errorBorder": "#D65343",
|
|
68
|
+
"inputValidation.infoBackground": "#3A6395",
|
|
69
|
+
"inputValidation.infoBorder": "#3A6395",
|
|
70
|
+
"inputValidation.warningBackground": "#DE9237",
|
|
71
|
+
"inputValidation.warningBorder": "#DE9237",
|
|
72
|
+
"list.activeSelectionBackground": "#23262E",
|
|
73
|
+
"list.activeSelectionForeground": "#00e8c6",
|
|
74
|
+
"list.dropBackground": "#3a404e",
|
|
75
|
+
"list.focusBackground": "#282b35",
|
|
76
|
+
"list.focusForeground": "#eee",
|
|
77
|
+
"list.hoverBackground": "#23262E",
|
|
78
|
+
"list.hoverForeground": "#eee",
|
|
79
|
+
"list.inactiveSelectionBackground": "#23262E",
|
|
80
|
+
"list.inactiveSelectionForeground": "#00e8c6",
|
|
81
|
+
"merge.currentContentBackground": "#F9267240",
|
|
82
|
+
"merge.currentHeaderBackground": "#F92672",
|
|
83
|
+
"merge.incomingContentBackground": "#3B79C740",
|
|
84
|
+
"merge.incomingHeaderBackground": "#3B79C7BB",
|
|
85
|
+
"minimapSlider.activeBackground": "#60698060",
|
|
86
|
+
"minimapSlider.background": "#58607460",
|
|
87
|
+
"minimapSlider.hoverBackground": "#60698060",
|
|
88
|
+
"notification.background": "#2d313b",
|
|
89
|
+
"notification.buttonBackground": "#00e8c5cc",
|
|
90
|
+
"notification.buttonHoverBackground": "#07d4b5b0",
|
|
91
|
+
"notification.errorBackground": "#FC644D",
|
|
92
|
+
"notification.infoBackground": "#00b0ff",
|
|
93
|
+
"notification.warningBackground": "#FF9F2E",
|
|
94
|
+
"panel.background": "#23262E",
|
|
95
|
+
"panel.border": "#1B1D23",
|
|
96
|
+
"panelTitle.activeBorder": "#23262E",
|
|
97
|
+
"panelTitle.inactiveForeground": "#746f77",
|
|
98
|
+
"peekView.border": "#23262E",
|
|
99
|
+
"peekViewEditor.background": "#1A1C22",
|
|
100
|
+
"peekViewEditor.matchHighlightBackground": "#FF9F2E60",
|
|
101
|
+
"peekViewResult.background": "#1A1C22",
|
|
102
|
+
"peekViewResult.matchHighlightBackground": "#FF9F2E60",
|
|
103
|
+
"peekViewResult.selectionBackground": "#23262E",
|
|
104
|
+
"peekViewTitle.background": "#1A1C22",
|
|
105
|
+
"peekViewTitleDescription.foreground": "#746f77",
|
|
106
|
+
"pickerGroup.border": "#4F4355",
|
|
107
|
+
"pickerGroup.foreground": "#746f77",
|
|
108
|
+
"progressBar.background": "#C668BA",
|
|
109
|
+
"scrollbar.shadow": "#23262E",
|
|
110
|
+
"scrollbarSlider.activeBackground": "#3A3F4CCC",
|
|
111
|
+
"scrollbarSlider.background": "#3A3F4C77",
|
|
112
|
+
"scrollbarSlider.hoverBackground": "#3A3F4CAA",
|
|
113
|
+
"selection.background": "#746f77",
|
|
114
|
+
"sideBar.background": "#23262E",
|
|
115
|
+
"sideBar.foreground": "#999999",
|
|
116
|
+
"sideBarSectionHeader.background": "#23262E",
|
|
117
|
+
"sideBarTitle.foreground": "#00e8c6",
|
|
118
|
+
"statusBar.background": "#23262E",
|
|
119
|
+
"statusBar.debuggingBackground": "#FC644D",
|
|
120
|
+
"statusBar.noFolderBackground": "#23262E",
|
|
121
|
+
"statusBarItem.activeBackground": "#00e8c5cc",
|
|
122
|
+
"statusBarItem.hoverBackground": "#07d4b5b0",
|
|
123
|
+
"statusBarItem.prominentBackground": "#07d4b5b0",
|
|
124
|
+
"statusBarItem.prominentHoverBackground": "#00e8c5cc",
|
|
125
|
+
"tab.activeBackground": "#23262e",
|
|
126
|
+
"tab.activeForeground": "#00e8c6",
|
|
127
|
+
"tab.inactiveBackground": "#23262E",
|
|
128
|
+
"tab.inactiveForeground": "#746f77",
|
|
129
|
+
"terminal.ansiBlue": "#7cb7ff",
|
|
130
|
+
"terminal.ansiBrightBlue": "#7cb7ff",
|
|
131
|
+
"terminal.ansiBrightCyan": "#00e8c6",
|
|
132
|
+
"terminal.ansiBrightGreen": "#96E072",
|
|
133
|
+
"terminal.ansiBrightMagenta": "#ff00aa",
|
|
134
|
+
"terminal.ansiBrightRed": "#ee5d43",
|
|
135
|
+
"terminal.ansiBrightYellow": "#FFE66D",
|
|
136
|
+
"terminal.ansiCyan": "#00e8c6",
|
|
137
|
+
"terminal.ansiGreen": "#96E072",
|
|
138
|
+
"terminal.ansiMagenta": "#ff00aa",
|
|
139
|
+
"terminal.ansiRed": "#ee5d43",
|
|
140
|
+
"terminal.ansiYellow": "#FFE66D",
|
|
141
|
+
"terminalCursor.background": "#23262E",
|
|
142
|
+
"terminalCursor.foreground": "#FFE66D",
|
|
143
|
+
"titleBar.activeBackground": "#23262E",
|
|
144
|
+
"walkThrough.embeddedEditorBackground": "#23262E",
|
|
145
|
+
"widget.shadow": "#14151A"
|
|
146
|
+
},
|
|
147
|
+
"displayName": "Andromeeda",
|
|
148
|
+
"name": "andromeeda",
|
|
149
|
+
"tokenColors": [
|
|
150
|
+
{
|
|
151
|
+
"settings": {
|
|
152
|
+
"background": "#23262E",
|
|
153
|
+
"foreground": "#D5CED9"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"scope": [
|
|
158
|
+
"comment",
|
|
159
|
+
"markup.quote.markdown",
|
|
160
|
+
"meta.diff",
|
|
161
|
+
"meta.diff.header"
|
|
162
|
+
],
|
|
163
|
+
"settings": {
|
|
164
|
+
"foreground": "#A0A1A7cc"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"scope": [
|
|
169
|
+
"meta.template.expression.js",
|
|
170
|
+
"constant.name.attribute.tag.jade",
|
|
171
|
+
"punctuation.definition.metadata.markdown",
|
|
172
|
+
"punctuation.definition.string.end.markdown",
|
|
173
|
+
"punctuation.definition.string.begin.markdown"
|
|
174
|
+
],
|
|
175
|
+
"settings": {
|
|
176
|
+
"foreground": "#D5CED9"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"scope": [
|
|
181
|
+
"variable",
|
|
182
|
+
"support.variable",
|
|
183
|
+
"entity.name.tag.yaml",
|
|
184
|
+
"constant.character.entity.html",
|
|
185
|
+
"source.css entity.name.tag.reference",
|
|
186
|
+
"beginning.punctuation.definition.list.markdown",
|
|
187
|
+
"source.css entity.other.attribute-name.parent-selector",
|
|
188
|
+
"meta.structure.dictionary.json support.type.property-name"
|
|
189
|
+
],
|
|
190
|
+
"settings": {
|
|
191
|
+
"foreground": "#00e8c6"
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"scope": [
|
|
196
|
+
"markup.bold",
|
|
197
|
+
"constant.numeric",
|
|
198
|
+
"meta.group.regexp",
|
|
199
|
+
"constant.other.php",
|
|
200
|
+
"support.constant.ext.php",
|
|
201
|
+
"constant.other.class.php",
|
|
202
|
+
"support.constant.core.php",
|
|
203
|
+
"fenced_code.block.language",
|
|
204
|
+
"constant.other.caps.python",
|
|
205
|
+
"entity.other.attribute-name",
|
|
206
|
+
"support.type.exception.python",
|
|
207
|
+
"source.css keyword.other.unit",
|
|
208
|
+
"variable.other.object.property.js.jsx",
|
|
209
|
+
"variable.other.object.js"
|
|
210
|
+
],
|
|
211
|
+
"settings": {
|
|
212
|
+
"foreground": "#f39c12"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"scope": [
|
|
217
|
+
"markup.list",
|
|
218
|
+
"text.xml string",
|
|
219
|
+
"entity.name.type",
|
|
220
|
+
"support.function",
|
|
221
|
+
"entity.other.attribute-name",
|
|
222
|
+
"meta.at-rule.extend",
|
|
223
|
+
"entity.name.function",
|
|
224
|
+
"entity.other.inherited-class",
|
|
225
|
+
"entity.other.keyframe-offset.css",
|
|
226
|
+
"text.html.markdown string.quoted",
|
|
227
|
+
"meta.function-call.generic.python",
|
|
228
|
+
"meta.at-rule.extend support.constant",
|
|
229
|
+
"entity.other.attribute-name.class.jade",
|
|
230
|
+
"source.css entity.other.attribute-name",
|
|
231
|
+
"text.xml punctuation.definition.string"
|
|
232
|
+
],
|
|
233
|
+
"settings": {
|
|
234
|
+
"foreground": "#FFE66D"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"scope": [
|
|
239
|
+
"markup.heading",
|
|
240
|
+
"variable.language.this.js",
|
|
241
|
+
"variable.language.special.self.python"
|
|
242
|
+
],
|
|
243
|
+
"settings": {
|
|
244
|
+
"foreground": "#ff00aa"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"scope": [
|
|
249
|
+
"punctuation.definition.interpolation",
|
|
250
|
+
"punctuation.section.embedded.end.php",
|
|
251
|
+
"punctuation.section.embedded.end.ruby",
|
|
252
|
+
"punctuation.section.embedded.begin.php",
|
|
253
|
+
"punctuation.section.embedded.begin.ruby",
|
|
254
|
+
"punctuation.definition.template-expression",
|
|
255
|
+
"entity.name.tag"
|
|
256
|
+
],
|
|
257
|
+
"settings": {
|
|
258
|
+
"foreground": "#f92672"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"scope": [
|
|
263
|
+
"storage",
|
|
264
|
+
"keyword",
|
|
265
|
+
"meta.link",
|
|
266
|
+
"meta.image",
|
|
267
|
+
"markup.italic",
|
|
268
|
+
"source.js support.type"
|
|
269
|
+
],
|
|
270
|
+
"settings": {
|
|
271
|
+
"foreground": "#c74ded"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"scope": [
|
|
276
|
+
"string.regexp",
|
|
277
|
+
"markup.changed"
|
|
278
|
+
],
|
|
279
|
+
"settings": {
|
|
280
|
+
"foreground": "#7cb7ff"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"scope": [
|
|
285
|
+
"constant",
|
|
286
|
+
"support.class",
|
|
287
|
+
"keyword.operator",
|
|
288
|
+
"support.constant",
|
|
289
|
+
"text.html.markdown string",
|
|
290
|
+
"source.css support.function",
|
|
291
|
+
"source.php support.function",
|
|
292
|
+
"support.function.magic.python",
|
|
293
|
+
"entity.other.attribute-name.id",
|
|
294
|
+
"markup.deleted"
|
|
295
|
+
],
|
|
296
|
+
"settings": {
|
|
297
|
+
"foreground": "#ee5d43"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"scope": [
|
|
302
|
+
"string",
|
|
303
|
+
"text.html.php string",
|
|
304
|
+
"markup.inline.raw",
|
|
305
|
+
"markup.inserted",
|
|
306
|
+
"punctuation.definition.string",
|
|
307
|
+
"punctuation.definition.markdown",
|
|
308
|
+
"text.html meta.embedded source.js string",
|
|
309
|
+
"text.html.php punctuation.definition.string",
|
|
310
|
+
"text.html meta.embedded source.js punctuation.definition.string",
|
|
311
|
+
"text.html punctuation.definition.string",
|
|
312
|
+
"text.html string"
|
|
313
|
+
],
|
|
314
|
+
"settings": {
|
|
315
|
+
"foreground": "#96E072"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"scope": [
|
|
320
|
+
"entity.other.inherited-class"
|
|
321
|
+
],
|
|
322
|
+
"settings": {
|
|
323
|
+
"fontStyle": "underline"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"type": "dark"
|
|
328
|
+
}
|
|
@@ -41,10 +41,13 @@
|
|
|
41
41
|
"checkbox.border": "#00000000",
|
|
42
42
|
"checkbox.foreground": "#ca9ee6",
|
|
43
43
|
"commandCenter.activeBackground": "#62688033",
|
|
44
|
+
"commandCenter.activeBorder": "#ca9ee6",
|
|
44
45
|
"commandCenter.activeForeground": "#ca9ee6",
|
|
45
|
-
"commandCenter.background": "#
|
|
46
|
-
"commandCenter.border": "#
|
|
46
|
+
"commandCenter.background": "#292c3c",
|
|
47
|
+
"commandCenter.border": "#00000000",
|
|
47
48
|
"commandCenter.foreground": "#b5bfe2",
|
|
49
|
+
"commandCenter.inactiveBorder": "#00000000",
|
|
50
|
+
"commandCenter.inactiveForeground": "#b5bfe2",
|
|
48
51
|
"debugConsole.errorForeground": "#e78284",
|
|
49
52
|
"debugConsole.infoForeground": "#8caaee",
|
|
50
53
|
"debugConsole.sourceForeground": "#f2d5cf",
|
|
@@ -523,7 +526,7 @@
|
|
|
523
526
|
"window.activeBorder": "#00000000",
|
|
524
527
|
"window.inactiveBorder": "#00000000"
|
|
525
528
|
},
|
|
526
|
-
"displayName": "Catppuccin
|
|
529
|
+
"displayName": "Catppuccin Frappé",
|
|
527
530
|
"name": "catppuccin-frappe",
|
|
528
531
|
"semanticHighlighting": true,
|
|
529
532
|
"semanticTokenColors": {
|
|
@@ -660,12 +663,6 @@
|
|
|
660
663
|
"foreground": "#a6d189"
|
|
661
664
|
}
|
|
662
665
|
},
|
|
663
|
-
{
|
|
664
|
-
"scope": "string.regexp",
|
|
665
|
-
"settings": {
|
|
666
|
-
"foreground": "#f4b8e4"
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
666
|
{
|
|
670
667
|
"scope": "constant.character.escape",
|
|
671
668
|
"settings": {
|
|
@@ -1265,7 +1262,7 @@
|
|
|
1265
1262
|
],
|
|
1266
1263
|
"settings": {
|
|
1267
1264
|
"fontStyle": "",
|
|
1268
|
-
"foreground": "#
|
|
1265
|
+
"foreground": "#ea999c"
|
|
1269
1266
|
}
|
|
1270
1267
|
},
|
|
1271
1268
|
{
|
|
@@ -1334,7 +1331,8 @@
|
|
|
1334
1331
|
"keyword.operator.expression.in",
|
|
1335
1332
|
"keyword.operator.expression.instanceof",
|
|
1336
1333
|
"keyword.operator.expression.is",
|
|
1337
|
-
"keyword.operator.expression.keyof"
|
|
1334
|
+
"keyword.operator.expression.keyof",
|
|
1335
|
+
"keyword.operator.expression.typeof.ts"
|
|
1338
1336
|
],
|
|
1339
1337
|
"settings": {
|
|
1340
1338
|
"foreground": "#ca9ee6"
|
|
@@ -1744,6 +1742,76 @@
|
|
|
1744
1742
|
"fontStyle": ""
|
|
1745
1743
|
}
|
|
1746
1744
|
},
|
|
1745
|
+
{
|
|
1746
|
+
"scope": [
|
|
1747
|
+
"string.regexp punctuation.definition.string.begin",
|
|
1748
|
+
"string.regexp punctuation.definition.string.end"
|
|
1749
|
+
],
|
|
1750
|
+
"settings": {
|
|
1751
|
+
"foreground": "#f4b8e4"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"scope": "keyword.control.anchor.regexp",
|
|
1756
|
+
"settings": {
|
|
1757
|
+
"foreground": "#ca9ee6"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"scope": "string.regexp.ts",
|
|
1762
|
+
"settings": {
|
|
1763
|
+
"foreground": "#c6d0f5"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"scope": [
|
|
1768
|
+
"punctuation.definition.group.regexp",
|
|
1769
|
+
"keyword.other.back-reference.regexp"
|
|
1770
|
+
],
|
|
1771
|
+
"settings": {
|
|
1772
|
+
"foreground": "#a6d189"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"scope": "punctuation.definition.character-class.regexp",
|
|
1777
|
+
"settings": {
|
|
1778
|
+
"foreground": "#e5c890"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"scope": "constant.other.character-class.regexp",
|
|
1783
|
+
"settings": {
|
|
1784
|
+
"foreground": "#f4b8e4"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"scope": "constant.other.character-class.range.regexp",
|
|
1789
|
+
"settings": {
|
|
1790
|
+
"foreground": "#f2d5cf"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"scope": "keyword.operator.quantifier.regexp",
|
|
1795
|
+
"settings": {
|
|
1796
|
+
"foreground": "#81c8be"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"scope": "constant.character.numeric.regexp",
|
|
1801
|
+
"settings": {
|
|
1802
|
+
"foreground": "#ef9f76"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"scope": [
|
|
1807
|
+
"punctuation.definition.group.no-capture.regexp",
|
|
1808
|
+
"meta.assertion.look-ahead.regexp",
|
|
1809
|
+
"meta.assertion.negative-look-ahead.regexp"
|
|
1810
|
+
],
|
|
1811
|
+
"settings": {
|
|
1812
|
+
"foreground": "#8caaee"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1747
1815
|
{
|
|
1748
1816
|
"scope": [
|
|
1749
1817
|
"meta.annotation.rust",
|
|
@@ -41,10 +41,13 @@
|
|
|
41
41
|
"checkbox.border": "#00000000",
|
|
42
42
|
"checkbox.foreground": "#8839ef",
|
|
43
43
|
"commandCenter.activeBackground": "#acb0be33",
|
|
44
|
+
"commandCenter.activeBorder": "#8839ef",
|
|
44
45
|
"commandCenter.activeForeground": "#8839ef",
|
|
45
|
-
"commandCenter.background": "#
|
|
46
|
-
"commandCenter.border": "#
|
|
46
|
+
"commandCenter.background": "#e6e9ef",
|
|
47
|
+
"commandCenter.border": "#00000000",
|
|
47
48
|
"commandCenter.foreground": "#5c5f77",
|
|
49
|
+
"commandCenter.inactiveBorder": "#00000000",
|
|
50
|
+
"commandCenter.inactiveForeground": "#5c5f77",
|
|
48
51
|
"debugConsole.errorForeground": "#d20f39",
|
|
49
52
|
"debugConsole.infoForeground": "#1e66f5",
|
|
50
53
|
"debugConsole.sourceForeground": "#dc8a78",
|
|
@@ -660,12 +663,6 @@
|
|
|
660
663
|
"foreground": "#40a02b"
|
|
661
664
|
}
|
|
662
665
|
},
|
|
663
|
-
{
|
|
664
|
-
"scope": "string.regexp",
|
|
665
|
-
"settings": {
|
|
666
|
-
"foreground": "#ea76cb"
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
666
|
{
|
|
670
667
|
"scope": "constant.character.escape",
|
|
671
668
|
"settings": {
|
|
@@ -1265,7 +1262,7 @@
|
|
|
1265
1262
|
],
|
|
1266
1263
|
"settings": {
|
|
1267
1264
|
"fontStyle": "",
|
|
1268
|
-
"foreground": "#
|
|
1265
|
+
"foreground": "#e64553"
|
|
1269
1266
|
}
|
|
1270
1267
|
},
|
|
1271
1268
|
{
|
|
@@ -1334,7 +1331,8 @@
|
|
|
1334
1331
|
"keyword.operator.expression.in",
|
|
1335
1332
|
"keyword.operator.expression.instanceof",
|
|
1336
1333
|
"keyword.operator.expression.is",
|
|
1337
|
-
"keyword.operator.expression.keyof"
|
|
1334
|
+
"keyword.operator.expression.keyof",
|
|
1335
|
+
"keyword.operator.expression.typeof.ts"
|
|
1338
1336
|
],
|
|
1339
1337
|
"settings": {
|
|
1340
1338
|
"foreground": "#8839ef"
|
|
@@ -1744,6 +1742,76 @@
|
|
|
1744
1742
|
"fontStyle": ""
|
|
1745
1743
|
}
|
|
1746
1744
|
},
|
|
1745
|
+
{
|
|
1746
|
+
"scope": [
|
|
1747
|
+
"string.regexp punctuation.definition.string.begin",
|
|
1748
|
+
"string.regexp punctuation.definition.string.end"
|
|
1749
|
+
],
|
|
1750
|
+
"settings": {
|
|
1751
|
+
"foreground": "#ea76cb"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"scope": "keyword.control.anchor.regexp",
|
|
1756
|
+
"settings": {
|
|
1757
|
+
"foreground": "#8839ef"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"scope": "string.regexp.ts",
|
|
1762
|
+
"settings": {
|
|
1763
|
+
"foreground": "#4c4f69"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"scope": [
|
|
1768
|
+
"punctuation.definition.group.regexp",
|
|
1769
|
+
"keyword.other.back-reference.regexp"
|
|
1770
|
+
],
|
|
1771
|
+
"settings": {
|
|
1772
|
+
"foreground": "#40a02b"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"scope": "punctuation.definition.character-class.regexp",
|
|
1777
|
+
"settings": {
|
|
1778
|
+
"foreground": "#df8e1d"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"scope": "constant.other.character-class.regexp",
|
|
1783
|
+
"settings": {
|
|
1784
|
+
"foreground": "#ea76cb"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"scope": "constant.other.character-class.range.regexp",
|
|
1789
|
+
"settings": {
|
|
1790
|
+
"foreground": "#dc8a78"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"scope": "keyword.operator.quantifier.regexp",
|
|
1795
|
+
"settings": {
|
|
1796
|
+
"foreground": "#179299"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"scope": "constant.character.numeric.regexp",
|
|
1801
|
+
"settings": {
|
|
1802
|
+
"foreground": "#fe640b"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"scope": [
|
|
1807
|
+
"punctuation.definition.group.no-capture.regexp",
|
|
1808
|
+
"meta.assertion.look-ahead.regexp",
|
|
1809
|
+
"meta.assertion.negative-look-ahead.regexp"
|
|
1810
|
+
],
|
|
1811
|
+
"settings": {
|
|
1812
|
+
"foreground": "#1e66f5"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1747
1815
|
{
|
|
1748
1816
|
"scope": [
|
|
1749
1817
|
"meta.annotation.rust",
|
|
@@ -41,10 +41,13 @@
|
|
|
41
41
|
"checkbox.border": "#00000000",
|
|
42
42
|
"checkbox.foreground": "#c6a0f6",
|
|
43
43
|
"commandCenter.activeBackground": "#5b607833",
|
|
44
|
+
"commandCenter.activeBorder": "#c6a0f6",
|
|
44
45
|
"commandCenter.activeForeground": "#c6a0f6",
|
|
45
|
-
"commandCenter.background": "#
|
|
46
|
-
"commandCenter.border": "#
|
|
46
|
+
"commandCenter.background": "#1e2030",
|
|
47
|
+
"commandCenter.border": "#00000000",
|
|
47
48
|
"commandCenter.foreground": "#b8c0e0",
|
|
49
|
+
"commandCenter.inactiveBorder": "#00000000",
|
|
50
|
+
"commandCenter.inactiveForeground": "#b8c0e0",
|
|
48
51
|
"debugConsole.errorForeground": "#ed8796",
|
|
49
52
|
"debugConsole.infoForeground": "#8aadf4",
|
|
50
53
|
"debugConsole.sourceForeground": "#f4dbd6",
|
|
@@ -660,12 +663,6 @@
|
|
|
660
663
|
"foreground": "#a6da95"
|
|
661
664
|
}
|
|
662
665
|
},
|
|
663
|
-
{
|
|
664
|
-
"scope": "string.regexp",
|
|
665
|
-
"settings": {
|
|
666
|
-
"foreground": "#f5bde6"
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
666
|
{
|
|
670
667
|
"scope": "constant.character.escape",
|
|
671
668
|
"settings": {
|
|
@@ -1265,7 +1262,7 @@
|
|
|
1265
1262
|
],
|
|
1266
1263
|
"settings": {
|
|
1267
1264
|
"fontStyle": "",
|
|
1268
|
-
"foreground": "#
|
|
1265
|
+
"foreground": "#ee99a0"
|
|
1269
1266
|
}
|
|
1270
1267
|
},
|
|
1271
1268
|
{
|
|
@@ -1334,7 +1331,8 @@
|
|
|
1334
1331
|
"keyword.operator.expression.in",
|
|
1335
1332
|
"keyword.operator.expression.instanceof",
|
|
1336
1333
|
"keyword.operator.expression.is",
|
|
1337
|
-
"keyword.operator.expression.keyof"
|
|
1334
|
+
"keyword.operator.expression.keyof",
|
|
1335
|
+
"keyword.operator.expression.typeof.ts"
|
|
1338
1336
|
],
|
|
1339
1337
|
"settings": {
|
|
1340
1338
|
"foreground": "#c6a0f6"
|
|
@@ -1744,6 +1742,76 @@
|
|
|
1744
1742
|
"fontStyle": ""
|
|
1745
1743
|
}
|
|
1746
1744
|
},
|
|
1745
|
+
{
|
|
1746
|
+
"scope": [
|
|
1747
|
+
"string.regexp punctuation.definition.string.begin",
|
|
1748
|
+
"string.regexp punctuation.definition.string.end"
|
|
1749
|
+
],
|
|
1750
|
+
"settings": {
|
|
1751
|
+
"foreground": "#f5bde6"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"scope": "keyword.control.anchor.regexp",
|
|
1756
|
+
"settings": {
|
|
1757
|
+
"foreground": "#c6a0f6"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"scope": "string.regexp.ts",
|
|
1762
|
+
"settings": {
|
|
1763
|
+
"foreground": "#cad3f5"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"scope": [
|
|
1768
|
+
"punctuation.definition.group.regexp",
|
|
1769
|
+
"keyword.other.back-reference.regexp"
|
|
1770
|
+
],
|
|
1771
|
+
"settings": {
|
|
1772
|
+
"foreground": "#a6da95"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"scope": "punctuation.definition.character-class.regexp",
|
|
1777
|
+
"settings": {
|
|
1778
|
+
"foreground": "#eed49f"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"scope": "constant.other.character-class.regexp",
|
|
1783
|
+
"settings": {
|
|
1784
|
+
"foreground": "#f5bde6"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"scope": "constant.other.character-class.range.regexp",
|
|
1789
|
+
"settings": {
|
|
1790
|
+
"foreground": "#f4dbd6"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"scope": "keyword.operator.quantifier.regexp",
|
|
1795
|
+
"settings": {
|
|
1796
|
+
"foreground": "#8bd5ca"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"scope": "constant.character.numeric.regexp",
|
|
1801
|
+
"settings": {
|
|
1802
|
+
"foreground": "#f5a97f"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"scope": [
|
|
1807
|
+
"punctuation.definition.group.no-capture.regexp",
|
|
1808
|
+
"meta.assertion.look-ahead.regexp",
|
|
1809
|
+
"meta.assertion.negative-look-ahead.regexp"
|
|
1810
|
+
],
|
|
1811
|
+
"settings": {
|
|
1812
|
+
"foreground": "#8aadf4"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1747
1815
|
{
|
|
1748
1816
|
"scope": [
|
|
1749
1817
|
"meta.annotation.rust",
|
|
@@ -41,10 +41,13 @@
|
|
|
41
41
|
"checkbox.border": "#00000000",
|
|
42
42
|
"checkbox.foreground": "#cba6f7",
|
|
43
43
|
"commandCenter.activeBackground": "#585b7033",
|
|
44
|
+
"commandCenter.activeBorder": "#cba6f7",
|
|
44
45
|
"commandCenter.activeForeground": "#cba6f7",
|
|
45
|
-
"commandCenter.background": "#
|
|
46
|
-
"commandCenter.border": "#
|
|
46
|
+
"commandCenter.background": "#181825",
|
|
47
|
+
"commandCenter.border": "#00000000",
|
|
47
48
|
"commandCenter.foreground": "#bac2de",
|
|
49
|
+
"commandCenter.inactiveBorder": "#00000000",
|
|
50
|
+
"commandCenter.inactiveForeground": "#bac2de",
|
|
48
51
|
"debugConsole.errorForeground": "#f38ba8",
|
|
49
52
|
"debugConsole.infoForeground": "#89b4fa",
|
|
50
53
|
"debugConsole.sourceForeground": "#f5e0dc",
|
|
@@ -660,12 +663,6 @@
|
|
|
660
663
|
"foreground": "#a6e3a1"
|
|
661
664
|
}
|
|
662
665
|
},
|
|
663
|
-
{
|
|
664
|
-
"scope": "string.regexp",
|
|
665
|
-
"settings": {
|
|
666
|
-
"foreground": "#f5c2e7"
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
666
|
{
|
|
670
667
|
"scope": "constant.character.escape",
|
|
671
668
|
"settings": {
|
|
@@ -1265,7 +1262,7 @@
|
|
|
1265
1262
|
],
|
|
1266
1263
|
"settings": {
|
|
1267
1264
|
"fontStyle": "",
|
|
1268
|
-
"foreground": "#
|
|
1265
|
+
"foreground": "#eba0ac"
|
|
1269
1266
|
}
|
|
1270
1267
|
},
|
|
1271
1268
|
{
|
|
@@ -1334,7 +1331,8 @@
|
|
|
1334
1331
|
"keyword.operator.expression.in",
|
|
1335
1332
|
"keyword.operator.expression.instanceof",
|
|
1336
1333
|
"keyword.operator.expression.is",
|
|
1337
|
-
"keyword.operator.expression.keyof"
|
|
1334
|
+
"keyword.operator.expression.keyof",
|
|
1335
|
+
"keyword.operator.expression.typeof.ts"
|
|
1338
1336
|
],
|
|
1339
1337
|
"settings": {
|
|
1340
1338
|
"foreground": "#cba6f7"
|
|
@@ -1744,6 +1742,76 @@
|
|
|
1744
1742
|
"fontStyle": ""
|
|
1745
1743
|
}
|
|
1746
1744
|
},
|
|
1745
|
+
{
|
|
1746
|
+
"scope": [
|
|
1747
|
+
"string.regexp punctuation.definition.string.begin",
|
|
1748
|
+
"string.regexp punctuation.definition.string.end"
|
|
1749
|
+
],
|
|
1750
|
+
"settings": {
|
|
1751
|
+
"foreground": "#f5c2e7"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"scope": "keyword.control.anchor.regexp",
|
|
1756
|
+
"settings": {
|
|
1757
|
+
"foreground": "#cba6f7"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"scope": "string.regexp.ts",
|
|
1762
|
+
"settings": {
|
|
1763
|
+
"foreground": "#cdd6f4"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"scope": [
|
|
1768
|
+
"punctuation.definition.group.regexp",
|
|
1769
|
+
"keyword.other.back-reference.regexp"
|
|
1770
|
+
],
|
|
1771
|
+
"settings": {
|
|
1772
|
+
"foreground": "#a6e3a1"
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"scope": "punctuation.definition.character-class.regexp",
|
|
1777
|
+
"settings": {
|
|
1778
|
+
"foreground": "#f9e2af"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"scope": "constant.other.character-class.regexp",
|
|
1783
|
+
"settings": {
|
|
1784
|
+
"foreground": "#f5c2e7"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"scope": "constant.other.character-class.range.regexp",
|
|
1789
|
+
"settings": {
|
|
1790
|
+
"foreground": "#f5e0dc"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"scope": "keyword.operator.quantifier.regexp",
|
|
1795
|
+
"settings": {
|
|
1796
|
+
"foreground": "#94e2d5"
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"scope": "constant.character.numeric.regexp",
|
|
1801
|
+
"settings": {
|
|
1802
|
+
"foreground": "#fab387"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"scope": [
|
|
1807
|
+
"punctuation.definition.group.no-capture.regexp",
|
|
1808
|
+
"meta.assertion.look-ahead.regexp",
|
|
1809
|
+
"meta.assertion.negative-look-ahead.regexp"
|
|
1810
|
+
],
|
|
1811
|
+
"settings": {
|
|
1812
|
+
"foreground": "#89b4fa"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1747
1815
|
{
|
|
1748
1816
|
"scope": [
|
|
1749
1817
|
"meta.annotation.rust",
|