tm-themes 1.1.3 → 1.2.0
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 +2 -0
- package/index.js +22 -0
- package/package.json +1 -1
- package/themes/github-dark-default.json +652 -0
- package/themes/github-light-default.json +637 -0
package/NOTICE
CHANGED
|
@@ -146,7 +146,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
146
146
|
SOFTWARE.
|
|
147
147
|
|
|
148
148
|
=========================================================================================================
|
|
149
|
-
Files: github-dark.json, github-dark-dimmed.json, github-light.json
|
|
149
|
+
Files: github-dark.json, github-dark-default.json, github-dark-dimmed.json, github-light.json
|
|
150
150
|
License: https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE
|
|
151
151
|
SPDX: MIT
|
|
152
152
|
---------------------------------------------------------------------------------------------------------
|
package/README.md
CHANGED
|
@@ -24,6 +24,7 @@ import { themes } from 'tm-themes'
|
|
|
24
24
|
| ---- | -- | ------ | ------- | --------- |
|
|
25
25
|
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/23c8a13513f3744cbf4f5773d969e47a92f9a372/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.45 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
|
+
| 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 |
|
|
27
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 |
|
|
28
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.15 kB |
|
|
29
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 |
|
|
@@ -46,6 +47,7 @@ import { themes } from 'tm-themes'
|
|
|
46
47
|
| 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 |
|
|
47
48
|
| 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 |
|
|
48
49
|
| GitHub Dark | `github-dark` | [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) | 11.08 kB |
|
|
50
|
+
| GitHub Dark Default | `github-dark-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) | 14.00 kB |
|
|
49
51
|
| 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 |
|
|
50
52
|
| 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.13 kB |
|
|
51
53
|
| 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.14 kB |
|
package/index.js
CHANGED
|
@@ -123,6 +123,17 @@ export const themes = [
|
|
|
123
123
|
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
124
124
|
type: 'dark',
|
|
125
125
|
},
|
|
126
|
+
{
|
|
127
|
+
byteSize: 14336,
|
|
128
|
+
displayName: 'GitHub Dark Default',
|
|
129
|
+
lastUpdate: '2023-01-06T02:19:35Z',
|
|
130
|
+
license: 'MIT',
|
|
131
|
+
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
132
|
+
name: 'github-dark-default',
|
|
133
|
+
sha: 'f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1',
|
|
134
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
135
|
+
type: 'dark',
|
|
136
|
+
},
|
|
126
137
|
{
|
|
127
138
|
byteSize: 14334,
|
|
128
139
|
displayName: 'GitHub Dark Dimmed',
|
|
@@ -145,6 +156,17 @@ export const themes = [
|
|
|
145
156
|
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
146
157
|
type: 'light',
|
|
147
158
|
},
|
|
159
|
+
{
|
|
160
|
+
byteSize: 14057,
|
|
161
|
+
displayName: 'GitHub Light Default',
|
|
162
|
+
lastUpdate: '2023-01-06T02:19:35Z',
|
|
163
|
+
license: 'MIT',
|
|
164
|
+
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
165
|
+
name: 'github-light-default',
|
|
166
|
+
sha: 'f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1',
|
|
167
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
168
|
+
type: 'light',
|
|
169
|
+
},
|
|
148
170
|
{
|
|
149
171
|
byteSize: 9698,
|
|
150
172
|
displayName: 'Light Plus',
|
package/package.json
CHANGED
|
@@ -0,0 +1,652 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"activityBar.activeBorder": "#f78166",
|
|
4
|
+
"activityBar.background": "#0d1117",
|
|
5
|
+
"activityBar.border": "#30363d",
|
|
6
|
+
"activityBar.foreground": "#e6edf3",
|
|
7
|
+
"activityBar.inactiveForeground": "#7d8590",
|
|
8
|
+
"activityBarBadge.background": "#1f6feb",
|
|
9
|
+
"activityBarBadge.foreground": "#ffffff",
|
|
10
|
+
"badge.background": "#1f6feb",
|
|
11
|
+
"badge.foreground": "#ffffff",
|
|
12
|
+
"breadcrumb.activeSelectionForeground": "#7d8590",
|
|
13
|
+
"breadcrumb.focusForeground": "#e6edf3",
|
|
14
|
+
"breadcrumb.foreground": "#7d8590",
|
|
15
|
+
"breadcrumbPicker.background": "#161b22",
|
|
16
|
+
"button.background": "#238636",
|
|
17
|
+
"button.foreground": "#ffffff",
|
|
18
|
+
"button.hoverBackground": "#2ea043",
|
|
19
|
+
"button.secondaryBackground": "#282e33",
|
|
20
|
+
"button.secondaryForeground": "#c9d1d9",
|
|
21
|
+
"button.secondaryHoverBackground": "#30363d",
|
|
22
|
+
"checkbox.background": "#161b22",
|
|
23
|
+
"checkbox.border": "#30363d",
|
|
24
|
+
"debugConsole.errorForeground": "#ffa198",
|
|
25
|
+
"debugConsole.infoForeground": "#8b949e",
|
|
26
|
+
"debugConsole.sourceForeground": "#e3b341",
|
|
27
|
+
"debugConsole.warningForeground": "#d29922",
|
|
28
|
+
"debugConsoleInputIcon.foreground": "#bc8cff",
|
|
29
|
+
"debugIcon.breakpointForeground": "#f85149",
|
|
30
|
+
"debugTokenExpression.boolean": "#56d364",
|
|
31
|
+
"debugTokenExpression.error": "#ffa198",
|
|
32
|
+
"debugTokenExpression.name": "#79c0ff",
|
|
33
|
+
"debugTokenExpression.number": "#56d364",
|
|
34
|
+
"debugTokenExpression.string": "#a5d6ff",
|
|
35
|
+
"debugTokenExpression.value": "#a5d6ff",
|
|
36
|
+
"debugToolBar.background": "#161b22",
|
|
37
|
+
"descriptionForeground": "#7d8590",
|
|
38
|
+
"diffEditor.insertedLineBackground": "#23863626",
|
|
39
|
+
"diffEditor.insertedTextBackground": "#3fb9504d",
|
|
40
|
+
"diffEditor.removedLineBackground": "#da363326",
|
|
41
|
+
"diffEditor.removedTextBackground": "#ff7b724d",
|
|
42
|
+
"dropdown.background": "#161b22",
|
|
43
|
+
"dropdown.border": "#30363d",
|
|
44
|
+
"dropdown.foreground": "#e6edf3",
|
|
45
|
+
"dropdown.listBackground": "#161b22",
|
|
46
|
+
"editor.background": "#0d1117",
|
|
47
|
+
"editor.findMatchBackground": "#9e6a03",
|
|
48
|
+
"editor.findMatchHighlightBackground": "#f2cc6080",
|
|
49
|
+
"editor.focusedStackFrameHighlightBackground": "#2ea04366",
|
|
50
|
+
"editor.foldBackground": "#6e76811a",
|
|
51
|
+
"editor.foreground": "#e6edf3",
|
|
52
|
+
"editor.lineHighlightBackground": "#6e76811a",
|
|
53
|
+
"editor.linkedEditingBackground": "#2f81f712",
|
|
54
|
+
"editor.selectionHighlightBackground": "#3fb95040",
|
|
55
|
+
"editor.stackFrameHighlightBackground": "#bb800966",
|
|
56
|
+
"editor.wordHighlightBackground": "#6e768180",
|
|
57
|
+
"editor.wordHighlightBorder": "#6e768199",
|
|
58
|
+
"editor.wordHighlightStrongBackground": "#6e76814d",
|
|
59
|
+
"editor.wordHighlightStrongBorder": "#6e768199",
|
|
60
|
+
"editorBracketHighlight.foreground1": "#79c0ff",
|
|
61
|
+
"editorBracketHighlight.foreground2": "#56d364",
|
|
62
|
+
"editorBracketHighlight.foreground3": "#e3b341",
|
|
63
|
+
"editorBracketHighlight.foreground4": "#ffa198",
|
|
64
|
+
"editorBracketHighlight.foreground5": "#ff9bce",
|
|
65
|
+
"editorBracketHighlight.foreground6": "#d2a8ff",
|
|
66
|
+
"editorBracketHighlight.unexpectedBracket.foreground": "#7d8590",
|
|
67
|
+
"editorBracketMatch.background": "#3fb95040",
|
|
68
|
+
"editorBracketMatch.border": "#3fb95099",
|
|
69
|
+
"editorCursor.foreground": "#2f81f7",
|
|
70
|
+
"editorGroup.border": "#30363d",
|
|
71
|
+
"editorGroupHeader.tabsBackground": "#010409",
|
|
72
|
+
"editorGroupHeader.tabsBorder": "#30363d",
|
|
73
|
+
"editorGutter.addedBackground": "#2ea04366",
|
|
74
|
+
"editorGutter.deletedBackground": "#f8514966",
|
|
75
|
+
"editorGutter.modifiedBackground": "#bb800966",
|
|
76
|
+
"editorIndentGuide.activeBackground": "#e6edf33d",
|
|
77
|
+
"editorIndentGuide.background": "#e6edf31f",
|
|
78
|
+
"editorInlayHint.background": "#8b949e33",
|
|
79
|
+
"editorInlayHint.foreground": "#7d8590",
|
|
80
|
+
"editorInlayHint.paramBackground": "#8b949e33",
|
|
81
|
+
"editorInlayHint.paramForeground": "#7d8590",
|
|
82
|
+
"editorInlayHint.typeBackground": "#8b949e33",
|
|
83
|
+
"editorInlayHint.typeForeground": "#7d8590",
|
|
84
|
+
"editorLineNumber.activeForeground": "#e6edf3",
|
|
85
|
+
"editorLineNumber.foreground": "#6e7681",
|
|
86
|
+
"editorOverviewRuler.border": "#010409",
|
|
87
|
+
"editorWhitespace.foreground": "#484f58",
|
|
88
|
+
"editorWidget.background": "#161b22",
|
|
89
|
+
"errorForeground": "#f85149",
|
|
90
|
+
"focusBorder": "#1f6feb",
|
|
91
|
+
"foreground": "#e6edf3",
|
|
92
|
+
"gitDecoration.addedResourceForeground": "#3fb950",
|
|
93
|
+
"gitDecoration.conflictingResourceForeground": "#db6d28",
|
|
94
|
+
"gitDecoration.deletedResourceForeground": "#f85149",
|
|
95
|
+
"gitDecoration.ignoredResourceForeground": "#6e7681",
|
|
96
|
+
"gitDecoration.modifiedResourceForeground": "#d29922",
|
|
97
|
+
"gitDecoration.submoduleResourceForeground": "#7d8590",
|
|
98
|
+
"gitDecoration.untrackedResourceForeground": "#3fb950",
|
|
99
|
+
"icon.foreground": "#7d8590",
|
|
100
|
+
"input.background": "#0d1117",
|
|
101
|
+
"input.border": "#30363d",
|
|
102
|
+
"input.foreground": "#e6edf3",
|
|
103
|
+
"input.placeholderForeground": "#6e7681",
|
|
104
|
+
"keybindingLabel.foreground": "#e6edf3",
|
|
105
|
+
"list.activeSelectionBackground": "#6e768166",
|
|
106
|
+
"list.activeSelectionForeground": "#e6edf3",
|
|
107
|
+
"list.focusBackground": "#388bfd26",
|
|
108
|
+
"list.focusForeground": "#e6edf3",
|
|
109
|
+
"list.highlightForeground": "#2f81f7",
|
|
110
|
+
"list.hoverBackground": "#6e76811a",
|
|
111
|
+
"list.hoverForeground": "#e6edf3",
|
|
112
|
+
"list.inactiveFocusBackground": "#388bfd26",
|
|
113
|
+
"list.inactiveSelectionBackground": "#6e768166",
|
|
114
|
+
"list.inactiveSelectionForeground": "#e6edf3",
|
|
115
|
+
"minimapSlider.activeBackground": "#8b949e47",
|
|
116
|
+
"minimapSlider.background": "#8b949e33",
|
|
117
|
+
"minimapSlider.hoverBackground": "#8b949e3d",
|
|
118
|
+
"notificationCenterHeader.background": "#161b22",
|
|
119
|
+
"notificationCenterHeader.foreground": "#7d8590",
|
|
120
|
+
"notifications.background": "#161b22",
|
|
121
|
+
"notifications.border": "#30363d",
|
|
122
|
+
"notifications.foreground": "#e6edf3",
|
|
123
|
+
"notificationsErrorIcon.foreground": "#f85149",
|
|
124
|
+
"notificationsInfoIcon.foreground": "#2f81f7",
|
|
125
|
+
"notificationsWarningIcon.foreground": "#d29922",
|
|
126
|
+
"panel.background": "#010409",
|
|
127
|
+
"panel.border": "#30363d",
|
|
128
|
+
"panelInput.border": "#30363d",
|
|
129
|
+
"panelTitle.activeBorder": "#f78166",
|
|
130
|
+
"panelTitle.activeForeground": "#e6edf3",
|
|
131
|
+
"panelTitle.inactiveForeground": "#7d8590",
|
|
132
|
+
"peekViewEditor.background": "#6e76811a",
|
|
133
|
+
"peekViewEditor.matchHighlightBackground": "#bb800966",
|
|
134
|
+
"peekViewResult.background": "#0d1117",
|
|
135
|
+
"peekViewResult.matchHighlightBackground": "#bb800966",
|
|
136
|
+
"pickerGroup.border": "#30363d",
|
|
137
|
+
"pickerGroup.foreground": "#7d8590",
|
|
138
|
+
"progressBar.background": "#1f6feb",
|
|
139
|
+
"quickInput.background": "#161b22",
|
|
140
|
+
"quickInput.foreground": "#e6edf3",
|
|
141
|
+
"scrollbar.shadow": "#484f5833",
|
|
142
|
+
"scrollbarSlider.activeBackground": "#8b949e47",
|
|
143
|
+
"scrollbarSlider.background": "#8b949e33",
|
|
144
|
+
"scrollbarSlider.hoverBackground": "#8b949e3d",
|
|
145
|
+
"settings.headerForeground": "#e6edf3",
|
|
146
|
+
"settings.modifiedItemIndicator": "#bb800966",
|
|
147
|
+
"sideBar.background": "#010409",
|
|
148
|
+
"sideBar.border": "#30363d",
|
|
149
|
+
"sideBar.foreground": "#e6edf3",
|
|
150
|
+
"sideBarSectionHeader.background": "#010409",
|
|
151
|
+
"sideBarSectionHeader.border": "#30363d",
|
|
152
|
+
"sideBarSectionHeader.foreground": "#e6edf3",
|
|
153
|
+
"sideBarTitle.foreground": "#e6edf3",
|
|
154
|
+
"statusBar.background": "#0d1117",
|
|
155
|
+
"statusBar.border": "#30363d",
|
|
156
|
+
"statusBar.debuggingBackground": "#da3633",
|
|
157
|
+
"statusBar.debuggingForeground": "#ffffff",
|
|
158
|
+
"statusBar.focusBorder": "#1f6feb80",
|
|
159
|
+
"statusBar.foreground": "#7d8590",
|
|
160
|
+
"statusBar.noFolderBackground": "#0d1117",
|
|
161
|
+
"statusBarItem.activeBackground": "#e6edf31f",
|
|
162
|
+
"statusBarItem.focusBorder": "#1f6feb",
|
|
163
|
+
"statusBarItem.hoverBackground": "#e6edf314",
|
|
164
|
+
"statusBarItem.prominentBackground": "#6e768166",
|
|
165
|
+
"statusBarItem.remoteBackground": "#30363d",
|
|
166
|
+
"statusBarItem.remoteForeground": "#e6edf3",
|
|
167
|
+
"symbolIcon.arrayForeground": "#f0883e",
|
|
168
|
+
"symbolIcon.booleanForeground": "#58a6ff",
|
|
169
|
+
"symbolIcon.classForeground": "#f0883e",
|
|
170
|
+
"symbolIcon.colorForeground": "#79c0ff",
|
|
171
|
+
"symbolIcon.constantForeground": [
|
|
172
|
+
"#aff5b4",
|
|
173
|
+
"#7ee787",
|
|
174
|
+
"#56d364",
|
|
175
|
+
"#3fb950",
|
|
176
|
+
"#2ea043",
|
|
177
|
+
"#238636",
|
|
178
|
+
"#196c2e",
|
|
179
|
+
"#0f5323",
|
|
180
|
+
"#033a16",
|
|
181
|
+
"#04260f"
|
|
182
|
+
],
|
|
183
|
+
"symbolIcon.constructorForeground": "#d2a8ff",
|
|
184
|
+
"symbolIcon.enumeratorForeground": "#f0883e",
|
|
185
|
+
"symbolIcon.enumeratorMemberForeground": "#58a6ff",
|
|
186
|
+
"symbolIcon.eventForeground": "#6e7681",
|
|
187
|
+
"symbolIcon.fieldForeground": "#f0883e",
|
|
188
|
+
"symbolIcon.fileForeground": "#d29922",
|
|
189
|
+
"symbolIcon.folderForeground": "#d29922",
|
|
190
|
+
"symbolIcon.functionForeground": "#bc8cff",
|
|
191
|
+
"symbolIcon.interfaceForeground": "#f0883e",
|
|
192
|
+
"symbolIcon.keyForeground": "#58a6ff",
|
|
193
|
+
"symbolIcon.keywordForeground": "#ff7b72",
|
|
194
|
+
"symbolIcon.methodForeground": "#bc8cff",
|
|
195
|
+
"symbolIcon.moduleForeground": "#ff7b72",
|
|
196
|
+
"symbolIcon.namespaceForeground": "#ff7b72",
|
|
197
|
+
"symbolIcon.nullForeground": "#58a6ff",
|
|
198
|
+
"symbolIcon.numberForeground": "#3fb950",
|
|
199
|
+
"symbolIcon.objectForeground": "#f0883e",
|
|
200
|
+
"symbolIcon.operatorForeground": "#79c0ff",
|
|
201
|
+
"symbolIcon.packageForeground": "#f0883e",
|
|
202
|
+
"symbolIcon.propertyForeground": "#f0883e",
|
|
203
|
+
"symbolIcon.referenceForeground": "#58a6ff",
|
|
204
|
+
"symbolIcon.snippetForeground": "#58a6ff",
|
|
205
|
+
"symbolIcon.stringForeground": "#79c0ff",
|
|
206
|
+
"symbolIcon.structForeground": "#f0883e",
|
|
207
|
+
"symbolIcon.textForeground": "#79c0ff",
|
|
208
|
+
"symbolIcon.typeParameterForeground": "#79c0ff",
|
|
209
|
+
"symbolIcon.unitForeground": "#58a6ff",
|
|
210
|
+
"symbolIcon.variableForeground": "#f0883e",
|
|
211
|
+
"tab.activeBackground": "#0d1117",
|
|
212
|
+
"tab.activeBorder": "#0d1117",
|
|
213
|
+
"tab.activeBorderTop": "#f78166",
|
|
214
|
+
"tab.activeForeground": "#e6edf3",
|
|
215
|
+
"tab.border": "#30363d",
|
|
216
|
+
"tab.hoverBackground": "#0d1117",
|
|
217
|
+
"tab.inactiveBackground": "#010409",
|
|
218
|
+
"tab.inactiveForeground": "#7d8590",
|
|
219
|
+
"tab.unfocusedActiveBorder": "#0d1117",
|
|
220
|
+
"tab.unfocusedActiveBorderTop": "#30363d",
|
|
221
|
+
"tab.unfocusedHoverBackground": "#6e76811a",
|
|
222
|
+
"terminal.ansiBlack": "#484f58",
|
|
223
|
+
"terminal.ansiBlue": "#58a6ff",
|
|
224
|
+
"terminal.ansiBrightBlack": "#6e7681",
|
|
225
|
+
"terminal.ansiBrightBlue": "#79c0ff",
|
|
226
|
+
"terminal.ansiBrightCyan": "#56d4dd",
|
|
227
|
+
"terminal.ansiBrightGreen": "#56d364",
|
|
228
|
+
"terminal.ansiBrightMagenta": "#d2a8ff",
|
|
229
|
+
"terminal.ansiBrightRed": "#ffa198",
|
|
230
|
+
"terminal.ansiBrightWhite": "#ffffff",
|
|
231
|
+
"terminal.ansiBrightYellow": "#e3b341",
|
|
232
|
+
"terminal.ansiCyan": "#39c5cf",
|
|
233
|
+
"terminal.ansiGreen": "#3fb950",
|
|
234
|
+
"terminal.ansiMagenta": "#bc8cff",
|
|
235
|
+
"terminal.ansiRed": "#ff7b72",
|
|
236
|
+
"terminal.ansiWhite": "#b1bac4",
|
|
237
|
+
"terminal.ansiYellow": "#d29922",
|
|
238
|
+
"terminal.foreground": "#e6edf3",
|
|
239
|
+
"textBlockQuote.background": "#010409",
|
|
240
|
+
"textBlockQuote.border": "#30363d",
|
|
241
|
+
"textCodeBlock.background": "#6e768166",
|
|
242
|
+
"textLink.activeForeground": "#2f81f7",
|
|
243
|
+
"textLink.foreground": "#2f81f7",
|
|
244
|
+
"textPreformat.foreground": "#7d8590",
|
|
245
|
+
"textSeparator.foreground": "#21262d",
|
|
246
|
+
"titleBar.activeBackground": "#0d1117",
|
|
247
|
+
"titleBar.activeForeground": "#7d8590",
|
|
248
|
+
"titleBar.border": "#30363d",
|
|
249
|
+
"titleBar.inactiveBackground": "#010409",
|
|
250
|
+
"titleBar.inactiveForeground": "#7d8590",
|
|
251
|
+
"tree.indentGuidesStroke": "#21262d",
|
|
252
|
+
"welcomePage.buttonBackground": "#21262d",
|
|
253
|
+
"welcomePage.buttonHoverBackground": "#30363d"
|
|
254
|
+
},
|
|
255
|
+
"displayName": "GitHub Dark Default",
|
|
256
|
+
"name": "github-dark-default",
|
|
257
|
+
"semanticHighlighting": true,
|
|
258
|
+
"tokenColors": [
|
|
259
|
+
{
|
|
260
|
+
"scope": [
|
|
261
|
+
"comment",
|
|
262
|
+
"punctuation.definition.comment",
|
|
263
|
+
"string.comment"
|
|
264
|
+
],
|
|
265
|
+
"settings": {
|
|
266
|
+
"foreground": "#8b949e"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"scope": [
|
|
271
|
+
"constant.other.placeholder",
|
|
272
|
+
"constant.character"
|
|
273
|
+
],
|
|
274
|
+
"settings": {
|
|
275
|
+
"foreground": "#ff7b72"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"scope": [
|
|
280
|
+
"constant",
|
|
281
|
+
"entity.name.constant",
|
|
282
|
+
"variable.other.constant",
|
|
283
|
+
"variable.other.enummember",
|
|
284
|
+
"variable.language",
|
|
285
|
+
"entity"
|
|
286
|
+
],
|
|
287
|
+
"settings": {
|
|
288
|
+
"foreground": "#79c0ff"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"scope": [
|
|
293
|
+
"entity.name",
|
|
294
|
+
"meta.export.default",
|
|
295
|
+
"meta.definition.variable"
|
|
296
|
+
],
|
|
297
|
+
"settings": {
|
|
298
|
+
"foreground": "#ffa657"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"scope": [
|
|
303
|
+
"variable.parameter.function",
|
|
304
|
+
"meta.jsx.children",
|
|
305
|
+
"meta.block",
|
|
306
|
+
"meta.tag.attributes",
|
|
307
|
+
"entity.name.constant",
|
|
308
|
+
"meta.object.member",
|
|
309
|
+
"meta.embedded.expression"
|
|
310
|
+
],
|
|
311
|
+
"settings": {
|
|
312
|
+
"foreground": "#e6edf3"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"scope": "entity.name.function",
|
|
317
|
+
"settings": {
|
|
318
|
+
"foreground": "#d2a8ff"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"scope": [
|
|
323
|
+
"entity.name.tag",
|
|
324
|
+
"support.class.component"
|
|
325
|
+
],
|
|
326
|
+
"settings": {
|
|
327
|
+
"foreground": "#7ee787"
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"scope": "keyword",
|
|
332
|
+
"settings": {
|
|
333
|
+
"foreground": "#ff7b72"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"scope": [
|
|
338
|
+
"storage",
|
|
339
|
+
"storage.type"
|
|
340
|
+
],
|
|
341
|
+
"settings": {
|
|
342
|
+
"foreground": "#ff7b72"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"scope": [
|
|
347
|
+
"storage.modifier.package",
|
|
348
|
+
"storage.modifier.import",
|
|
349
|
+
"storage.type.java"
|
|
350
|
+
],
|
|
351
|
+
"settings": {
|
|
352
|
+
"foreground": "#e6edf3"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"scope": [
|
|
357
|
+
"string",
|
|
358
|
+
"string punctuation.section.embedded source"
|
|
359
|
+
],
|
|
360
|
+
"settings": {
|
|
361
|
+
"foreground": "#a5d6ff"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"scope": "support",
|
|
366
|
+
"settings": {
|
|
367
|
+
"foreground": "#79c0ff"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"scope": "meta.property-name",
|
|
372
|
+
"settings": {
|
|
373
|
+
"foreground": "#79c0ff"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"scope": "variable",
|
|
378
|
+
"settings": {
|
|
379
|
+
"foreground": "#ffa657"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"scope": "variable.other",
|
|
384
|
+
"settings": {
|
|
385
|
+
"foreground": "#e6edf3"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"scope": "invalid.broken",
|
|
390
|
+
"settings": {
|
|
391
|
+
"fontStyle": "italic",
|
|
392
|
+
"foreground": "#ffa198"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"scope": "invalid.deprecated",
|
|
397
|
+
"settings": {
|
|
398
|
+
"fontStyle": "italic",
|
|
399
|
+
"foreground": "#ffa198"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"scope": "invalid.illegal",
|
|
404
|
+
"settings": {
|
|
405
|
+
"fontStyle": "italic",
|
|
406
|
+
"foreground": "#ffa198"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"scope": "invalid.unimplemented",
|
|
411
|
+
"settings": {
|
|
412
|
+
"fontStyle": "italic",
|
|
413
|
+
"foreground": "#ffa198"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"scope": "carriage-return",
|
|
418
|
+
"settings": {
|
|
419
|
+
"background": "#ff7b72",
|
|
420
|
+
"content": "^M",
|
|
421
|
+
"fontStyle": "italic underline",
|
|
422
|
+
"foreground": "#f0f6fc"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"scope": "message.error",
|
|
427
|
+
"settings": {
|
|
428
|
+
"foreground": "#ffa198"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"scope": "string variable",
|
|
433
|
+
"settings": {
|
|
434
|
+
"foreground": "#79c0ff"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"scope": [
|
|
439
|
+
"source.regexp",
|
|
440
|
+
"string.regexp"
|
|
441
|
+
],
|
|
442
|
+
"settings": {
|
|
443
|
+
"foreground": "#a5d6ff"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"scope": [
|
|
448
|
+
"string.regexp.character-class",
|
|
449
|
+
"string.regexp constant.character.escape",
|
|
450
|
+
"string.regexp source.ruby.embedded",
|
|
451
|
+
"string.regexp string.regexp.arbitrary-repitition"
|
|
452
|
+
],
|
|
453
|
+
"settings": {
|
|
454
|
+
"foreground": "#a5d6ff"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"scope": "string.regexp constant.character.escape",
|
|
459
|
+
"settings": {
|
|
460
|
+
"fontStyle": "bold",
|
|
461
|
+
"foreground": "#7ee787"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"scope": "support.constant",
|
|
466
|
+
"settings": {
|
|
467
|
+
"foreground": "#79c0ff"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"scope": "support.variable",
|
|
472
|
+
"settings": {
|
|
473
|
+
"foreground": "#79c0ff"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"scope": "support.type.property-name.json",
|
|
478
|
+
"settings": {
|
|
479
|
+
"foreground": "#7ee787"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"scope": "meta.module-reference",
|
|
484
|
+
"settings": {
|
|
485
|
+
"foreground": "#79c0ff"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"scope": "punctuation.definition.list.begin.markdown",
|
|
490
|
+
"settings": {
|
|
491
|
+
"foreground": "#ffa657"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"scope": [
|
|
496
|
+
"markup.heading",
|
|
497
|
+
"markup.heading entity.name"
|
|
498
|
+
],
|
|
499
|
+
"settings": {
|
|
500
|
+
"fontStyle": "bold",
|
|
501
|
+
"foreground": "#79c0ff"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"scope": "markup.quote",
|
|
506
|
+
"settings": {
|
|
507
|
+
"foreground": "#7ee787"
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"scope": "markup.italic",
|
|
512
|
+
"settings": {
|
|
513
|
+
"fontStyle": "italic",
|
|
514
|
+
"foreground": "#e6edf3"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"scope": "markup.bold",
|
|
519
|
+
"settings": {
|
|
520
|
+
"fontStyle": "bold",
|
|
521
|
+
"foreground": "#e6edf3"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"scope": [
|
|
526
|
+
"markup.underline"
|
|
527
|
+
],
|
|
528
|
+
"settings": {
|
|
529
|
+
"fontStyle": "underline"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"scope": [
|
|
534
|
+
"markup.strikethrough"
|
|
535
|
+
],
|
|
536
|
+
"settings": {
|
|
537
|
+
"fontStyle": "strikethrough"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"scope": "markup.inline.raw",
|
|
542
|
+
"settings": {
|
|
543
|
+
"foreground": "#79c0ff"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"scope": [
|
|
548
|
+
"markup.deleted",
|
|
549
|
+
"meta.diff.header.from-file",
|
|
550
|
+
"punctuation.definition.deleted"
|
|
551
|
+
],
|
|
552
|
+
"settings": {
|
|
553
|
+
"background": "#490202",
|
|
554
|
+
"foreground": "#ffa198"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"scope": [
|
|
559
|
+
"punctuation.section.embedded"
|
|
560
|
+
],
|
|
561
|
+
"settings": {
|
|
562
|
+
"foreground": "#ff7b72"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"scope": [
|
|
567
|
+
"markup.inserted",
|
|
568
|
+
"meta.diff.header.to-file",
|
|
569
|
+
"punctuation.definition.inserted"
|
|
570
|
+
],
|
|
571
|
+
"settings": {
|
|
572
|
+
"background": "#04260f",
|
|
573
|
+
"foreground": "#7ee787"
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"scope": [
|
|
578
|
+
"markup.changed",
|
|
579
|
+
"punctuation.definition.changed"
|
|
580
|
+
],
|
|
581
|
+
"settings": {
|
|
582
|
+
"background": "#5a1e02",
|
|
583
|
+
"foreground": "#ffa657"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"scope": [
|
|
588
|
+
"markup.ignored",
|
|
589
|
+
"markup.untracked"
|
|
590
|
+
],
|
|
591
|
+
"settings": {
|
|
592
|
+
"background": "#79c0ff",
|
|
593
|
+
"foreground": "#161b22"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"scope": "meta.diff.range",
|
|
598
|
+
"settings": {
|
|
599
|
+
"fontStyle": "bold",
|
|
600
|
+
"foreground": "#d2a8ff"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"scope": "meta.diff.header",
|
|
605
|
+
"settings": {
|
|
606
|
+
"foreground": "#79c0ff"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"scope": "meta.separator",
|
|
611
|
+
"settings": {
|
|
612
|
+
"fontStyle": "bold",
|
|
613
|
+
"foreground": "#79c0ff"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"scope": "meta.output",
|
|
618
|
+
"settings": {
|
|
619
|
+
"foreground": "#79c0ff"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"scope": [
|
|
624
|
+
"brackethighlighter.tag",
|
|
625
|
+
"brackethighlighter.curly",
|
|
626
|
+
"brackethighlighter.round",
|
|
627
|
+
"brackethighlighter.square",
|
|
628
|
+
"brackethighlighter.angle",
|
|
629
|
+
"brackethighlighter.quote"
|
|
630
|
+
],
|
|
631
|
+
"settings": {
|
|
632
|
+
"foreground": "#8b949e"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"scope": "brackethighlighter.unmatched",
|
|
637
|
+
"settings": {
|
|
638
|
+
"foreground": "#ffa198"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"scope": [
|
|
643
|
+
"constant.other.reference.link",
|
|
644
|
+
"string.other.link"
|
|
645
|
+
],
|
|
646
|
+
"settings": {
|
|
647
|
+
"foreground": "#a5d6ff"
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
],
|
|
651
|
+
"type": "dark"
|
|
652
|
+
}
|
|
@@ -0,0 +1,637 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"activityBar.activeBorder": "#fd8c73",
|
|
4
|
+
"activityBar.background": "#ffffff",
|
|
5
|
+
"activityBar.border": "#d0d7de",
|
|
6
|
+
"activityBar.foreground": "#1f2328",
|
|
7
|
+
"activityBar.inactiveForeground": "#656d76",
|
|
8
|
+
"activityBarBadge.background": "#0969da",
|
|
9
|
+
"activityBarBadge.foreground": "#ffffff",
|
|
10
|
+
"badge.background": "#0969da",
|
|
11
|
+
"badge.foreground": "#ffffff",
|
|
12
|
+
"breadcrumb.activeSelectionForeground": "#656d76",
|
|
13
|
+
"breadcrumb.focusForeground": "#1f2328",
|
|
14
|
+
"breadcrumb.foreground": "#656d76",
|
|
15
|
+
"breadcrumbPicker.background": "#ffffff",
|
|
16
|
+
"button.background": "#1f883d",
|
|
17
|
+
"button.foreground": "#ffffff",
|
|
18
|
+
"button.hoverBackground": "#1a7f37",
|
|
19
|
+
"button.secondaryBackground": "#ebecf0",
|
|
20
|
+
"button.secondaryForeground": "#24292f",
|
|
21
|
+
"button.secondaryHoverBackground": "#f3f4f6",
|
|
22
|
+
"checkbox.background": "#f6f8fa",
|
|
23
|
+
"checkbox.border": "#d0d7de",
|
|
24
|
+
"debugConsole.errorForeground": "#cf222e",
|
|
25
|
+
"debugConsole.infoForeground": "#57606a",
|
|
26
|
+
"debugConsole.sourceForeground": "#9a6700",
|
|
27
|
+
"debugConsole.warningForeground": "#7d4e00",
|
|
28
|
+
"debugConsoleInputIcon.foreground": "#6639ba",
|
|
29
|
+
"debugIcon.breakpointForeground": "#cf222e",
|
|
30
|
+
"debugTokenExpression.boolean": "#116329",
|
|
31
|
+
"debugTokenExpression.error": "#a40e26",
|
|
32
|
+
"debugTokenExpression.name": "#0550ae",
|
|
33
|
+
"debugTokenExpression.number": "#116329",
|
|
34
|
+
"debugTokenExpression.string": "#0a3069",
|
|
35
|
+
"debugTokenExpression.value": "#0a3069",
|
|
36
|
+
"debugToolBar.background": "#ffffff",
|
|
37
|
+
"descriptionForeground": "#656d76",
|
|
38
|
+
"diffEditor.insertedLineBackground": "#aceebb4d",
|
|
39
|
+
"diffEditor.insertedTextBackground": "#6fdd8b80",
|
|
40
|
+
"diffEditor.removedLineBackground": "#ffcecb4d",
|
|
41
|
+
"diffEditor.removedTextBackground": "#ff818266",
|
|
42
|
+
"dropdown.background": "#ffffff",
|
|
43
|
+
"dropdown.border": "#d0d7de",
|
|
44
|
+
"dropdown.foreground": "#1f2328",
|
|
45
|
+
"dropdown.listBackground": "#ffffff",
|
|
46
|
+
"editor.background": "#ffffff",
|
|
47
|
+
"editor.findMatchBackground": "#bf8700",
|
|
48
|
+
"editor.findMatchHighlightBackground": "#fae17d80",
|
|
49
|
+
"editor.focusedStackFrameHighlightBackground": "#4ac26b66",
|
|
50
|
+
"editor.foldBackground": "#6e77811a",
|
|
51
|
+
"editor.foreground": "#1f2328",
|
|
52
|
+
"editor.lineHighlightBackground": "#eaeef280",
|
|
53
|
+
"editor.linkedEditingBackground": "#0969da12",
|
|
54
|
+
"editor.selectionHighlightBackground": "#4ac26b40",
|
|
55
|
+
"editor.stackFrameHighlightBackground": "#d4a72c66",
|
|
56
|
+
"editor.wordHighlightBackground": "#eaeef280",
|
|
57
|
+
"editor.wordHighlightBorder": "#afb8c199",
|
|
58
|
+
"editor.wordHighlightStrongBackground": "#afb8c14d",
|
|
59
|
+
"editor.wordHighlightStrongBorder": "#afb8c199",
|
|
60
|
+
"editorBracketHighlight.foreground1": "#0969da",
|
|
61
|
+
"editorBracketHighlight.foreground2": "#1a7f37",
|
|
62
|
+
"editorBracketHighlight.foreground3": "#9a6700",
|
|
63
|
+
"editorBracketHighlight.foreground4": "#cf222e",
|
|
64
|
+
"editorBracketHighlight.foreground5": "#bf3989",
|
|
65
|
+
"editorBracketHighlight.foreground6": "#8250df",
|
|
66
|
+
"editorBracketHighlight.unexpectedBracket.foreground": "#656d76",
|
|
67
|
+
"editorBracketMatch.background": "#4ac26b40",
|
|
68
|
+
"editorBracketMatch.border": "#4ac26b99",
|
|
69
|
+
"editorCursor.foreground": "#0969da",
|
|
70
|
+
"editorGroup.border": "#d0d7de",
|
|
71
|
+
"editorGroupHeader.tabsBackground": "#f6f8fa",
|
|
72
|
+
"editorGroupHeader.tabsBorder": "#d0d7de",
|
|
73
|
+
"editorGutter.addedBackground": "#4ac26b66",
|
|
74
|
+
"editorGutter.deletedBackground": "#ff818266",
|
|
75
|
+
"editorGutter.modifiedBackground": "#d4a72c66",
|
|
76
|
+
"editorIndentGuide.activeBackground": "#1f23283d",
|
|
77
|
+
"editorIndentGuide.background": "#1f23281f",
|
|
78
|
+
"editorInlayHint.background": "#afb8c133",
|
|
79
|
+
"editorInlayHint.foreground": "#656d76",
|
|
80
|
+
"editorInlayHint.paramBackground": "#afb8c133",
|
|
81
|
+
"editorInlayHint.paramForeground": "#656d76",
|
|
82
|
+
"editorInlayHint.typeBackground": "#afb8c133",
|
|
83
|
+
"editorInlayHint.typeForeground": "#656d76",
|
|
84
|
+
"editorLineNumber.activeForeground": "#1f2328",
|
|
85
|
+
"editorLineNumber.foreground": "#8c959f",
|
|
86
|
+
"editorOverviewRuler.border": "#ffffff",
|
|
87
|
+
"editorWhitespace.foreground": "#afb8c1",
|
|
88
|
+
"editorWidget.background": "#ffffff",
|
|
89
|
+
"errorForeground": "#cf222e",
|
|
90
|
+
"focusBorder": "#0969da",
|
|
91
|
+
"foreground": "#1f2328",
|
|
92
|
+
"gitDecoration.addedResourceForeground": "#1a7f37",
|
|
93
|
+
"gitDecoration.conflictingResourceForeground": "#bc4c00",
|
|
94
|
+
"gitDecoration.deletedResourceForeground": "#cf222e",
|
|
95
|
+
"gitDecoration.ignoredResourceForeground": "#6e7781",
|
|
96
|
+
"gitDecoration.modifiedResourceForeground": "#9a6700",
|
|
97
|
+
"gitDecoration.submoduleResourceForeground": "#656d76",
|
|
98
|
+
"gitDecoration.untrackedResourceForeground": "#1a7f37",
|
|
99
|
+
"icon.foreground": "#656d76",
|
|
100
|
+
"input.background": "#ffffff",
|
|
101
|
+
"input.border": "#d0d7de",
|
|
102
|
+
"input.foreground": "#1f2328",
|
|
103
|
+
"input.placeholderForeground": "#6e7781",
|
|
104
|
+
"keybindingLabel.foreground": "#1f2328",
|
|
105
|
+
"list.activeSelectionBackground": "#afb8c133",
|
|
106
|
+
"list.activeSelectionForeground": "#1f2328",
|
|
107
|
+
"list.focusBackground": "#ddf4ff",
|
|
108
|
+
"list.focusForeground": "#1f2328",
|
|
109
|
+
"list.highlightForeground": "#0969da",
|
|
110
|
+
"list.hoverBackground": "#eaeef280",
|
|
111
|
+
"list.hoverForeground": "#1f2328",
|
|
112
|
+
"list.inactiveFocusBackground": "#ddf4ff",
|
|
113
|
+
"list.inactiveSelectionBackground": "#afb8c133",
|
|
114
|
+
"list.inactiveSelectionForeground": "#1f2328",
|
|
115
|
+
"minimapSlider.activeBackground": "#8c959f47",
|
|
116
|
+
"minimapSlider.background": "#8c959f33",
|
|
117
|
+
"minimapSlider.hoverBackground": "#8c959f3d",
|
|
118
|
+
"notificationCenterHeader.background": "#f6f8fa",
|
|
119
|
+
"notificationCenterHeader.foreground": "#656d76",
|
|
120
|
+
"notifications.background": "#ffffff",
|
|
121
|
+
"notifications.border": "#d0d7de",
|
|
122
|
+
"notifications.foreground": "#1f2328",
|
|
123
|
+
"notificationsErrorIcon.foreground": "#cf222e",
|
|
124
|
+
"notificationsInfoIcon.foreground": "#0969da",
|
|
125
|
+
"notificationsWarningIcon.foreground": "#9a6700",
|
|
126
|
+
"panel.background": "#f6f8fa",
|
|
127
|
+
"panel.border": "#d0d7de",
|
|
128
|
+
"panelInput.border": "#d0d7de",
|
|
129
|
+
"panelTitle.activeBorder": "#fd8c73",
|
|
130
|
+
"panelTitle.activeForeground": "#1f2328",
|
|
131
|
+
"panelTitle.inactiveForeground": "#656d76",
|
|
132
|
+
"pickerGroup.border": "#d0d7de",
|
|
133
|
+
"pickerGroup.foreground": "#656d76",
|
|
134
|
+
"progressBar.background": "#0969da",
|
|
135
|
+
"quickInput.background": "#ffffff",
|
|
136
|
+
"quickInput.foreground": "#1f2328",
|
|
137
|
+
"scrollbar.shadow": "#6e778133",
|
|
138
|
+
"scrollbarSlider.activeBackground": "#8c959f47",
|
|
139
|
+
"scrollbarSlider.background": "#8c959f33",
|
|
140
|
+
"scrollbarSlider.hoverBackground": "#8c959f3d",
|
|
141
|
+
"settings.headerForeground": "#1f2328",
|
|
142
|
+
"settings.modifiedItemIndicator": "#d4a72c66",
|
|
143
|
+
"sideBar.background": "#f6f8fa",
|
|
144
|
+
"sideBar.border": "#d0d7de",
|
|
145
|
+
"sideBar.foreground": "#1f2328",
|
|
146
|
+
"sideBarSectionHeader.background": "#f6f8fa",
|
|
147
|
+
"sideBarSectionHeader.border": "#d0d7de",
|
|
148
|
+
"sideBarSectionHeader.foreground": "#1f2328",
|
|
149
|
+
"sideBarTitle.foreground": "#1f2328",
|
|
150
|
+
"statusBar.background": "#ffffff",
|
|
151
|
+
"statusBar.border": "#d0d7de",
|
|
152
|
+
"statusBar.debuggingBackground": "#cf222e",
|
|
153
|
+
"statusBar.debuggingForeground": "#ffffff",
|
|
154
|
+
"statusBar.focusBorder": "#0969da80",
|
|
155
|
+
"statusBar.foreground": "#656d76",
|
|
156
|
+
"statusBar.noFolderBackground": "#ffffff",
|
|
157
|
+
"statusBarItem.activeBackground": "#1f23281f",
|
|
158
|
+
"statusBarItem.focusBorder": "#0969da",
|
|
159
|
+
"statusBarItem.hoverBackground": "#1f232814",
|
|
160
|
+
"statusBarItem.prominentBackground": "#afb8c133",
|
|
161
|
+
"statusBarItem.remoteBackground": "#eaeef2",
|
|
162
|
+
"statusBarItem.remoteForeground": "#1f2328",
|
|
163
|
+
"symbolIcon.arrayForeground": "#953800",
|
|
164
|
+
"symbolIcon.booleanForeground": "#0550ae",
|
|
165
|
+
"symbolIcon.classForeground": "#953800",
|
|
166
|
+
"symbolIcon.colorForeground": "#0a3069",
|
|
167
|
+
"symbolIcon.constantForeground": "#116329",
|
|
168
|
+
"symbolIcon.constructorForeground": "#3e1f79",
|
|
169
|
+
"symbolIcon.enumeratorForeground": "#953800",
|
|
170
|
+
"symbolIcon.enumeratorMemberForeground": "#0550ae",
|
|
171
|
+
"symbolIcon.eventForeground": "#57606a",
|
|
172
|
+
"symbolIcon.fieldForeground": "#953800",
|
|
173
|
+
"symbolIcon.fileForeground": "#7d4e00",
|
|
174
|
+
"symbolIcon.folderForeground": "#7d4e00",
|
|
175
|
+
"symbolIcon.functionForeground": "#6639ba",
|
|
176
|
+
"symbolIcon.interfaceForeground": "#953800",
|
|
177
|
+
"symbolIcon.keyForeground": "#0550ae",
|
|
178
|
+
"symbolIcon.keywordForeground": "#a40e26",
|
|
179
|
+
"symbolIcon.methodForeground": "#6639ba",
|
|
180
|
+
"symbolIcon.moduleForeground": "#a40e26",
|
|
181
|
+
"symbolIcon.namespaceForeground": "#a40e26",
|
|
182
|
+
"symbolIcon.nullForeground": "#0550ae",
|
|
183
|
+
"symbolIcon.numberForeground": "#116329",
|
|
184
|
+
"symbolIcon.objectForeground": "#953800",
|
|
185
|
+
"symbolIcon.operatorForeground": "#0a3069",
|
|
186
|
+
"symbolIcon.packageForeground": "#953800",
|
|
187
|
+
"symbolIcon.propertyForeground": "#953800",
|
|
188
|
+
"symbolIcon.referenceForeground": "#0550ae",
|
|
189
|
+
"symbolIcon.snippetForeground": "#0550ae",
|
|
190
|
+
"symbolIcon.stringForeground": "#0a3069",
|
|
191
|
+
"symbolIcon.structForeground": "#953800",
|
|
192
|
+
"symbolIcon.textForeground": "#0a3069",
|
|
193
|
+
"symbolIcon.typeParameterForeground": "#0a3069",
|
|
194
|
+
"symbolIcon.unitForeground": "#0550ae",
|
|
195
|
+
"symbolIcon.variableForeground": "#953800",
|
|
196
|
+
"tab.activeBackground": "#ffffff",
|
|
197
|
+
"tab.activeBorder": "#ffffff",
|
|
198
|
+
"tab.activeBorderTop": "#fd8c73",
|
|
199
|
+
"tab.activeForeground": "#1f2328",
|
|
200
|
+
"tab.border": "#d0d7de",
|
|
201
|
+
"tab.hoverBackground": "#ffffff",
|
|
202
|
+
"tab.inactiveBackground": "#f6f8fa",
|
|
203
|
+
"tab.inactiveForeground": "#656d76",
|
|
204
|
+
"tab.unfocusedActiveBorder": "#ffffff",
|
|
205
|
+
"tab.unfocusedActiveBorderTop": "#d0d7de",
|
|
206
|
+
"tab.unfocusedHoverBackground": "#eaeef280",
|
|
207
|
+
"terminal.ansiBlack": "#24292f",
|
|
208
|
+
"terminal.ansiBlue": "#0969da",
|
|
209
|
+
"terminal.ansiBrightBlack": "#57606a",
|
|
210
|
+
"terminal.ansiBrightBlue": "#218bff",
|
|
211
|
+
"terminal.ansiBrightCyan": "#3192aa",
|
|
212
|
+
"terminal.ansiBrightGreen": "#1a7f37",
|
|
213
|
+
"terminal.ansiBrightMagenta": "#a475f9",
|
|
214
|
+
"terminal.ansiBrightRed": "#a40e26",
|
|
215
|
+
"terminal.ansiBrightWhite": "#8c959f",
|
|
216
|
+
"terminal.ansiBrightYellow": "#633c01",
|
|
217
|
+
"terminal.ansiCyan": "#1b7c83",
|
|
218
|
+
"terminal.ansiGreen": "#116329",
|
|
219
|
+
"terminal.ansiMagenta": "#8250df",
|
|
220
|
+
"terminal.ansiRed": "#cf222e",
|
|
221
|
+
"terminal.ansiWhite": "#6e7781",
|
|
222
|
+
"terminal.ansiYellow": "#4d2d00",
|
|
223
|
+
"terminal.foreground": "#1f2328",
|
|
224
|
+
"textBlockQuote.background": "#f6f8fa",
|
|
225
|
+
"textBlockQuote.border": "#d0d7de",
|
|
226
|
+
"textCodeBlock.background": "#afb8c133",
|
|
227
|
+
"textLink.activeForeground": "#0969da",
|
|
228
|
+
"textLink.foreground": "#0969da",
|
|
229
|
+
"textPreformat.foreground": "#656d76",
|
|
230
|
+
"textSeparator.foreground": "#d8dee4",
|
|
231
|
+
"titleBar.activeBackground": "#ffffff",
|
|
232
|
+
"titleBar.activeForeground": "#656d76",
|
|
233
|
+
"titleBar.border": "#d0d7de",
|
|
234
|
+
"titleBar.inactiveBackground": "#f6f8fa",
|
|
235
|
+
"titleBar.inactiveForeground": "#656d76",
|
|
236
|
+
"tree.indentGuidesStroke": "#d8dee4",
|
|
237
|
+
"welcomePage.buttonBackground": "#f6f8fa",
|
|
238
|
+
"welcomePage.buttonHoverBackground": "#f3f4f6"
|
|
239
|
+
},
|
|
240
|
+
"displayName": "GitHub Light Default",
|
|
241
|
+
"name": "github-light-default",
|
|
242
|
+
"semanticHighlighting": true,
|
|
243
|
+
"tokenColors": [
|
|
244
|
+
{
|
|
245
|
+
"scope": [
|
|
246
|
+
"comment",
|
|
247
|
+
"punctuation.definition.comment",
|
|
248
|
+
"string.comment"
|
|
249
|
+
],
|
|
250
|
+
"settings": {
|
|
251
|
+
"foreground": "#6e7781"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"scope": [
|
|
256
|
+
"constant.other.placeholder",
|
|
257
|
+
"constant.character"
|
|
258
|
+
],
|
|
259
|
+
"settings": {
|
|
260
|
+
"foreground": "#cf222e"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"scope": [
|
|
265
|
+
"constant",
|
|
266
|
+
"entity.name.constant",
|
|
267
|
+
"variable.other.constant",
|
|
268
|
+
"variable.other.enummember",
|
|
269
|
+
"variable.language",
|
|
270
|
+
"entity"
|
|
271
|
+
],
|
|
272
|
+
"settings": {
|
|
273
|
+
"foreground": "#0550ae"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"scope": [
|
|
278
|
+
"entity.name",
|
|
279
|
+
"meta.export.default",
|
|
280
|
+
"meta.definition.variable"
|
|
281
|
+
],
|
|
282
|
+
"settings": {
|
|
283
|
+
"foreground": "#953800"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"scope": [
|
|
288
|
+
"variable.parameter.function",
|
|
289
|
+
"meta.jsx.children",
|
|
290
|
+
"meta.block",
|
|
291
|
+
"meta.tag.attributes",
|
|
292
|
+
"entity.name.constant",
|
|
293
|
+
"meta.object.member",
|
|
294
|
+
"meta.embedded.expression"
|
|
295
|
+
],
|
|
296
|
+
"settings": {
|
|
297
|
+
"foreground": "#1f2328"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"scope": "entity.name.function",
|
|
302
|
+
"settings": {
|
|
303
|
+
"foreground": "#8250df"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"scope": [
|
|
308
|
+
"entity.name.tag",
|
|
309
|
+
"support.class.component"
|
|
310
|
+
],
|
|
311
|
+
"settings": {
|
|
312
|
+
"foreground": "#116329"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"scope": "keyword",
|
|
317
|
+
"settings": {
|
|
318
|
+
"foreground": "#cf222e"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"scope": [
|
|
323
|
+
"storage",
|
|
324
|
+
"storage.type"
|
|
325
|
+
],
|
|
326
|
+
"settings": {
|
|
327
|
+
"foreground": "#cf222e"
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"scope": [
|
|
332
|
+
"storage.modifier.package",
|
|
333
|
+
"storage.modifier.import",
|
|
334
|
+
"storage.type.java"
|
|
335
|
+
],
|
|
336
|
+
"settings": {
|
|
337
|
+
"foreground": "#1f2328"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"scope": [
|
|
342
|
+
"string",
|
|
343
|
+
"string punctuation.section.embedded source"
|
|
344
|
+
],
|
|
345
|
+
"settings": {
|
|
346
|
+
"foreground": "#0a3069"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"scope": "support",
|
|
351
|
+
"settings": {
|
|
352
|
+
"foreground": "#0550ae"
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"scope": "meta.property-name",
|
|
357
|
+
"settings": {
|
|
358
|
+
"foreground": "#0550ae"
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"scope": "variable",
|
|
363
|
+
"settings": {
|
|
364
|
+
"foreground": "#953800"
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"scope": "variable.other",
|
|
369
|
+
"settings": {
|
|
370
|
+
"foreground": "#1f2328"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"scope": "invalid.broken",
|
|
375
|
+
"settings": {
|
|
376
|
+
"fontStyle": "italic",
|
|
377
|
+
"foreground": "#82071e"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"scope": "invalid.deprecated",
|
|
382
|
+
"settings": {
|
|
383
|
+
"fontStyle": "italic",
|
|
384
|
+
"foreground": "#82071e"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"scope": "invalid.illegal",
|
|
389
|
+
"settings": {
|
|
390
|
+
"fontStyle": "italic",
|
|
391
|
+
"foreground": "#82071e"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"scope": "invalid.unimplemented",
|
|
396
|
+
"settings": {
|
|
397
|
+
"fontStyle": "italic",
|
|
398
|
+
"foreground": "#82071e"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"scope": "carriage-return",
|
|
403
|
+
"settings": {
|
|
404
|
+
"background": "#cf222e",
|
|
405
|
+
"content": "^M",
|
|
406
|
+
"fontStyle": "italic underline",
|
|
407
|
+
"foreground": "#f6f8fa"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"scope": "message.error",
|
|
412
|
+
"settings": {
|
|
413
|
+
"foreground": "#82071e"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"scope": "string variable",
|
|
418
|
+
"settings": {
|
|
419
|
+
"foreground": "#0550ae"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"scope": [
|
|
424
|
+
"source.regexp",
|
|
425
|
+
"string.regexp"
|
|
426
|
+
],
|
|
427
|
+
"settings": {
|
|
428
|
+
"foreground": "#0a3069"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"scope": [
|
|
433
|
+
"string.regexp.character-class",
|
|
434
|
+
"string.regexp constant.character.escape",
|
|
435
|
+
"string.regexp source.ruby.embedded",
|
|
436
|
+
"string.regexp string.regexp.arbitrary-repitition"
|
|
437
|
+
],
|
|
438
|
+
"settings": {
|
|
439
|
+
"foreground": "#0a3069"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"scope": "string.regexp constant.character.escape",
|
|
444
|
+
"settings": {
|
|
445
|
+
"fontStyle": "bold",
|
|
446
|
+
"foreground": "#116329"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"scope": "support.constant",
|
|
451
|
+
"settings": {
|
|
452
|
+
"foreground": "#0550ae"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"scope": "support.variable",
|
|
457
|
+
"settings": {
|
|
458
|
+
"foreground": "#0550ae"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"scope": "support.type.property-name.json",
|
|
463
|
+
"settings": {
|
|
464
|
+
"foreground": "#116329"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"scope": "meta.module-reference",
|
|
469
|
+
"settings": {
|
|
470
|
+
"foreground": "#0550ae"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"scope": "punctuation.definition.list.begin.markdown",
|
|
475
|
+
"settings": {
|
|
476
|
+
"foreground": "#953800"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"scope": [
|
|
481
|
+
"markup.heading",
|
|
482
|
+
"markup.heading entity.name"
|
|
483
|
+
],
|
|
484
|
+
"settings": {
|
|
485
|
+
"fontStyle": "bold",
|
|
486
|
+
"foreground": "#0550ae"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"scope": "markup.quote",
|
|
491
|
+
"settings": {
|
|
492
|
+
"foreground": "#116329"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"scope": "markup.italic",
|
|
497
|
+
"settings": {
|
|
498
|
+
"fontStyle": "italic",
|
|
499
|
+
"foreground": "#1f2328"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"scope": "markup.bold",
|
|
504
|
+
"settings": {
|
|
505
|
+
"fontStyle": "bold",
|
|
506
|
+
"foreground": "#1f2328"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"scope": [
|
|
511
|
+
"markup.underline"
|
|
512
|
+
],
|
|
513
|
+
"settings": {
|
|
514
|
+
"fontStyle": "underline"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"scope": [
|
|
519
|
+
"markup.strikethrough"
|
|
520
|
+
],
|
|
521
|
+
"settings": {
|
|
522
|
+
"fontStyle": "strikethrough"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"scope": "markup.inline.raw",
|
|
527
|
+
"settings": {
|
|
528
|
+
"foreground": "#0550ae"
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"scope": [
|
|
533
|
+
"markup.deleted",
|
|
534
|
+
"meta.diff.header.from-file",
|
|
535
|
+
"punctuation.definition.deleted"
|
|
536
|
+
],
|
|
537
|
+
"settings": {
|
|
538
|
+
"background": "#ffebe9",
|
|
539
|
+
"foreground": "#82071e"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"scope": [
|
|
544
|
+
"punctuation.section.embedded"
|
|
545
|
+
],
|
|
546
|
+
"settings": {
|
|
547
|
+
"foreground": "#cf222e"
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"scope": [
|
|
552
|
+
"markup.inserted",
|
|
553
|
+
"meta.diff.header.to-file",
|
|
554
|
+
"punctuation.definition.inserted"
|
|
555
|
+
],
|
|
556
|
+
"settings": {
|
|
557
|
+
"background": "#dafbe1",
|
|
558
|
+
"foreground": "#116329"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"scope": [
|
|
563
|
+
"markup.changed",
|
|
564
|
+
"punctuation.definition.changed"
|
|
565
|
+
],
|
|
566
|
+
"settings": {
|
|
567
|
+
"background": "#ffd8b5",
|
|
568
|
+
"foreground": "#953800"
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"scope": [
|
|
573
|
+
"markup.ignored",
|
|
574
|
+
"markup.untracked"
|
|
575
|
+
],
|
|
576
|
+
"settings": {
|
|
577
|
+
"background": "#0550ae",
|
|
578
|
+
"foreground": "#eaeef2"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"scope": "meta.diff.range",
|
|
583
|
+
"settings": {
|
|
584
|
+
"fontStyle": "bold",
|
|
585
|
+
"foreground": "#8250df"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"scope": "meta.diff.header",
|
|
590
|
+
"settings": {
|
|
591
|
+
"foreground": "#0550ae"
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"scope": "meta.separator",
|
|
596
|
+
"settings": {
|
|
597
|
+
"fontStyle": "bold",
|
|
598
|
+
"foreground": "#0550ae"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"scope": "meta.output",
|
|
603
|
+
"settings": {
|
|
604
|
+
"foreground": "#0550ae"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"scope": [
|
|
609
|
+
"brackethighlighter.tag",
|
|
610
|
+
"brackethighlighter.curly",
|
|
611
|
+
"brackethighlighter.round",
|
|
612
|
+
"brackethighlighter.square",
|
|
613
|
+
"brackethighlighter.angle",
|
|
614
|
+
"brackethighlighter.quote"
|
|
615
|
+
],
|
|
616
|
+
"settings": {
|
|
617
|
+
"foreground": "#57606a"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"scope": "brackethighlighter.unmatched",
|
|
622
|
+
"settings": {
|
|
623
|
+
"foreground": "#82071e"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"scope": [
|
|
628
|
+
"constant.other.reference.link",
|
|
629
|
+
"string.other.link"
|
|
630
|
+
],
|
|
631
|
+
"settings": {
|
|
632
|
+
"foreground": "#0a3069"
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
],
|
|
636
|
+
"type": "light"
|
|
637
|
+
}
|