summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-02-28 18:31:34 -0500
committerkj_sh6042026-02-28 18:31:34 -0500
commitfdb4c807d29a6b016e7b2b570174e715518d5cc9 (patch)
tree5f6b3698707136463ba9a8f66c25d4cabe55ac32
parentd775fd3ddc07ab66ef8beef8a66384dc7c21b772 (diff)
refactor: themes/kijish-color-theme.json
-rw-r--r--themes/kijish-color-theme.json64
1 files changed, 11 insertions, 53 deletions
diff --git a/themes/kijish-color-theme.json b/themes/kijish-color-theme.json
index 9330b6d..91d6475 100644
--- a/themes/kijish-color-theme.json
+++ b/themes/kijish-color-theme.json
@@ -10,7 +10,6 @@
10 "descriptionForeground": "#b0b0b0", 10 "descriptionForeground": "#b0b0b0",
11 "errorForeground": "#d67979", 11 "errorForeground": "#d67979",
12 "icon.foreground": "#b0b0b0", 12 "icon.foreground": "#b0b0b0",
13
14 "textBlockQuote.background": "#333333", 13 "textBlockQuote.background": "#333333",
15 "textBlockQuote.border": "#8cd0d3", 14 "textBlockQuote.border": "#8cd0d3",
16 "textCodeBlock.background": "#333333", 15 "textCodeBlock.background": "#333333",
@@ -18,23 +17,19 @@
18 "textLink.foreground": "#94bff3", 17 "textLink.foreground": "#94bff3",
19 "textPreformat.foreground": "#72d5a3", 18 "textPreformat.foreground": "#72d5a3",
20 "textSeparator.foreground": "#709080", 19 "textSeparator.foreground": "#709080",
21
22 "button.background": "#60b48a", 20 "button.background": "#60b48a",
23 "button.foreground": "#2c2c2c", 21 "button.foreground": "#2c2c2c",
24 "button.hoverBackground": "#72d5a3", 22 "button.hoverBackground": "#72d5a3",
25 "button.secondaryBackground": "#3f3f3f", 23 "button.secondaryBackground": "#3f3f3f",
26 "button.secondaryForeground": "#dcdcdc", 24 "button.secondaryForeground": "#dcdcdc",
27 "button.secondaryHoverBackground": "#4a4a4a", 25 "button.secondaryHoverBackground": "#4a4a4a",
28
29 "checkbox.background": "#333333", 26 "checkbox.background": "#333333",
30 "checkbox.foreground": "#dcdcdc", 27 "checkbox.foreground": "#dcdcdc",
31 "checkbox.border": "#709080", 28 "checkbox.border": "#709080",
32
33 "dropdown.background": "#333333", 29 "dropdown.background": "#333333",
34 "dropdown.border": "#3f3f3f", 30 "dropdown.border": "#3f3f3f",
35 "dropdown.foreground": "#dcdcdc", 31 "dropdown.foreground": "#dcdcdc",
36 "dropdown.listBackground": "#2c2c2c", 32 "dropdown.listBackground": "#2c2c2c",
37
38 "input.background": "#333333", 33 "input.background": "#333333",
39 "input.border": "#3f3f3f", 34 "input.border": "#3f3f3f",
40 "input.foreground": "#dcdcdc", 35 "input.foreground": "#dcdcdc",
@@ -51,17 +46,13 @@
51 "inputValidation.warningBackground": "#3f3020", 46 "inputValidation.warningBackground": "#3f3020",
52 "inputValidation.warningBorder": "#dfaf8f", 47 "inputValidation.warningBorder": "#dfaf8f",
53 "inputValidation.warningForeground": "#f0dfaf", 48 "inputValidation.warningForeground": "#f0dfaf",
54
55 "scrollbar.shadow": "#1e1e1e", 49 "scrollbar.shadow": "#1e1e1e",
56 "scrollbarSlider.activeBackground": "#70908066", 50 "scrollbarSlider.activeBackground": "#70908066",
57 "scrollbarSlider.background": "#70908033", 51 "scrollbarSlider.background": "#70908033",
58 "scrollbarSlider.hoverBackground": "#70908055", 52 "scrollbarSlider.hoverBackground": "#70908055",
59
60 "badge.background": "#9ab8d7", 53 "badge.background": "#9ab8d7",
61 "badge.foreground": "#2c2c2c", 54 "badge.foreground": "#2c2c2c",
62
63 "progressBar.background": "#8cd0d3", 55 "progressBar.background": "#8cd0d3",
64
65 "list.activeSelectionBackground": "#3f3f3f", 56 "list.activeSelectionBackground": "#3f3f3f",
66 "list.activeSelectionForeground": "#dcdcdc", 57 "list.activeSelectionForeground": "#dcdcdc",
67 "list.dropBackground": "#3f3f3f", 58 "list.dropBackground": "#3f3f3f",
@@ -81,16 +72,13 @@
81 "listFilterWidget.outline": "#8cd0d3", 72 "listFilterWidget.outline": "#8cd0d3",
82 "list.filterMatchBackground": "#4a4a2a", 73 "list.filterMatchBackground": "#4a4a2a",
83 "list.filterMatchBorder": "#dfaf8f", 74 "list.filterMatchBorder": "#dfaf8f",
84
85 "tree.indentGuidesStroke": "#709080", 75 "tree.indentGuidesStroke": "#709080",
86
87 "activityBar.background": "#252525", 76 "activityBar.background": "#252525",
88 "activityBar.border": "#1e1e1e", 77 "activityBar.border": "#1e1e1e",
89 "activityBar.foreground": "#dcdcdc", 78 "activityBar.foreground": "#dcdcdc",
90 "activityBar.inactiveForeground": "#709080", 79 "activityBar.inactiveForeground": "#709080",
91 "activityBarBadge.background": "#8cd0d3", 80 "activityBarBadge.background": "#8cd0d3",
92 "activityBarBadge.foreground": "#2c2c2c", 81 "activityBarBadge.foreground": "#2c2c2c",
93
94 "sideBar.background": "#272727", 82 "sideBar.background": "#272727",
95 "sideBar.border": "#1e1e1e", 83 "sideBar.border": "#1e1e1e",
96 "sideBar.foreground": "#b0b0b0", 84 "sideBar.foreground": "#b0b0b0",
@@ -98,7 +86,6 @@
98 "sideBarSectionHeader.foreground": "#dcdcdc", 86 "sideBarSectionHeader.foreground": "#dcdcdc",
99 "sideBarSectionHeader.border": "#1e1e1e", 87 "sideBarSectionHeader.border": "#1e1e1e",
100 "sideBarTitle.foreground": "#dcdcdc", 88 "sideBarTitle.foreground": "#dcdcdc",
101
102 "minimap.findMatchHighlight": "#dfaf8f66", 89 "minimap.findMatchHighlight": "#dfaf8f66",
103 "minimap.selectionHighlight": "#4a4a4a66", 90 "minimap.selectionHighlight": "#4a4a4a66",
104 "minimap.errorHighlight": "#d6797966", 91 "minimap.errorHighlight": "#d6797966",
@@ -106,13 +93,11 @@
106 "minimapGutter.addedBackground": "#60b48a", 93 "minimapGutter.addedBackground": "#60b48a",
107 "minimapGutter.deletedBackground": "#d67979", 94 "minimapGutter.deletedBackground": "#d67979",
108 "minimapGutter.modifiedBackground": "#9ab8d7", 95 "minimapGutter.modifiedBackground": "#9ab8d7",
109
110 "editorGroup.border": "#1e1e1e", 96 "editorGroup.border": "#1e1e1e",
111 "editorGroup.dropBackground": "#3f3f3f33", 97 "editorGroup.dropBackground": "#3f3f3f33",
112 "editorGroupHeader.noTabsBackground": "#2c2c2c", 98 "editorGroupHeader.noTabsBackground": "#2c2c2c",
113 "editorGroupHeader.tabsBackground": "#252525", 99 "editorGroupHeader.tabsBackground": "#252525",
114 "editorGroupHeader.tabsBorder": "#1e1e1e", 100 "editorGroupHeader.tabsBorder": "#1e1e1e",
115
116 "tab.activeBackground": "#2c2c2c", 101 "tab.activeBackground": "#2c2c2c",
117 "tab.activeForeground": "#dcdcdc", 102 "tab.activeForeground": "#dcdcdc",
118 "tab.activeBorder": "#2c2c2c", 103 "tab.activeBorder": "#2c2c2c",
@@ -125,55 +110,42 @@
125 "tab.unfocusedActiveForeground": "#b0b0b0", 110 "tab.unfocusedActiveForeground": "#b0b0b0",
126 "tab.unfocusedInactiveBackground": "#252525", 111 "tab.unfocusedInactiveBackground": "#252525",
127 "tab.unfocusedInactiveForeground": "#709080", 112 "tab.unfocusedInactiveForeground": "#709080",
128
129 "editor.background": "#2c2c2c", 113 "editor.background": "#2c2c2c",
130 "editor.foreground": "#dcdcdc", 114 "editor.foreground": "#dcdcdc",
131 "editorLineNumber.foreground": "#555555", 115 "editorLineNumber.foreground": "#a9a9a9",
132 "editorLineNumber.activeForeground": "#709080", 116 "editorLineNumber.activeForeground": "#00ffff",
133 "editorCursor.foreground": "#dcdcdc", 117 "editorCursor.foreground": "#dcdcdc",
134 "editorCursor.background": "#2c2c2c", 118 "editorCursor.background": "#2c2c2c",
135
136 "editor.selectionBackground": "#4a4a4a", 119 "editor.selectionBackground": "#4a4a4a",
137 "editor.inactiveSelectionBackground": "#3f3f3f99", 120 "editor.inactiveSelectionBackground": "#3f3f3f99",
138 "editor.selectionHighlightBackground": "#4a4a4a55", 121 "editor.selectionHighlightBackground": "#4a4a4a55",
139 "editor.selectionHighlightBorder": "#70908055", 122 "editor.selectionHighlightBorder": "#70908055",
140
141 "editor.wordHighlightBackground": "#4a4a4a55", 123 "editor.wordHighlightBackground": "#4a4a4a55",
142 "editor.wordHighlightBorder": "#70908055", 124 "editor.wordHighlightBorder": "#70908055",
143 "editor.wordHighlightStrongBackground": "#4a4a4a88", 125 "editor.wordHighlightStrongBackground": "#4a4a4a88",
144 "editor.wordHighlightStrongBorder": "#70908088", 126 "editor.wordHighlightStrongBorder": "#70908088",
145
146 "editor.findMatchBackground": "#dfaf8f44", 127 "editor.findMatchBackground": "#dfaf8f44",
147 "editor.findMatchBorder": "#dfaf8f", 128 "editor.findMatchBorder": "#dfaf8f",
148 "editor.findMatchHighlightBackground": "#dfaf8f22", 129 "editor.findMatchHighlightBackground": "#dfaf8f22",
149 "editor.findMatchHighlightBorder": "#dfaf8f55", 130 "editor.findMatchHighlightBorder": "#dfaf8f55",
150 "editor.findRangeHighlightBackground": "#3f3f3f44", 131 "editor.findRangeHighlightBackground": "#3f3f3f44",
151 "editor.findRangeHighlightBorder": "#00000000", 132 "editor.findRangeHighlightBorder": "#00000000",
152
153 "editor.hoverHighlightBackground": "#4a4a4a55", 133 "editor.hoverHighlightBackground": "#4a4a4a55",
154
155 "editor.lineHighlightBackground": "#333333", 134 "editor.lineHighlightBackground": "#333333",
156 "editor.lineHighlightBorder": "#00000000", 135 "editor.lineHighlightBorder": "#00000000",
157
158 "editorLink.activeForeground": "#94bff3", 136 "editorLink.activeForeground": "#94bff3",
159
160 "editor.rangeHighlightBackground": "#3f3f3f33", 137 "editor.rangeHighlightBackground": "#3f3f3f33",
161 "editor.rangeHighlightBorder": "#00000000", 138 "editor.rangeHighlightBorder": "#00000000",
162 "editor.symbolHighlightBackground": "#4a4a4a55", 139 "editor.symbolHighlightBackground": "#4a4a4a55",
163
164 "editorWhitespace.foreground": "#3f3f3f", 140 "editorWhitespace.foreground": "#3f3f3f",
165 "editorIndentGuide.background1": "#3f3f3f", 141 "editorIndentGuide.background1": "#3f3f3f",
166 "editorIndentGuide.activeBackground1": "#709080", 142 "editorIndentGuide.activeBackground1": "#709080",
167
168 "editorRuler.foreground": "#3f3f3f", 143 "editorRuler.foreground": "#3f3f3f",
169
170 "editorCodeLens.foreground": "#709080", 144 "editorCodeLens.foreground": "#709080",
171 "editorLightBulb.foreground": "#f0dfaf", 145 "editorLightBulb.foreground": "#f0dfaf",
172 "editorLightBulbAutoFix.foreground": "#8cd0d3", 146 "editorLightBulbAutoFix.foreground": "#8cd0d3",
173
174 "editorBracketMatch.background": "#4a4a4a55", 147 "editorBracketMatch.background": "#4a4a4a55",
175 "editorBracketMatch.border": "#709080", 148 "editorBracketMatch.border": "#709080",
176
177 "editor.foldBackground": "#3f3f3f33", 149 "editor.foldBackground": "#3f3f3f33",
178 "editorOverviewRuler.background": "#252525", 150 "editorOverviewRuler.background": "#252525",
179 "editorOverviewRuler.border": "#1e1e1e", 151 "editorOverviewRuler.border": "#1e1e1e",
@@ -189,7 +161,6 @@
189 "editorOverviewRuler.warningForeground": "#dfaf8f", 161 "editorOverviewRuler.warningForeground": "#dfaf8f",
190 "editorOverviewRuler.infoForeground": "#8cd0d3", 162 "editorOverviewRuler.infoForeground": "#8cd0d3",
191 "editorOverviewRuler.bracketMatchForeground": "#709080", 163 "editorOverviewRuler.bracketMatchForeground": "#709080",
192
193 "editorError.foreground": "#d67979", 164 "editorError.foreground": "#d67979",
194 "editorError.border": "#00000000", 165 "editorError.border": "#00000000",
195 "editorWarning.foreground": "#dfaf8f", 166 "editorWarning.foreground": "#dfaf8f",
@@ -198,21 +169,17 @@
198 "editorInfo.border": "#00000000", 169 "editorInfo.border": "#00000000",
199 "editorHint.foreground": "#72d5a3", 170 "editorHint.foreground": "#72d5a3",
200 "editorHint.border": "#00000000", 171 "editorHint.border": "#00000000",
201
202 "editorUnnecessaryCode.opacity": "#00000088", 172 "editorUnnecessaryCode.opacity": "#00000088",
203
204 "editorGutter.background": "#2c2c2c", 173 "editorGutter.background": "#2c2c2c",
205 "editorGutter.modifiedBackground": "#9ab8d7", 174 "editorGutter.modifiedBackground": "#9ab8d7",
206 "editorGutter.addedBackground": "#60b48a", 175 "editorGutter.addedBackground": "#60b48a",
207 "editorGutter.deletedBackground": "#d67979", 176 "editorGutter.deletedBackground": "#d67979",
208 "editorGutter.commentRangeForeground": "#709080", 177 "editorGutter.commentRangeForeground": "#709080",
209
210 "diffEditor.insertedTextBackground": "#60b48a22", 178 "diffEditor.insertedTextBackground": "#60b48a22",
211 "diffEditor.insertedTextBorder": "#60b48a44", 179 "diffEditor.insertedTextBorder": "#60b48a44",
212 "diffEditor.removedTextBackground": "#d6797922", 180 "diffEditor.removedTextBackground": "#d6797922",
213 "diffEditor.removedTextBorder": "#d6797944", 181 "diffEditor.removedTextBorder": "#d6797944",
214 "diffEditor.border": "#3f3f3f", 182 "diffEditor.border": "#3f3f3f",
215
216 "editorWidget.background": "#272727", 183 "editorWidget.background": "#272727",
217 "editorWidget.border": "#3f3f3f", 184 "editorWidget.border": "#3f3f3f",
218 "editorWidget.foreground": "#dcdcdc", 185 "editorWidget.foreground": "#dcdcdc",
@@ -225,14 +192,12 @@
225 "editorHoverWidget.background": "#272727", 192 "editorHoverWidget.background": "#272727",
226 "editorHoverWidget.border": "#3f3f3f", 193 "editorHoverWidget.border": "#3f3f3f",
227 "editorHoverWidget.foreground": "#dcdcdc", 194 "editorHoverWidget.foreground": "#dcdcdc",
228
229 "debugExceptionWidget.background": "#272727", 195 "debugExceptionWidget.background": "#272727",
230 "debugExceptionWidget.border": "#d67979", 196 "debugExceptionWidget.border": "#d67979",
231 "editorMarkerNavigation.background": "#272727", 197 "editorMarkerNavigation.background": "#272727",
232 "editorMarkerNavigationError.background": "#d67979", 198 "editorMarkerNavigationError.background": "#d67979",
233 "editorMarkerNavigationWarning.background": "#dfaf8f", 199 "editorMarkerNavigationWarning.background": "#dfaf8f",
234 "editorMarkerNavigationInfo.background": "#8cd0d3", 200 "editorMarkerNavigationInfo.background": "#8cd0d3",
235
236 "peekView.border": "#8cd0d3", 201 "peekView.border": "#8cd0d3",
237 "peekViewEditor.background": "#252525", 202 "peekViewEditor.background": "#252525",
238 "peekViewEditor.matchHighlightBackground": "#dfaf8f33", 203 "peekViewEditor.matchHighlightBackground": "#dfaf8f33",
@@ -247,7 +212,6 @@
247 "peekViewTitle.background": "#252525", 212 "peekViewTitle.background": "#252525",
248 "peekViewTitleDescription.foreground": "#709080", 213 "peekViewTitleDescription.foreground": "#709080",
249 "peekViewTitleLabel.foreground": "#dcdcdc", 214 "peekViewTitleLabel.foreground": "#dcdcdc",
250
251 "merge.currentContentBackground": "#60b48a22", 215 "merge.currentContentBackground": "#60b48a22",
252 "merge.currentHeaderBackground": "#60b48a44", 216 "merge.currentHeaderBackground": "#60b48a44",
253 "merge.incomingContentBackground": "#9ab8d722", 217 "merge.incomingContentBackground": "#9ab8d722",
@@ -256,14 +220,12 @@
256 "merge.commonContentBackground": "#3f3f3f22", 220 "merge.commonContentBackground": "#3f3f3f22",
257 "merge.commonHeaderBackground": "#3f3f3f44", 221 "merge.commonHeaderBackground": "#3f3f3f44",
258 "editorSuggestWidget.selectedForeground": "#dcdcdc", 222 "editorSuggestWidget.selectedForeground": "#dcdcdc",
259
260 "panel.background": "#252525", 223 "panel.background": "#252525",
261 "panel.border": "#1e1e1e", 224 "panel.border": "#1e1e1e",
262 "panelTitle.activeBorder": "#8cd0d3", 225 "panelTitle.activeBorder": "#8cd0d3",
263 "panelTitle.activeForeground": "#dcdcdc", 226 "panelTitle.activeForeground": "#dcdcdc",
264 "panelTitle.inactiveForeground": "#709080", 227 "panelTitle.inactiveForeground": "#709080",
265 "panelInput.border": "#3f3f3f", 228 "panelInput.border": "#3f3f3f",
266
267 "statusBar.background": "#1e1e1e", 229 "statusBar.background": "#1e1e1e",
268 "statusBar.foreground": "#b0b0b0", 230 "statusBar.foreground": "#b0b0b0",
269 "statusBar.border": "#1e1e1e", 231 "statusBar.border": "#1e1e1e",
@@ -280,13 +242,11 @@
280 "statusBarItem.remoteForeground": "#2c2c2c", 242 "statusBarItem.remoteForeground": "#2c2c2c",
281 "statusBarItem.errorBackground": "#d67979", 243 "statusBarItem.errorBackground": "#d67979",
282 "statusBarItem.errorForeground": "#2c2c2c", 244 "statusBarItem.errorForeground": "#2c2c2c",
283
284 "titleBar.activeBackground": "#252525", 245 "titleBar.activeBackground": "#252525",
285 "titleBar.activeForeground": "#dcdcdc", 246 "titleBar.activeForeground": "#dcdcdc",
286 "titleBar.border": "#1e1e1e", 247 "titleBar.border": "#1e1e1e",
287 "titleBar.inactiveBackground": "#1e1e1e", 248 "titleBar.inactiveBackground": "#1e1e1e",
288 "titleBar.inactiveForeground": "#709080", 249 "titleBar.inactiveForeground": "#709080",
289
290 "menubar.selectionBackground": "#3f3f3f", 250 "menubar.selectionBackground": "#3f3f3f",
291 "menubar.selectionForeground": "#dcdcdc", 251 "menubar.selectionForeground": "#dcdcdc",
292 "menubar.selectionBorder": "#3f3f3f", 252 "menubar.selectionBorder": "#3f3f3f",
@@ -297,7 +257,6 @@
297 "menu.selectionBorder": "#3f3f3f", 257 "menu.selectionBorder": "#3f3f3f",
298 "menu.separatorBackground": "#3f3f3f", 258 "menu.separatorBackground": "#3f3f3f",
299 "menu.border": "#3f3f3f", 259 "menu.border": "#3f3f3f",
300
301 "notificationCenter.border": "#3f3f3f", 260 "notificationCenter.border": "#3f3f3f",
302 "notificationCenterHeader.background": "#252525", 261 "notificationCenterHeader.background": "#252525",
303 "notificationCenterHeader.foreground": "#dcdcdc", 262 "notificationCenterHeader.foreground": "#dcdcdc",
@@ -308,19 +267,16 @@
308 "notificationsErrorIcon.foreground": "#d67979", 267 "notificationsErrorIcon.foreground": "#d67979",
309 "notificationsInfoIcon.foreground": "#8cd0d3", 268 "notificationsInfoIcon.foreground": "#8cd0d3",
310 "notificationsWarningIcon.foreground": "#dfaf8f", 269 "notificationsWarningIcon.foreground": "#dfaf8f",
311
312 "extensionButton.prominentBackground": "#60b48a", 270 "extensionButton.prominentBackground": "#60b48a",
313 "extensionButton.prominentForeground": "#2c2c2c", 271 "extensionButton.prominentForeground": "#2c2c2c",
314 "extensionButton.prominentHoverBackground": "#72d5a3", 272 "extensionButton.prominentHoverBackground": "#72d5a3",
315 "extensionBadge.remoteBackground": "#60b48a", 273 "extensionBadge.remoteBackground": "#60b48a",
316 "extensionBadge.remoteForeground": "#2c2c2c", 274 "extensionBadge.remoteForeground": "#2c2c2c",
317
318 "pickerGroup.border": "#3f3f3f", 275 "pickerGroup.border": "#3f3f3f",
319 "pickerGroup.foreground": "#709080", 276 "pickerGroup.foreground": "#709080",
320 "quickInput.background": "#272727", 277 "quickInput.background": "#272727",
321 "quickInput.foreground": "#dcdcdc", 278 "quickInput.foreground": "#dcdcdc",
322 "quickInputTitle.background": "#252525", 279 "quickInputTitle.background": "#252525",
323
324 "terminal.background": "#2c2c2c", 280 "terminal.background": "#2c2c2c",
325 "terminal.foreground": "#dcdcdc", 281 "terminal.foreground": "#dcdcdc",
326 "terminal.ansiBlack": "#3f3f3f", 282 "terminal.ansiBlack": "#3f3f3f",
@@ -343,7 +299,6 @@
343 "terminal.border": "#1e1e1e", 299 "terminal.border": "#1e1e1e",
344 "terminalCursor.background": "#2c2c2c", 300 "terminalCursor.background": "#2c2c2c",
345 "terminalCursor.foreground": "#dcdcdc", 301 "terminalCursor.foreground": "#dcdcdc",
346
347 "debugToolBar.background": "#252525", 302 "debugToolBar.background": "#252525",
348 "debugToolBar.border": "#3f3f3f", 303 "debugToolBar.border": "#3f3f3f",
349 "editor.stackFrameHighlightBackground": "#dfaf8f22", 304 "editor.stackFrameHighlightBackground": "#dfaf8f22",
@@ -359,7 +314,6 @@
359 "debugTokenExpression.boolean": "#f0dfaf", 314 "debugTokenExpression.boolean": "#f0dfaf",
360 "debugTokenExpression.number": "#f0dfaf", 315 "debugTokenExpression.number": "#f0dfaf",
361 "debugTokenExpression.error": "#d67979", 316 "debugTokenExpression.error": "#d67979",
362
363 "symbolIcon.arrayForeground": "#dfaf8f", 317 "symbolIcon.arrayForeground": "#dfaf8f",
364 "symbolIcon.booleanForeground": "#f0dfaf", 318 "symbolIcon.booleanForeground": "#f0dfaf",
365 "symbolIcon.classForeground": "#9ab8d7", 319 "symbolIcon.classForeground": "#9ab8d7",
@@ -392,7 +346,6 @@
392 "symbolIcon.typeParameterForeground": "#dfaf8f", 346 "symbolIcon.typeParameterForeground": "#dfaf8f",
393 "symbolIcon.unitForeground": "#f0dfaf", 347 "symbolIcon.unitForeground": "#f0dfaf",
394 "symbolIcon.variableForeground": "#dcdcdc", 348 "symbolIcon.variableForeground": "#dcdcdc",
395
396 "charts.red": "#d67979", 349 "charts.red": "#d67979",
397 "charts.blue": "#9ab8d7", 350 "charts.blue": "#9ab8d7",
398 "charts.yellow": "#dfaf8f", 351 "charts.yellow": "#dfaf8f",
@@ -401,7 +354,6 @@
401 "charts.purple": "#dc8cc3", 354 "charts.purple": "#dc8cc3",
402 "charts.foreground": "#dcdcdc", 355 "charts.foreground": "#dcdcdc",
403 "charts.lines": "#709080", 356 "charts.lines": "#709080",
404
405 "breadcrumb.background": "#2c2c2c", 357 "breadcrumb.background": "#2c2c2c",
406 "breadcrumb.foreground": "#709080", 358 "breadcrumb.foreground": "#709080",
407 "breadcrumb.activeSelectionForeground": "#dcdcdc", 359 "breadcrumb.activeSelectionForeground": "#dcdcdc",
@@ -909,13 +861,19 @@
909 "parameter": "#dca3a3", 861 "parameter": "#dca3a3",
910 "property": "#dcdcdc", 862 "property": "#dcdcdc",
911 "type": "#9ab8d7", 863 "type": "#9ab8d7",
912 "comment": { "foreground": "#709080", "italic": true }, 864 "comment": {
865 "foreground": "#709080",
866 "italic": true
867 },
913 "string": "#72d5a3", 868 "string": "#72d5a3",
914 "number": "#f0dfaf", 869 "number": "#f0dfaf",
915 "keyword": "#94bff3", 870 "keyword": "#94bff3",
916 "operator": "#dcdcdc", 871 "operator": "#dcdcdc",
917 "selfKeyword": { "foreground": "#94bff3", "italic": true }, 872 "selfKeyword": {
873 "foreground": "#94bff3",
874 "italic": true
875 },
918 "builtinType": "#93e0e3", 876 "builtinType": "#93e0e3",
919 "lifetime": "#dfaf8f" 877 "lifetime": "#dfaf8f"
920 } 878 }
921} 879} \ No newline at end of file