tm-themes 1.5.0 → 1.5.2
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 +1 -1
- package/README.md +6 -6
- package/index.js +10 -10
- package/package.json +1 -1
- package/themes/material-theme-darker.json +4 -4
- package/themes/material-theme-lighter.json +4 -4
- package/themes/material-theme-ocean.json +4 -4
- package/themes/material-theme-palenight.json +4 -4
- package/themes/material-theme.json +4 -4
- package/themes/tokyo-night.json +17 -4
package/NOTICE
CHANGED
|
@@ -703,7 +703,7 @@ SOFTWARE.
|
|
|
703
703
|
|
|
704
704
|
=========================================================================================================
|
|
705
705
|
Files: tokyo-night.json
|
|
706
|
-
License: https://raw.githubusercontent.com/
|
|
706
|
+
License: https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt
|
|
707
707
|
SPDX: MIT
|
|
708
708
|
---------------------------------------------------------------------------------------------------------
|
|
709
709
|
The MIT License (MIT)
|
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ import { themes } from 'tm-themes'
|
|
|
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
|
| GitHub Light Default | `github-light-default` | [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) | 13.73 kB |
|
|
28
28
|
| 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 |
|
|
29
|
-
| 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.
|
|
29
|
+
| 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.14 kB |
|
|
30
30
|
| Min Light | `min-light` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-light.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.75 kB |
|
|
31
31
|
| One Light | `one-light` | [akamud/vscode-theme-onelight](https://github.com/akamud/vscode-theme-onelight/blob/f1ff6b87c6379a22b34354bbf64d355cd2adc611/themes/OneLight.json) | [MIT](https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/LICENSE) | 24.65 kB |
|
|
32
32
|
| Rosé Pine Dawn | `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.91 kB |
|
|
@@ -53,10 +53,10 @@ import { themes } from 'tm-themes'
|
|
|
53
53
|
| GitHub Dark Dimmed | `github-dark-dimmed` | [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) | 14.00 kB |
|
|
54
54
|
| Houston | `houston` | [withastro/houston-vscode](https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json) | [MIT](https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE) | 34.53 kB |
|
|
55
55
|
| LaserWave | `laserwave` | [Jaredk3nt/laserwave](https://github.com/Jaredk3nt/laserwave/blob/f768285c659425fbb6ec5642085df4902f8a8d92/themes/LaserWave-color-theme.json) | [MIT](https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE) | 11.17 kB |
|
|
56
|
-
| Material Theme | `material-theme` | [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.
|
|
57
|
-
| Material Theme Darker | `material-theme-darker` | [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.
|
|
58
|
-
| Material Theme Ocean | `material-theme-ocean` | [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.
|
|
59
|
-
| Material Theme Palenight | `material-theme-palenight` | [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.
|
|
56
|
+
| Material Theme | `material-theme` | [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.12 kB |
|
|
57
|
+
| Material Theme Darker | `material-theme-darker` | [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.13 kB |
|
|
58
|
+
| Material Theme Ocean | `material-theme-ocean` | [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.13 kB |
|
|
59
|
+
| Material Theme Palenight | `material-theme-palenight` | [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.14 kB |
|
|
60
60
|
| Min Dark | `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.08 kB |
|
|
61
61
|
| Monokai | `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 7.60 kB |
|
|
62
62
|
| Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/33ef8e835fde5df592dddeec63bc0c80d073bc24/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE) | 28.02 kB |
|
|
@@ -69,7 +69,7 @@ import { themes } from 'tm-themes'
|
|
|
69
69
|
| Slack Dark | `slack-dark` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/28cd093d2aac9bfe0d3b96d468efa73a1d6639c2/themes/dark-mode.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | 8.84 kB |
|
|
70
70
|
| Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.59 kB |
|
|
71
71
|
| Synthwave '84 | `synthwave-84` | [robb0wen/synthwave-vscode](https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json) | [MIT](https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE) | 13.65 kB |
|
|
72
|
-
| Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/
|
|
72
|
+
| Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/7849fd3c21687e5861f83e3de6091164332de019/themes/tokyo-night-color-theme.json) | [MIT](https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt) | 33.50 kB |
|
|
73
73
|
| Vesper | `vesper` | [raunofreiberg/vesper](https://github.com/raunofreiberg/vesper/blob/ef652b41ec5303892b1172d90fa4184ae6399a04/themes/Vesper-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/raunofreiberg/vesper/main/LICENSE.md) | 12.31 kB |
|
|
74
74
|
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
|
|
75
75
|
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.16 kB |
|
package/index.js
CHANGED
|
@@ -201,7 +201,7 @@ export const themes = [
|
|
|
201
201
|
type: 'light',
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
|
-
byteSize:
|
|
204
|
+
byteSize: 18555,
|
|
205
205
|
displayName: 'Material Theme',
|
|
206
206
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
207
207
|
license: 'Apache-2.0',
|
|
@@ -212,7 +212,7 @@ export const themes = [
|
|
|
212
212
|
type: 'dark',
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
|
-
byteSize:
|
|
215
|
+
byteSize: 18569,
|
|
216
216
|
displayName: 'Material Theme Darker',
|
|
217
217
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
218
218
|
license: 'Apache-2.0',
|
|
@@ -223,7 +223,7 @@ export const themes = [
|
|
|
223
223
|
type: 'dark',
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
|
-
byteSize:
|
|
226
|
+
byteSize: 18574,
|
|
227
227
|
displayName: 'Material Theme Lighter',
|
|
228
228
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
229
229
|
license: 'Apache-2.0',
|
|
@@ -234,7 +234,7 @@ export const themes = [
|
|
|
234
234
|
type: 'light',
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
|
-
byteSize:
|
|
237
|
+
byteSize: 18569,
|
|
238
238
|
displayName: 'Material Theme Ocean',
|
|
239
239
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
240
240
|
license: 'Apache-2.0',
|
|
@@ -245,7 +245,7 @@ export const themes = [
|
|
|
245
245
|
type: 'dark',
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
|
-
byteSize:
|
|
248
|
+
byteSize: 18575,
|
|
249
249
|
displayName: 'Material Theme Palenight',
|
|
250
250
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
251
251
|
license: 'Apache-2.0',
|
|
@@ -454,14 +454,14 @@ export const themes = [
|
|
|
454
454
|
type: 'dark',
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
|
-
byteSize:
|
|
457
|
+
byteSize: 34303,
|
|
458
458
|
displayName: 'Tokyo Night',
|
|
459
|
-
lastUpdate: '
|
|
459
|
+
lastUpdate: '2024-07-10T06:11:16Z',
|
|
460
460
|
license: 'MIT',
|
|
461
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
461
|
+
licenseUrl: 'https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt',
|
|
462
462
|
name: 'tokyo-night',
|
|
463
|
-
sha: '
|
|
464
|
-
source: 'https://github.com/enkia/tokyo-night-vscode-theme/blob/
|
|
463
|
+
sha: '7849fd3c21687e5861f83e3de6091164332de019',
|
|
464
|
+
source: 'https://github.com/enkia/tokyo-night-vscode-theme/blob/7849fd3c21687e5861f83e3de6091164332de019/themes/tokyo-night-color-theme.json',
|
|
465
465
|
type: 'dark',
|
|
466
466
|
},
|
|
467
467
|
{
|
package/package.json
CHANGED
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
"panelTitle.activeForeground": "#FFFFFF",
|
|
130
130
|
"panelTitle.inactiveForeground": "#EEFFFF",
|
|
131
131
|
"peekView.border": "#00000030",
|
|
132
|
-
"peekViewEditor.background": "#
|
|
132
|
+
"peekViewEditor.background": "#2B2B2B",
|
|
133
133
|
"peekViewEditor.matchHighlightBackground": "#61616150",
|
|
134
|
-
"peekViewEditorGutter.background": "#
|
|
135
|
-
"peekViewResult.background": "#
|
|
134
|
+
"peekViewEditorGutter.background": "#2B2B2B",
|
|
135
|
+
"peekViewResult.background": "#2B2B2B",
|
|
136
136
|
"peekViewResult.matchHighlightBackground": "#61616150",
|
|
137
137
|
"peekViewResult.selectionBackground": "#67676770",
|
|
138
|
-
"peekViewTitle.background": "#
|
|
138
|
+
"peekViewTitle.background": "#2B2B2B",
|
|
139
139
|
"peekViewTitleDescription.foreground": "#EEFFFF60",
|
|
140
140
|
"pickerGroup.border": "#FFFFFF1a",
|
|
141
141
|
"pickerGroup.foreground": "#80CBC4",
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
"panelTitle.activeForeground": "#000000",
|
|
130
130
|
"panelTitle.inactiveForeground": "#90A4AE",
|
|
131
131
|
"peekView.border": "#00000020",
|
|
132
|
-
"peekViewEditor.background": "#
|
|
132
|
+
"peekViewEditor.background": "#EEEEEE",
|
|
133
133
|
"peekViewEditor.matchHighlightBackground": "#80CBC440",
|
|
134
|
-
"peekViewEditorGutter.background": "#
|
|
135
|
-
"peekViewResult.background": "#
|
|
134
|
+
"peekViewEditorGutter.background": "#EEEEEE",
|
|
135
|
+
"peekViewResult.background": "#EEEEEE",
|
|
136
136
|
"peekViewResult.matchHighlightBackground": "#80CBC440",
|
|
137
137
|
"peekViewResult.selectionBackground": "#758a9570",
|
|
138
|
-
"peekViewTitle.background": "#
|
|
138
|
+
"peekViewTitle.background": "#EEEEEE",
|
|
139
139
|
"peekViewTitleDescription.foreground": "#90A4AE60",
|
|
140
140
|
"pickerGroup.border": "#FFFFFF1a",
|
|
141
141
|
"pickerGroup.foreground": "#80CBC4",
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
"panelTitle.activeForeground": "#FFFFFF",
|
|
130
130
|
"panelTitle.inactiveForeground": "#babed8",
|
|
131
131
|
"peekView.border": "#00000030",
|
|
132
|
-
"peekViewEditor.background": "#
|
|
132
|
+
"peekViewEditor.background": "#1A1C25",
|
|
133
133
|
"peekViewEditor.matchHighlightBackground": "#717CB450",
|
|
134
|
-
"peekViewEditorGutter.background": "#
|
|
135
|
-
"peekViewResult.background": "#
|
|
134
|
+
"peekViewEditorGutter.background": "#1A1C25",
|
|
135
|
+
"peekViewResult.background": "#1A1C25",
|
|
136
136
|
"peekViewResult.matchHighlightBackground": "#717CB450",
|
|
137
137
|
"peekViewResult.selectionBackground": "#52597570",
|
|
138
|
-
"peekViewTitle.background": "#
|
|
138
|
+
"peekViewTitle.background": "#1A1C25",
|
|
139
139
|
"peekViewTitleDescription.foreground": "#babed860",
|
|
140
140
|
"pickerGroup.border": "#FFFFFF1a",
|
|
141
141
|
"pickerGroup.foreground": "#80CBC4",
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
"panelTitle.activeForeground": "#FFFFFF",
|
|
130
130
|
"panelTitle.inactiveForeground": "#babed8",
|
|
131
131
|
"peekView.border": "#00000030",
|
|
132
|
-
"peekViewEditor.background": "#
|
|
132
|
+
"peekViewEditor.background": "#333747",
|
|
133
133
|
"peekViewEditor.matchHighlightBackground": "#717CB450",
|
|
134
|
-
"peekViewEditorGutter.background": "#
|
|
135
|
-
"peekViewResult.background": "#
|
|
134
|
+
"peekViewEditorGutter.background": "#333747",
|
|
135
|
+
"peekViewResult.background": "#333747",
|
|
136
136
|
"peekViewResult.matchHighlightBackground": "#717CB450",
|
|
137
137
|
"peekViewResult.selectionBackground": "#676E9570",
|
|
138
|
-
"peekViewTitle.background": "#
|
|
138
|
+
"peekViewTitle.background": "#333747",
|
|
139
139
|
"peekViewTitleDescription.foreground": "#babed860",
|
|
140
140
|
"pickerGroup.border": "#FFFFFF1a",
|
|
141
141
|
"pickerGroup.foreground": "#80CBC4",
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
"panelTitle.activeForeground": "#FFFFFF",
|
|
130
130
|
"panelTitle.inactiveForeground": "#EEFFFF",
|
|
131
131
|
"peekView.border": "#00000030",
|
|
132
|
-
"peekViewEditor.background": "#
|
|
132
|
+
"peekViewEditor.background": "#303C41",
|
|
133
133
|
"peekViewEditor.matchHighlightBackground": "#80CBC420",
|
|
134
|
-
"peekViewEditorGutter.background": "#
|
|
135
|
-
"peekViewResult.background": "#
|
|
134
|
+
"peekViewEditorGutter.background": "#303C41",
|
|
135
|
+
"peekViewResult.background": "#303C41",
|
|
136
136
|
"peekViewResult.matchHighlightBackground": "#80CBC420",
|
|
137
137
|
"peekViewResult.selectionBackground": "#6c869270",
|
|
138
|
-
"peekViewTitle.background": "#
|
|
138
|
+
"peekViewTitle.background": "#303C41",
|
|
139
139
|
"peekViewTitleDescription.foreground": "#EEFFFF60",
|
|
140
140
|
"pickerGroup.border": "#FFFFFF1a",
|
|
141
141
|
"pickerGroup.foreground": "#80CBC4",
|
package/themes/tokyo-night.json
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
"activityBar.inactiveForeground": "#3b3e52",
|
|
7
7
|
"activityBarBadge.background": "#3d59a1",
|
|
8
8
|
"activityBarBadge.foreground": "#fff",
|
|
9
|
+
"activityBarTop.foreground": "#787c99",
|
|
10
|
+
"activityBarTop.inactiveForeground": "#3b3e52",
|
|
9
11
|
"badge.background": "#7e83b230",
|
|
10
12
|
"badge.foreground": "#acb0d0",
|
|
11
13
|
"breadcrumb.activeSelectionForeground": "#a9b1d6",
|
|
@@ -51,6 +53,7 @@
|
|
|
51
53
|
"diffEditor.insertedTextBackground": "#41a6b520",
|
|
52
54
|
"diffEditor.removedLineBackground": "#db4b4b22",
|
|
53
55
|
"diffEditor.removedTextBackground": "#db4b4b22",
|
|
56
|
+
"diffEditor.unchangedCodeBackground": "#282a3b66",
|
|
54
57
|
"diffEditorGutter.insertedLineBackground": "#41a6b525",
|
|
55
58
|
"diffEditorGutter.removedLineBackground": "#db4b4b22",
|
|
56
59
|
"diffEditorOverview.insertedForeground": "#41a6b525",
|
|
@@ -105,8 +108,8 @@
|
|
|
105
108
|
"editorHint.foreground": "#0da0ba",
|
|
106
109
|
"editorHoverWidget.background": "#16161e",
|
|
107
110
|
"editorHoverWidget.border": "#101014",
|
|
108
|
-
"editorIndentGuide.
|
|
109
|
-
"editorIndentGuide.
|
|
111
|
+
"editorIndentGuide.activeBackground1": "#363b54",
|
|
112
|
+
"editorIndentGuide.background1": "#232433",
|
|
110
113
|
"editorInfo.foreground": "#0da0ba",
|
|
111
114
|
"editorLightBulb.foreground": "#e0af68",
|
|
112
115
|
"editorLightBulbAutoFix.foreground": "#e0af68",
|
|
@@ -216,6 +219,8 @@
|
|
|
216
219
|
"minimapGutter.addedBackground": "#1C5957",
|
|
217
220
|
"minimapGutter.deletedBackground": "#944449",
|
|
218
221
|
"minimapGutter.modifiedBackground": "#425882",
|
|
222
|
+
"multiDiffEditor.border": "#1a1b26",
|
|
223
|
+
"multiDiffEditor.headerBackground": "#1a1b26",
|
|
219
224
|
"notebook.cellBorderColor": "#101014",
|
|
220
225
|
"notebook.cellEditorBackground": "#16161e",
|
|
221
226
|
"notebook.cellStatusBarItemHoverBackground": "#1c1d29",
|
|
@@ -364,7 +369,11 @@
|
|
|
364
369
|
"meta.directive.vue entity.other.attribute-name.html",
|
|
365
370
|
"tag.decorator.js entity.name.tag.js",
|
|
366
371
|
"tag.decorator.js punctuation.definition.tag.js",
|
|
367
|
-
"storage.modifier"
|
|
372
|
+
"storage.modifier",
|
|
373
|
+
"string.quoted.docstring.multi",
|
|
374
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.begin",
|
|
375
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.end",
|
|
376
|
+
"string.quoted.docstring.multi.python constant.character.escape"
|
|
368
377
|
],
|
|
369
378
|
"settings": {
|
|
370
379
|
"fontStyle": "italic"
|
|
@@ -384,7 +393,11 @@
|
|
|
384
393
|
"comment",
|
|
385
394
|
"comment.block.documentation",
|
|
386
395
|
"punctuation.definition.comment",
|
|
387
|
-
"comment.block.documentation punctuation"
|
|
396
|
+
"comment.block.documentation punctuation",
|
|
397
|
+
"string.quoted.docstring.multi",
|
|
398
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.begin",
|
|
399
|
+
"string.quoted.docstring.multi.python punctuation.definition.string.end",
|
|
400
|
+
"string.quoted.docstring.multi.python constant.character.escape"
|
|
388
401
|
],
|
|
389
402
|
"settings": {
|
|
390
403
|
"foreground": "#51597d"
|