Skip to content

Commit f604af7

Browse files
committed
Removing unused stuff
1 parent 83afd90 commit f604af7

2 files changed

Lines changed: 17 additions & 108 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "w40-theme",
33
"displayName": "w40 Theme",
44
"description": "A simple VSCode theme, good for your eyes.",
5-
"version": "1.0.1",
5+
"version": "1.0.3",
66
"license": "MIT",
77
"author": "Emerson Santiago",
88
"publisher": "emersonsm",
@@ -36,7 +36,7 @@
3636
{
3737
"label": "w40 Theme",
3838
"uiTheme": "vs-dark",
39-
"path": "./themes/w40.json"
39+
"path": "./themes/w40-color-theme.json"
4040
}
4141
]
4242
}
Lines changed: 15 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"editorSuggestWidget.background": "#1e1e1e",
188188
"editorSuggestWidget.foreground": "#FFFFFF",
189189
"editorSuggestWidget.highlightForeground": "#cd84c8",
190-
"editorSuggestWidget.selectedBackground": "#1e1e1e",
190+
"editorSuggestWidget.selectedBackground": "#3b3b3b",
191191
"editorHoverWidget.foreground": "#FFFFFF",
192192
"editorHoverWidget.background": "#1e1e1e",
193193
"editorHoverWidget.border": "#cd84c8",
@@ -281,7 +281,7 @@
281281
"quickInput.foreground": "#ffffff",
282282
"quickInputTitle.background": "#1e1e1e",
283283
"terminal.background": "#1e1e1e",
284-
"terminal.foreground": "#FFFFFF",
284+
"terminal.foreground": "#B1B1B3",
285285
"terminal.ansiBlack": "#1e1e1e",
286286
"terminal.ansiBlue": "#cd84c8",
287287
"terminal.ansiBrightBlack": "#515151",
@@ -291,112 +291,38 @@
291291
"terminal.ansiBrightMagenta": "#cd84c8",
292292
"terminal.ansiBrightRed": "#ffffff",
293293
"terminal.ansiBrightWhite": "#ffffff",
294-
"terminal.ansiBrightYellow": "#5bbbec",
294+
"terminal.ansiBrightYellow": "#e9ec5b",
295295
"terminal.ansiCyan": "#ffffff",
296296
"terminal.ansiGreen": "#c4bfa2",
297297
"terminal.ansiMagenta": "#cd84c8",
298298
"terminal.ansiRed": "#cd84c8",
299299
"terminal.ansiWhite": "#ffffff",
300-
"terminal.ansiYellow": "#5bbbec",
300+
"terminal.ansiYellow": "#ddec5b",
301301
"terminal.selectionBackground": "#cd84c87f",
302302
"terminalCursor.background": "#515151",
303303
"terminalCursor.foreground": "#ee77a5",
304304
"debugToolBar.background": "#515151",
305305
"debugToolBar.border": "#1e1e1e",
306306
"editor.stackFrameHighlightBackground": "#ffffff3f",
307307
"editor.focusedStackFrameHighlightBackground": "#c4bfa23f",
308-
"debugView.exceptionLabelForeground": "#5bbbec",
309-
"debugView.exceptionLabelBackground": "#515151",
310-
"debugView.stateLabelForeground": "#cd84c8",
311-
"debugView.stateLabelBackground": "#515151",
312-
"debugView.valueChangedHighlight": "#5bbbec33",
313-
"debugTokenExpression.name": "#cd84c8",
314-
"debugTokenExpression.value": "#ffffff",
315-
"debugTokenExpression.string": "#c4bfa2",
316-
"debugTokenExpression.boolean": "#ee77a5",
317-
"debugTokenExpression.number": "#cd84c8",
318-
"debugTokenExpression.error": "#cd84c8",
319-
"testing.iconFailed": "#ffffff",
320-
"testing.iconErrored": "#cd84c8",
321-
"testing.iconPassed": "#c4bfa2",
322-
"testing.runAction": "#cd84c8",
323-
"testing.iconQueued": "#ffffff",
324-
"testing.iconUnset": "#ee77a5",
325-
"testing.iconSkipped": "#ffffff",
326-
"testing.peekBorder": "#323232",
327-
"testing.message.error.decorationForeground": "#cd84c8",
328-
"testing.message.error.lineBackground": "#cd84c83f",
329-
"testing.message.warning.decorationForeground": "#ffffff",
330-
"testing.message.warning.lineBackground": "#ffffff3f",
331-
"testing.message.info.decorationForeground": "#cd84c8",
332-
"testing.message.info.lineBackground": "#cd84c83f",
333-
"testing.message.hint.decorationForeground": "#cd84c8",
334-
"testing.message.hint.lineBackground": "#cd84c83f",
335308
"welcomePage.background": "#1e1e1e",
336309
"welcomePage.buttonBackground": "#515151",
337310
"welcomePage.buttonHoverBackground": "#1e1e1e",
338311
"welcomePage.progress.background": "#cd84c8",
339312
"welcomePage.progress.foreground": "#ffffff",
340313
"walkThrough.embeddedEditorBackground": "#1e1e1e",
341-
"scm.providerBorder": "#1e1e1e",
342-
"settings.headerForeground": "#ffffff",
343-
"settings.modifiedItemIndicator": "#ffffff",
344-
"settings.dropdownBackground": "#515151",
345-
"settings.dropdownForeground": "#323232",
346-
"settings.dropdownListBorder": "#1e1e1e",
347-
"settings.checkboxBackground": "#cd84c8",
348-
"settings.checkboxForeground": "#1e1e1e",
349-
"settings.checkboxBorder": "#cd84c8",
350-
"settings.textInputBackground": "#515151",
351-
"settings.textInputForeground": "#323232",
352-
"settings.numberInputBackground": "#515151",
353-
"settings.numberInputForeground": "#323232",
354-
"settings.focusedRowBackground": "#1e1e1e",
355314
"breadcrumb.foreground": "#ee77a5",
356315
"breadcrumb.background": "#1e1e1e",
357316
"breadcrumb.focusForeground": "#ffffff",
358317
"breadcrumb.activeSelectionForeground": "#ffffff",
359318
"breadcrumbPicker.background": "#1e1e1e",
360319
"editor.snippetTabstopHighlightBackground": "#5151517f",
361320
"editor.snippetFinalTabstopHighlightBackground": "#1e1e1e7f",
362-
"symbolIcon.arrayForeground": "#cd84c8",
363-
"symbolIcon.booleanForeground": "#ee77a5",
364-
"symbolIcon.classForeground": "#cd84c8",
365-
"symbolIcon.colorForeground": "#ffffff",
366-
"symbolIcon.constantForeground": "#c4bfa2",
367-
"symbolIcon.constructorForeground": "#ee77a5",
368-
"symbolIcon.enumeratorForeground": "#ffffff",
369-
"symbolIcon.enumeratorMemberForeground": "#cd84c8",
370-
"symbolIcon.eventForeground": "#ffffff",
371-
"symbolIcon.fieldForeground": "#cd84c8",
372-
"symbolIcon.fileForeground": "#323232",
373-
"symbolIcon.folderForeground": "#ee77a5",
374-
"symbolIcon.functionForeground": "#ee77a5",
375-
"symbolIcon.interfaceForeground": "#cd84c8",
376-
"symbolIcon.keyForeground": "#5bbbec",
377-
"symbolIcon.keywordForeground": "#cd84c8",
378-
"symbolIcon.methodForeground": "#ffffff",
379-
"symbolIcon.moduleForeground": "#ffffff",
380-
"symbolIcon.namespaceForeground": "#cd84c8",
381-
"symbolIcon.nullForeground": "#cd84c8",
382-
"symbolIcon.numberForeground": "#ffffff",
383-
"symbolIcon.objectForeground": "#ffffff",
384-
"symbolIcon.operatorForeground": "#cd84c8",
385-
"symbolIcon.packageForeground": "#ffffff",
386-
"symbolIcon.propertyForeground": "#ffffff",
387-
"symbolIcon.referenceForeground": "#ffffff",
388-
"symbolIcon.snippetForeground": "#ee77a5",
389-
"symbolIcon.stringForeground": "#c4bfa2",
390-
"symbolIcon.structForeground": "#cd84c8",
391-
"symbolIcon.textForeground": "#ffffff",
392-
"symbolIcon.typeParameterForeground": "#cd84c8",
393-
"symbolIcon.unitForeground": "#5bbbec",
394-
"symbolIcon.variableForeground": "#ffffff",
395321
"debugIcon.breakpointForeground": "#cd84c8",
396322
"debugIcon.breakpointDisabledForeground": "#ffffff",
397323
"debugIcon.breakpointUnverifiedForeground": "#ee77a5",
398324
"debugIcon.breakpointCurrentStackframeForeground": "#c4bfa2",
399-
"debugIcon.breakpointStackframeForeground": "#5bbbec",
325+
"debugIcon.breakpointStackframeForeground": "#cd84c8",
400326
"debugIcon.startForeground": "#c4bfa2",
401327
"debugIcon.pauseForeground": "#cd84c8",
402328
"debugIcon.stopForeground": "#cd84c8",
@@ -412,37 +338,20 @@
412338
"debugConsole.errorForeground": "#cd84c8",
413339
"debugConsole.sourceForeground": "#ee77a5",
414340
"debugConsoleInputIcon.foreground": "#ffffff",
415-
"notebook.cellBorderColor": "#5151513f",
416-
"notebook.focusedEditorBorder": "#515151",
417-
"notebookStatusSuccessIcon.foreground": "#c4bfa2",
418-
"notebookStatusErrorIcon.foreground": "#cd84c8",
419-
"notebookStatusRunningIcon.foreground": "#cd84c8",
420-
"notebook.outputContainerBackgroundColor": "#1e1e1e",
421-
"notebook.cellToolbarSeparator": "#5151513f",
422-
"notebook.focusedCellBackground": "#5151517f",
423-
"notebook.cellHoverBackground": "#5151513f",
424-
"notebook.focusedCellBorder": "#ee77a5",
425-
"notebook.selectedCellBorder": "#ffffff",
426-
"notebook.cellStatusBarItemHoverBackground": "#5151513f",
427-
"notebook.cellInsertionIndicator": "#c4bfa2",
428-
"notebookScrollbarSlider.background": "#3232327f",
429-
"notebookScrollbarSlider.hoverBackground": "#ffffff7f",
430-
"notebookScrollbarSlider.activeBackground": "#ee77a57f",
431-
"notebook.symbolHighlightBackground": "#ee77a53f",
432-
"notebook.inactiveFocusedCellBorder": "#ee77a5",
433-
"charts.foreground": "#323232",
434-
"charts.lines": "#323232",
435-
"charts.red": "#cd84c8",
436-
"charts.blue": "#cd84c8",
437-
"charts.yellow": "#5bbbec",
438-
"charts.orange": "#ffffff",
439-
"charts.green": "#c4bfa2",
440-
"charts.purple": "#ee77a5"
341+
"gitDecoration.addedResourceForeground": "#8491cd",
342+
"gitDecoration.modifiedResourceForeground": "#95cd84",
343+
"gitDecoration.deletedResourceForeground": "#cd8484",
344+
"gitDecoration.untrackedResourceForeground": "#cd84c8",
345+
"gitDecoration.ignoredResourceForeground": "#939393",
346+
"gitDecoration.conflictingResourceForeground": "#ee77a5",
441347
},
442348
"tokenColors": [
443349
{
444350
"name": "Comment",
445-
"scope": "comment",
351+
"scope": [
352+
"comment",
353+
"punctuation.definition.comment"
354+
],
446355
"settings": {
447356
"foreground": "#818287"
448357
}

0 commit comments

Comments
 (0)