tm-themes 1.0.4 → 1.0.6
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/README.md +4 -4
- package/index.js +22 -17
- package/package.json +2 -2
- package/themes/catppuccin-frappe.json +15 -21
- package/themes/catppuccin-latte.json +16 -22
- package/themes/catppuccin-macchiato.json +15 -21
- package/themes/catppuccin-mocha.json +15 -21
package/README.md
CHANGED
|
@@ -22,6 +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/7c79fea83b01d81bdb7c1397b95cecd01561db1f/latte.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.14 kB |
|
|
25
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 |
|
|
26
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 |
|
|
27
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 +37,9 @@ import { themes } from 'tm-themes'
|
|
|
36
37
|
| Name | ID | Source | License | File Size |
|
|
37
38
|
| ---- | -- | ------ | ------- | --------- |
|
|
38
39
|
| Aurora X | `aurora-x` | [marqu3ss/Aurora-X](https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json) | | 13.28 kB |
|
|
39
|
-
| Catppuccin Frappe | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
40
|
-
| Catppuccin
|
|
41
|
-
| Catppuccin
|
|
42
|
-
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/a97886a1c95198f042d0d0010145260338e81b24/mocha.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.19 kB |
|
|
40
|
+
| Catppuccin Frappe | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/frappe.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.14 kB |
|
|
41
|
+
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/macchiato.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.15 kB |
|
|
42
|
+
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/mocha.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 42.14 kB |
|
|
43
43
|
| 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
44
|
| 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
45
|
| 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
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is generated, DO NOT MODIFY directly.
|
|
3
|
+
* Check README.md#contribute for instructions.
|
|
4
|
+
*/
|
|
5
|
+
|
|
1
6
|
export const themes = [
|
|
2
7
|
{
|
|
3
8
|
byteSize: 13599,
|
|
@@ -9,47 +14,47 @@ export const themes = [
|
|
|
9
14
|
type: 'dark',
|
|
10
15
|
},
|
|
11
16
|
{
|
|
12
|
-
byteSize:
|
|
17
|
+
byteSize: 43153,
|
|
13
18
|
displayName: 'Catppuccin Frappe',
|
|
14
|
-
lastUpdate: '
|
|
19
|
+
lastUpdate: '2024-01-01T20:53:54Z',
|
|
15
20
|
license: 'MIT',
|
|
16
21
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
17
22
|
name: 'catppuccin-frappe',
|
|
18
|
-
sha: '
|
|
19
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
23
|
+
sha: '7c79fea83b01d81bdb7c1397b95cecd01561db1f',
|
|
24
|
+
source: 'https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/frappe.json',
|
|
20
25
|
type: 'dark',
|
|
21
26
|
},
|
|
22
27
|
{
|
|
23
|
-
byteSize:
|
|
28
|
+
byteSize: 43152,
|
|
24
29
|
displayName: 'Catppuccin Latte',
|
|
25
|
-
lastUpdate: '
|
|
30
|
+
lastUpdate: '2024-01-01T20:53:54Z',
|
|
26
31
|
license: 'MIT',
|
|
27
32
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
28
33
|
name: 'catppuccin-latte',
|
|
29
|
-
sha: '
|
|
30
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
31
|
-
type: '
|
|
34
|
+
sha: '7c79fea83b01d81bdb7c1397b95cecd01561db1f',
|
|
35
|
+
source: 'https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/latte.json',
|
|
36
|
+
type: 'light',
|
|
32
37
|
},
|
|
33
38
|
{
|
|
34
|
-
byteSize:
|
|
39
|
+
byteSize: 43159,
|
|
35
40
|
displayName: 'Catppuccin Macchiato',
|
|
36
|
-
lastUpdate: '
|
|
41
|
+
lastUpdate: '2024-01-01T20:53:54Z',
|
|
37
42
|
license: 'MIT',
|
|
38
43
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
39
44
|
name: 'catppuccin-macchiato',
|
|
40
|
-
sha: '
|
|
41
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
45
|
+
sha: '7c79fea83b01d81bdb7c1397b95cecd01561db1f',
|
|
46
|
+
source: 'https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/macchiato.json',
|
|
42
47
|
type: 'dark',
|
|
43
48
|
},
|
|
44
49
|
{
|
|
45
|
-
byteSize:
|
|
50
|
+
byteSize: 43151,
|
|
46
51
|
displayName: 'Catppuccin Mocha',
|
|
47
|
-
lastUpdate: '
|
|
52
|
+
lastUpdate: '2024-01-01T20:53:54Z',
|
|
48
53
|
license: 'MIT',
|
|
49
54
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
50
55
|
name: 'catppuccin-mocha',
|
|
51
|
-
sha: '
|
|
52
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
56
|
+
sha: '7c79fea83b01d81bdb7c1397b95cecd01561db1f',
|
|
57
|
+
source: 'https://github.com/catppuccin/vscode/blob/7c79fea83b01d81bdb7c1397b95cecd01561db1f/mocha.json',
|
|
53
58
|
type: 'dark',
|
|
54
59
|
},
|
|
55
60
|
{
|
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.6",
|
|
5
|
+
"packageManager": "pnpm@8.13.1",
|
|
6
6
|
"description": "Collecton of TextMate grammars in JSON",
|
|
7
7
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"dropdown.foreground": "#c6d0f5",
|
|
89
89
|
"dropdown.listBackground": "#626880",
|
|
90
90
|
"editor.background": "#303446",
|
|
91
|
-
"editor.findMatchBackground": "#
|
|
92
|
-
"editor.findMatchBorder": "#
|
|
93
|
-
"editor.findMatchHighlightBackground": "#
|
|
94
|
-
"editor.findMatchHighlightBorder": "#
|
|
95
|
-
"editor.findRangeHighlightBackground": "#
|
|
96
|
-
"editor.findRangeHighlightBorder": "#
|
|
91
|
+
"editor.findMatchBackground": "#674b59",
|
|
92
|
+
"editor.findMatchBorder": "#e7828433",
|
|
93
|
+
"editor.findMatchHighlightBackground": "#506373",
|
|
94
|
+
"editor.findMatchHighlightBorder": "#99d1db33",
|
|
95
|
+
"editor.findRangeHighlightBackground": "#506373",
|
|
96
|
+
"editor.findRangeHighlightBorder": "#99d1db33",
|
|
97
97
|
"editor.focusedStackFrameHighlightBackground": "#a6d18926",
|
|
98
98
|
"editor.foldBackground": "#99d1db40",
|
|
99
99
|
"editor.foreground": "#c6d0f5",
|
|
@@ -1204,11 +1204,14 @@
|
|
|
1204
1204
|
},
|
|
1205
1205
|
{
|
|
1206
1206
|
"scope": [
|
|
1207
|
-
"
|
|
1207
|
+
"support.class.component",
|
|
1208
|
+
"support.class.component.jsx",
|
|
1209
|
+
"support.class.component.tsx",
|
|
1210
|
+
"support.class.component.vue"
|
|
1208
1211
|
],
|
|
1209
1212
|
"settings": {
|
|
1210
1213
|
"fontStyle": "",
|
|
1211
|
-
"foreground": "#
|
|
1214
|
+
"foreground": "#f4b8e4"
|
|
1212
1215
|
}
|
|
1213
1216
|
},
|
|
1214
1217
|
{
|
|
@@ -1328,24 +1331,15 @@
|
|
|
1328
1331
|
},
|
|
1329
1332
|
{
|
|
1330
1333
|
"scope": [
|
|
1331
|
-
"keyword.operator.expression.
|
|
1332
|
-
"keyword.operator.expression.
|
|
1333
|
-
"keyword.operator.expression.
|
|
1334
|
-
"keyword.operator.expression.
|
|
1335
|
-
"keyword.operator.expression.of.js"
|
|
1334
|
+
"keyword.operator.expression.in",
|
|
1335
|
+
"keyword.operator.expression.instanceof",
|
|
1336
|
+
"keyword.operator.expression.is",
|
|
1337
|
+
"keyword.operator.expression.keyof"
|
|
1336
1338
|
],
|
|
1337
1339
|
"settings": {
|
|
1338
1340
|
"foreground": "#ca9ee6"
|
|
1339
1341
|
}
|
|
1340
1342
|
},
|
|
1341
|
-
{
|
|
1342
|
-
"scope": [
|
|
1343
|
-
"support.class.component.vue"
|
|
1344
|
-
],
|
|
1345
|
-
"settings": {
|
|
1346
|
-
"foreground": "#8caaee"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
1343
|
{
|
|
1350
1344
|
"scope": "support.function.macro.julia",
|
|
1351
1345
|
"settings": {
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"dropdown.foreground": "#4c4f69",
|
|
89
89
|
"dropdown.listBackground": "#acb0be",
|
|
90
90
|
"editor.background": "#eff1f5",
|
|
91
|
-
"editor.findMatchBackground": "#
|
|
92
|
-
"editor.findMatchBorder": "#
|
|
93
|
-
"editor.findMatchHighlightBackground": "#
|
|
94
|
-
"editor.findMatchHighlightBorder": "#
|
|
95
|
-
"editor.findRangeHighlightBackground": "#
|
|
96
|
-
"editor.findRangeHighlightBorder": "#
|
|
91
|
+
"editor.findMatchBackground": "#e6adbd",
|
|
92
|
+
"editor.findMatchBorder": "#d20f3933",
|
|
93
|
+
"editor.findMatchHighlightBackground": "#a9daf0",
|
|
94
|
+
"editor.findMatchHighlightBorder": "#04a5e533",
|
|
95
|
+
"editor.findRangeHighlightBackground": "#a9daf0",
|
|
96
|
+
"editor.findRangeHighlightBorder": "#04a5e533",
|
|
97
97
|
"editor.focusedStackFrameHighlightBackground": "#40a02b26",
|
|
98
98
|
"editor.foldBackground": "#04a5e540",
|
|
99
99
|
"editor.foreground": "#4c4f69",
|
|
@@ -1204,11 +1204,14 @@
|
|
|
1204
1204
|
},
|
|
1205
1205
|
{
|
|
1206
1206
|
"scope": [
|
|
1207
|
-
"
|
|
1207
|
+
"support.class.component",
|
|
1208
|
+
"support.class.component.jsx",
|
|
1209
|
+
"support.class.component.tsx",
|
|
1210
|
+
"support.class.component.vue"
|
|
1208
1211
|
],
|
|
1209
1212
|
"settings": {
|
|
1210
1213
|
"fontStyle": "",
|
|
1211
|
-
"foreground": "#
|
|
1214
|
+
"foreground": "#ea76cb"
|
|
1212
1215
|
}
|
|
1213
1216
|
},
|
|
1214
1217
|
{
|
|
@@ -1328,24 +1331,15 @@
|
|
|
1328
1331
|
},
|
|
1329
1332
|
{
|
|
1330
1333
|
"scope": [
|
|
1331
|
-
"keyword.operator.expression.
|
|
1332
|
-
"keyword.operator.expression.
|
|
1333
|
-
"keyword.operator.expression.
|
|
1334
|
-
"keyword.operator.expression.
|
|
1335
|
-
"keyword.operator.expression.of.js"
|
|
1334
|
+
"keyword.operator.expression.in",
|
|
1335
|
+
"keyword.operator.expression.instanceof",
|
|
1336
|
+
"keyword.operator.expression.is",
|
|
1337
|
+
"keyword.operator.expression.keyof"
|
|
1336
1338
|
],
|
|
1337
1339
|
"settings": {
|
|
1338
1340
|
"foreground": "#8839ef"
|
|
1339
1341
|
}
|
|
1340
1342
|
},
|
|
1341
|
-
{
|
|
1342
|
-
"scope": [
|
|
1343
|
-
"support.class.component.vue"
|
|
1344
|
-
],
|
|
1345
|
-
"settings": {
|
|
1346
|
-
"foreground": "#1e66f5"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
1343
|
{
|
|
1350
1344
|
"scope": "support.function.macro.julia",
|
|
1351
1345
|
"settings": {
|
|
@@ -1981,5 +1975,5 @@
|
|
|
1981
1975
|
}
|
|
1982
1976
|
}
|
|
1983
1977
|
],
|
|
1984
|
-
"type": "
|
|
1978
|
+
"type": "light"
|
|
1985
1979
|
}
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"dropdown.foreground": "#cad3f5",
|
|
89
89
|
"dropdown.listBackground": "#5b6078",
|
|
90
90
|
"editor.background": "#24273a",
|
|
91
|
-
"editor.findMatchBackground": "#
|
|
92
|
-
"editor.findMatchBorder": "#
|
|
93
|
-
"editor.findMatchHighlightBackground": "#
|
|
94
|
-
"editor.findMatchHighlightBorder": "#
|
|
95
|
-
"editor.findRangeHighlightBackground": "#
|
|
96
|
-
"editor.findRangeHighlightBorder": "#
|
|
91
|
+
"editor.findMatchBackground": "#604456",
|
|
92
|
+
"editor.findMatchBorder": "#ed879633",
|
|
93
|
+
"editor.findMatchHighlightBackground": "#455c6d",
|
|
94
|
+
"editor.findMatchHighlightBorder": "#91d7e333",
|
|
95
|
+
"editor.findRangeHighlightBackground": "#455c6d",
|
|
96
|
+
"editor.findRangeHighlightBorder": "#91d7e333",
|
|
97
97
|
"editor.focusedStackFrameHighlightBackground": "#a6da9526",
|
|
98
98
|
"editor.foldBackground": "#91d7e340",
|
|
99
99
|
"editor.foreground": "#cad3f5",
|
|
@@ -1204,11 +1204,14 @@
|
|
|
1204
1204
|
},
|
|
1205
1205
|
{
|
|
1206
1206
|
"scope": [
|
|
1207
|
-
"
|
|
1207
|
+
"support.class.component",
|
|
1208
|
+
"support.class.component.jsx",
|
|
1209
|
+
"support.class.component.tsx",
|
|
1210
|
+
"support.class.component.vue"
|
|
1208
1211
|
],
|
|
1209
1212
|
"settings": {
|
|
1210
1213
|
"fontStyle": "",
|
|
1211
|
-
"foreground": "#
|
|
1214
|
+
"foreground": "#f5bde6"
|
|
1212
1215
|
}
|
|
1213
1216
|
},
|
|
1214
1217
|
{
|
|
@@ -1328,24 +1331,15 @@
|
|
|
1328
1331
|
},
|
|
1329
1332
|
{
|
|
1330
1333
|
"scope": [
|
|
1331
|
-
"keyword.operator.expression.
|
|
1332
|
-
"keyword.operator.expression.
|
|
1333
|
-
"keyword.operator.expression.
|
|
1334
|
-
"keyword.operator.expression.
|
|
1335
|
-
"keyword.operator.expression.of.js"
|
|
1334
|
+
"keyword.operator.expression.in",
|
|
1335
|
+
"keyword.operator.expression.instanceof",
|
|
1336
|
+
"keyword.operator.expression.is",
|
|
1337
|
+
"keyword.operator.expression.keyof"
|
|
1336
1338
|
],
|
|
1337
1339
|
"settings": {
|
|
1338
1340
|
"foreground": "#c6a0f6"
|
|
1339
1341
|
}
|
|
1340
1342
|
},
|
|
1341
|
-
{
|
|
1342
|
-
"scope": [
|
|
1343
|
-
"support.class.component.vue"
|
|
1344
|
-
],
|
|
1345
|
-
"settings": {
|
|
1346
|
-
"foreground": "#8aadf4"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
1343
|
{
|
|
1350
1344
|
"scope": "support.function.macro.julia",
|
|
1351
1345
|
"settings": {
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"dropdown.foreground": "#cdd6f4",
|
|
89
89
|
"dropdown.listBackground": "#585b70",
|
|
90
90
|
"editor.background": "#1e1e2e",
|
|
91
|
-
"editor.findMatchBackground": "#
|
|
92
|
-
"editor.findMatchBorder": "#
|
|
93
|
-
"editor.findMatchHighlightBackground": "#
|
|
94
|
-
"editor.findMatchHighlightBorder": "#
|
|
95
|
-
"editor.findRangeHighlightBackground": "#
|
|
96
|
-
"editor.findRangeHighlightBorder": "#
|
|
91
|
+
"editor.findMatchBackground": "#5e3f53",
|
|
92
|
+
"editor.findMatchBorder": "#f38ba833",
|
|
93
|
+
"editor.findMatchHighlightBackground": "#3e5767",
|
|
94
|
+
"editor.findMatchHighlightBorder": "#89dceb33",
|
|
95
|
+
"editor.findRangeHighlightBackground": "#3e5767",
|
|
96
|
+
"editor.findRangeHighlightBorder": "#89dceb33",
|
|
97
97
|
"editor.focusedStackFrameHighlightBackground": "#a6e3a126",
|
|
98
98
|
"editor.foldBackground": "#89dceb40",
|
|
99
99
|
"editor.foreground": "#cdd6f4",
|
|
@@ -1204,11 +1204,14 @@
|
|
|
1204
1204
|
},
|
|
1205
1205
|
{
|
|
1206
1206
|
"scope": [
|
|
1207
|
-
"
|
|
1207
|
+
"support.class.component",
|
|
1208
|
+
"support.class.component.jsx",
|
|
1209
|
+
"support.class.component.tsx",
|
|
1210
|
+
"support.class.component.vue"
|
|
1208
1211
|
],
|
|
1209
1212
|
"settings": {
|
|
1210
1213
|
"fontStyle": "",
|
|
1211
|
-
"foreground": "#
|
|
1214
|
+
"foreground": "#f5c2e7"
|
|
1212
1215
|
}
|
|
1213
1216
|
},
|
|
1214
1217
|
{
|
|
@@ -1328,24 +1331,15 @@
|
|
|
1328
1331
|
},
|
|
1329
1332
|
{
|
|
1330
1333
|
"scope": [
|
|
1331
|
-
"keyword.operator.expression.
|
|
1332
|
-
"keyword.operator.expression.
|
|
1333
|
-
"keyword.operator.expression.
|
|
1334
|
-
"keyword.operator.expression.
|
|
1335
|
-
"keyword.operator.expression.of.js"
|
|
1334
|
+
"keyword.operator.expression.in",
|
|
1335
|
+
"keyword.operator.expression.instanceof",
|
|
1336
|
+
"keyword.operator.expression.is",
|
|
1337
|
+
"keyword.operator.expression.keyof"
|
|
1336
1338
|
],
|
|
1337
1339
|
"settings": {
|
|
1338
1340
|
"foreground": "#cba6f7"
|
|
1339
1341
|
}
|
|
1340
1342
|
},
|
|
1341
|
-
{
|
|
1342
|
-
"scope": [
|
|
1343
|
-
"support.class.component.vue"
|
|
1344
|
-
],
|
|
1345
|
-
"settings": {
|
|
1346
|
-
"foreground": "#89b4fa"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
1343
|
{
|
|
1350
1344
|
"scope": "support.function.macro.julia",
|
|
1351
1345
|
"settings": {
|