diff --git a/CHANGELOG.md b/CHANGELOG.md index 053c110..282a436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to the "catppuccin-noctis" extension will be documented in t Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## 0.3.0 + +- Update accent colors from flamingo to lavender +- Update cursor color to yellows +- Add logo image + ## 0.2.0 - Update colors and sample images diff --git a/README.md b/README.md index 92f7a68..7dbfd2e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Catppuccin Noctis! +![banner](images/logo.jpg) + +*logo by Eric Dauenhauer. Check out his other generative art and cool pieces at https://ericyd.com/generative-art/* ## TL,DR This theme takes [Noctis](https://github.com/liviuschera/noctis) syntax highlighting while using the increasingly popular [Catpuccin](https://github.com/catppuccin/catppuccin) palette. A bit of added personal flair as well and color scheme is tuned for python. Enjoy! diff --git a/images/logo.jpg b/images/logo.jpg new file mode 100644 index 0000000..2b523b1 Binary files /dev/null and b/images/logo.jpg differ diff --git a/package.json b/package.json index 37006f1..89c5221 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "displayName": "Catppuccin Noctis", "description": "Catppuccin palette with Noctis syntax highlighting!", "publisher": "alexdauenhauer", - "version": "0.2.0", + "version": "0.3.0", + "icon": "images/logo.jpg", "engines": { "vscode": "^1.46.0" }, diff --git a/themes/Catppuccin Noctis-color-theme.json b/themes/Catppuccin Noctis-color-theme.json index 3d192f2..6394610 100644 --- a/themes/Catppuccin Noctis-color-theme.json +++ b/themes/Catppuccin Noctis-color-theme.json @@ -3,16 +3,16 @@ "type": "dark", "colors": { "activityBar.activeBackground": "#302D41", - "activityBar.activeBorder": "#F2CDCD", + "activityBar.activeBorder": "#C9CBFF", "activityBar.background": "#1A1826", - "activityBar.border": "#F2CDCD", + "activityBar.border": "#C9CBFF", "activityBar.foreground": "#D9E0EE", "activityBar.inactiveForeground": "#6E6C7E", - "activityBarBadge.background": "#F2CDCD", + "activityBarBadge.background": "#C9CBFF", "activityBarBadge.foreground": "#161320", "badge.background": "#161320", "badge.foreground": "#6E6C7E", - "breadcrumb.activeSelectionForeground": "#F2CDCD", + "breadcrumb.activeSelectionForeground": "#C9CBFF", "breadcrumb.background": "#1E1E2E", "breadcrumb.focusForeground": "#D9E0EE", "breadcrumb.foreground": "#988BA2", @@ -34,7 +34,7 @@ "dropdown.foreground": "#C9CBFF", "editor.background": "#1E1E2E", "editor.findMatchBackground": "#161320", - "editor.findMatchBorder": "#F2CDCDb6", + "editor.findMatchBorder": "#C9CBFFb6", "editor.findMatchHighlightBackground": "#575268", "editor.findMatchHighlightBorder": "#161320", "editor.findRangeHighlightBackground": "#161320", @@ -52,13 +52,13 @@ "editor.snippetTabstopHighlightBackground": "#302D41", "editor.snippetTabstopHighlightBorder": "#302D41", "editor.wordHighlightBackground": "#161320", - "editor.wordHighlightBorder": "#F2CDCDb6", + "editor.wordHighlightBorder": "#C9CBFFb6", "editor.wordHighlightStrongBackground": "#161320", - "editor.wordHighlightStrongBorder": "#F2CDCDb6", + "editor.wordHighlightStrongBorder": "#C9CBFFb6", "editorBracketMatch.background": "#161320", "editorBracketMatch.border": "#89DCEB", "editorCodeLens.foreground": "#C9CBFF", - "editorCursor.foreground": "#F5C2E7", + "editorCursor.foreground": "#FAE3B0", "editorError.border": "#302D41", "editorError.foreground": "#F28FAD70", "editorGroup.border": "#161320", @@ -94,18 +94,18 @@ "editorOverviewRuler.incomingContentForeground": "#6E6C7E", "editorOverviewRuler.infoForeground": "#6E6C7E", "editorOverviewRuler.warningForeground": "#988BA2", - "editorRuler.foreground": "#F2CDCDa9", + "editorRuler.foreground": "#C9CBFFa9", "editorSuggestWidget.background": "#1E1E2E", "editorSuggestWidget.border": "#161320", "editorSuggestWidget.foreground": "#D9E0EE", - "editorSuggestWidget.highlightForeground": "#F2CDCD", + "editorSuggestWidget.highlightForeground": "#C9CBFF", "editorSuggestWidget.selectedBackground": "#161320", "editorWarning.border": "#302D41", "editorWarning.foreground": "#FAE3B070", "editorWhitespace.foreground": "#D9E0EE40", "editorWidget.background": "#1A1826", - "editorWidget.border": "#F2CDCD", - "editorWidget.resizeBorder": "#F2CDCD", + "editorWidget.border": "#C9CBFF", + "editorWidget.resizeBorder": "#C9CBFF", "errorForeground": "#F28FAD", "extensionBadge.remoteForeground": "#D9E0EE", "extensionButton.prominentBackground": "#ABE9B3", @@ -135,17 +135,17 @@ "inputValidation.warningBorder": "#FAE3B0", "inputValidation.warningForeground": "#F8BD96", "list.activeSelectionBackground": "#1A1826", - "list.activeSelectionForeground": "#F2CDCD", + "list.activeSelectionForeground": "#C9CBFF", "list.dropBackground": "#F28FAD80", "list.errorForeground": "#F28FAD", "list.focusBackground": "#D9E0EE20", "list.focusForeground": "#D9E0EE", - "list.highlightForeground": "#F2CDCD", + "list.highlightForeground": "#C9CBFF", "list.hoverBackground": "#1A1826", "list.hoverForeground": "#D9E0EE", "list.inactiveFocusBackground": "#302D41", "list.inactiveSelectionBackground": "#161320", - "list.inactiveSelectionForeground": "#F2CDCD", + "list.inactiveSelectionForeground": "#C9CBFF", "list.warningForeground": "#F8BD96", "listFilterWidget.background": "#161320", "listFilterWidget.noMatchesOutline": "#161320", @@ -154,11 +154,11 @@ "menu.foreground": "#D9E0EE", "menu.selectionBackground": "#161320", "menu.selectionBorder": "#161320", - "menu.selectionForeground": "#F2CDCD", + "menu.selectionForeground": "#C9CBFF", "menu.separatorBackground": "#D9E0EE", "menubar.selectionBackground": "#161320", "menubar.selectionBorder": "#161320", - "menubar.selectionForeground": "#F2CDCD", + "menubar.selectionForeground": "#C9CBFF", "merge.border": "#302D4100", "merge.commonContentBackground": "#575268", "merge.commonHeaderBackground": "#6E6C7E", @@ -173,24 +173,24 @@ "minimapGutter.addedBackground": "#ABE9B3", "minimapGutter.deletedBackground": "#F28FAD", "minimapGutter.modifiedBackground": "#ABE9B3", - "notebook.selectedCellBorder": "#F2CDCDa9", - "notebook.focusedCellBorder": "#F2CDCDa9", + "notebook.selectedCellBorder": "#C9CBFFa9", + "notebook.focusedCellBorder": "#C9CBFFa9", // "notebook.selectedCellBackground": "#383b3d80", // "notebook.selectedCellBorder": "#161320", "notificationCenter.border": "#1A1826", "notificationCenterHeader.background": "#1A1826", "notificationCenterHeader.foreground": "#6E6C7E", - "notificationLink.foreground": "#F2CDCD", + "notificationLink.foreground": "#C9CBFF", "notificationToast.border": "#1A1826", "notifications.background": "#1E1E2E", "notifications.border": "#1A1826", "notifications.foreground": "#D9E0EE", "panel.background": "#1A1826", "panel.border": "#16132060", - "panelTitle.activeBorder": "#F2CDCD", + "panelTitle.activeBorder": "#C9CBFF", "panelTitle.activeForeground": "#D9E0EE", "panelTitle.inactiveForeground": "#D9E0EE", - "peekView.border": "#F2CDCDa9", + "peekView.border": "#C9CBFFa9", "peekViewEditor.background": "#161320", "peekViewEditor.matchHighlightBackground": "#161320", "peekViewEditorGutter.background": "#161320", @@ -204,16 +204,16 @@ "peekViewTitleDescription.foreground": "#575268", "peekViewTitleLabel.foreground": "#F8BD96", "pickerGroup.border": "#D9E0EE1a", - "pickerGroup.foreground": "#F2CDCD", - "progressBar.background": "#F2CDCD", + "pickerGroup.foreground": "#C9CBFF", + "progressBar.background": "#C9CBFF", "quickInput.background": "#1E1E2E", "quickInput.foreground": "#988BA2", "quickInput.list.focusBackground": "#D9E0EE20", "scrollbar.shadow": "#161320", - "scrollbarSlider.activeBackground": "#F2CDCD50", + "scrollbarSlider.activeBackground": "#C9CBFF50", "scrollbarSlider.background": "#D9E0EE20", "scrollbarSlider.hoverBackground": "#161320", - "selection.background": "#F2CDCD40", + "selection.background": "#C9CBFF40", "settings.checkboxBackground": "#1A1826", "settings.checkboxBorder": "#1A1826", "settings.checkboxForeground": "#D9E0EE", @@ -221,8 +221,8 @@ "settings.dropdownBorder": "#1A1826", "settings.dropdownForeground": "#D9E0EE", "settings.dropdownListBorder": "#575268", - "settings.headerForeground": "#F2CDCD", - "settings.modifiedItemIndicator": "#F2CDCD", + "settings.headerForeground": "#C9CBFF", + "settings.modifiedItemIndicator": "#C9CBFF", "settings.numberInputBackground": "#1A1826", "settings.numberInputBorder": "#1A1826", "settings.numberInputForeground": "#D9E0EE", @@ -239,9 +239,9 @@ "sideBarTitle.foreground": "#D9E0EE", "statusBar.background": "#1A1826", "statusBar.border": "#16132060", - "statusBar.debuggingBackground": "#DDB6F2", + "statusBar.debuggingBackground": "#F28FAD", "statusBar.debuggingBorder": "#F28FAD", - "statusBar.debuggingForeground": "#D9E0EE", + "statusBar.debuggingForeground": "#161320", "statusBar.foreground": "#6E6C7E", "statusBar.noFolderBackground": "#1E1E2E", "statusBar.noFolderBorder": "#302D41", @@ -250,10 +250,10 @@ "statusBarItem.hoverBackground": "#6E6C7E", "statusBarItem.prominentBackground": "#1A1826", "statusBarItem.prominentHoverBackground": "#1A1826", - "statusBarItem.remoteBackground": "#F2CDCD", + "statusBarItem.remoteBackground": "#C9CBFF", "statusBarItem.remoteForeground": "#161320", "tab.activeBackground": "#1E1E2E", - "tab.activeBorder": "#F2CDCD", + "tab.activeBorder": "#C9CBFF", "tab.activeBorderTop": "#DDB6F2", "tab.activeForeground": "#D9E0EE", "tab.activeModifiedBorder": "#988BA2", @@ -292,7 +292,7 @@ "textBlockQuote.border": "#DDB6F2", "textCodeBlock.background": "#302D41", "textLink.activeForeground": "#D9E0EE", - "textLink.foreground": "#F2CDCD", + "textLink.foreground": "#C9CBFF", "textPreformat.foreground": "#F8BD96", "textSeparator.foreground": "#302D41", "titleBar.activeBackground": "#1A1826", @@ -302,110 +302,110 @@ "titleBar.inactiveForeground": "#988BA2", "tree.indentGuidesStroke": "#4e5579", "walkThrough.embeddedEditorBackground": "#302D41", - "welcomePage.buttonBackground": "#1A1826", - "welcomePage.buttonHoverBackground": "#1A1826", + // "welcomePage.buttonBackground": "#1A1826", + // "welcomePage.buttonHoverBackground": "#1A1826", "widget.shadow": "#161320", //"activityBar.dropBorder": "#D9E0EE", //"button.secondaryBackground": "#3a3d41", //"button.secondaryForeground": "#D9E0EE", //"button.secondaryHoverBackground": "#45494e", - //"charts.blue": "#988BA2", - //"charts.foreground": "#D9E0EE", - //"charts.green": "#89d185", - //"charts.lines": "#D9E0EE80", - //"charts.orange": "#DDB6F2ee", - //"charts.purple": "#b180d7", - //"charts.red": "#F28FAD70", - //"charts.yellow": "#FAE3B070", - //"checkbox.background": "#1E1E2E", - //"checkbox.border": "#161320", - //"checkbox.foreground": "#C9CBFF", - //"debugConsole.sourceForeground": "#D9E0EE", - //"debugConsoleInputIcon.foreground": "#D9E0EE", - //"debugIcon.breakpointCurrentStackframeForeground": "#ffcc00", - //"debugIcon.breakpointDisabledForeground": "#848484", - //"debugIcon.breakpointForeground": "#e51400", - //"debugIcon.breakpointStackframeForeground": "#89d185", - //"debugIcon.breakpointUnverifiedForeground": "#848484", - //"debugIcon.continueForeground": "#75beff", - //"debugIcon.disconnectForeground": "#f48771", - //"debugIcon.pauseForeground": "#75beff", - //"debugIcon.restartForeground": "#89d185", - //"debugIcon.startForeground": "#89d185", - //"debugIcon.stepBackForeground": "#75beff", - //"debugIcon.stepIntoForeground": "#75beff", - //"debugIcon.stepOutForeground": "#75beff", - //"debugIcon.stepOverForeground": "#75beff", - //"debugIcon.stopForeground": "#f48771", - //"debugTokenExpression.boolean": "#4e94ce", - //"debugTokenExpression.error": "#f48771", - //"debugTokenExpression.name": "#c586c0", - //"debugTokenExpression.number": "#b5cea8", - //"debugTokenExpression.string": "#ce9178", - //"debugTokenExpression.value": "#cccccc99", - //"debugView.exceptionLabelBackground": "#6c2022", - //"debugView.exceptionLabelForeground": "#D9E0EE", - //"debugView.stateLabelBackground": "#88888844", - //"debugView.stateLabelForeground": "#D9E0EE", - //"debugView.valueChangedHighlight": "#569cd6", + "charts.blue": "#96CDFB", + "charts.foreground": "#D9E0EE", + "charts.green": "#ABE9B3", + "charts.lines": "#D9E0EE80", + "charts.orange": "#F8BD96", + "charts.purple": "#DDB6F2", + "charts.red": "#F28FAD", + "charts.yellow": "#FAE3B0", + "checkbox.background": "#1E1E2E", + "checkbox.border": "#161320", + "checkbox.foreground": "#C9CBFF", + "debugConsole.sourceForeground": "#D9E0EE", + "debugConsoleInputIcon.foreground": "#D9E0EE", + "debugIcon.breakpointCurrentStackframeForeground": "#FAE3B0", + "debugIcon.breakpointDisabledForeground": "#6E6C7E", + "debugIcon.breakpointForeground": "#F28FAD", + "debugIcon.breakpointStackframeForeground": "#ABE9B3", + "debugIcon.breakpointUnverifiedForeground": "#6E6C7E", + "debugIcon.continueForeground": "#96CDFB", + "debugIcon.disconnectForeground": "#F28FAD", + "debugIcon.pauseForeground": "#96CDFB", + "debugIcon.restartForeground": "#ABE9B3", + "debugIcon.startForeground": "#ABE9B3", + "debugIcon.stepBackForeground": "#96CDFB", + "debugIcon.stepIntoForeground": "#96CDFB", + "debugIcon.stepOutForeground": "#96CDFB", + "debugIcon.stepOverForeground": "#96CDFB", + "debugIcon.stopForeground": "#F28FAD", + "debugTokenExpression.boolean": "#96CDFB", + "debugTokenExpression.error": "#F28FAD", + "debugTokenExpression.name": "#DDB6F2", + "debugTokenExpression.number": "#B5E8E0", + "debugTokenExpression.string": "#F8BD96", + "debugTokenExpression.value": "#6E6C7E", + "debugView.exceptionLabelBackground": "#f28fada6", + "debugView.exceptionLabelForeground": "#D9E0EE", + "debugView.stateLabelBackground": "#1A1826", + "debugView.stateLabelForeground": "#D9E0EE", + "debugView.valueChangedHighlight": "#96CDFB", //"diffEditor.diagonalFill": "#cccccc33", - //"editor.focusedStackFrameHighlightBackground": "#7abd7a4d", - //"editor.foldBackground": "#717cb418", - //"editor.linkedEditingBackground": "#ff00004d", - //"editor.stackFrameHighlightBackground": "#ffff0033", - //"editor.symbolHighlightBackground": "#161320", - //"editorActiveLineNumber.foreground": "#c6c6c6", - //"editorGutter.commentRangeForeground": "#c5c5c5", - //"editorGutter.foldingControlForeground": "#c5c5c5", - //"editorHoverWidget.foreground": "#D9E0EE", - //"editorHoverWidget.statusBarBackground": "#31364a", - //"editorInlineHint.background": "#D9E0EE", - //"editorInlineHint.foreground": "#1A1826", - //"editorLightBulb.foreground": "#ffcc00", - //"editorLightBulbAutoFix.foreground": "#75beff", - //"editorMarkerNavigationInfo.background": "#988BA2", - //"editorOverviewRuler.addedForeground": "#ABE9B33a", - //"editorOverviewRuler.bracketMatchForeground": "#a0a0a0", - //"editorOverviewRuler.deletedForeground": "#F28FAD3a", - //"editorOverviewRuler.modifiedForeground": "#96CDFB3a", - //"editorOverviewRuler.rangeHighlightForeground": "#007acc99", - //"editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", - //"editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", - //"editorOverviewRuler.wordHighlightStrongForeground": "#c0a0c0cc", + "editor.focusedStackFrameHighlightBackground": "#abe9b346", + "editor.foldBackground": "#717cb418", + "editor.linkedEditingBackground": "#f28fad49", + "editor.stackFrameHighlightBackground": "#fae2b03b", + "editor.symbolHighlightBackground": "#161320", + // "editorActiveLineNumber.foreground": "#C9CBFF", + "editorGutter.commentRangeForeground": "#C9CBFF", + "editorGutter.foldingControlForeground": "#C9CBFF", + "editorHoverWidget.foreground": "#D9E0EE", + "editorHoverWidget.statusBarBackground": "#96cefb3f", + // "editorInlineHint.background": "#D9E0EE", + // "editorInlineHint.foreground": "#1A1826", + "editorLightBulb.foreground": "#FAE3B0", + "editorLightBulbAutoFix.foreground": "#96CDFB", + "editorMarkerNavigationInfo.background": "#988BA2", + "editorOverviewRuler.addedForeground": "#ABE9B33a", + "editorOverviewRuler.bracketMatchForeground": "#6E6C7E", + "editorOverviewRuler.deletedForeground": "#F28FAD3a", + "editorOverviewRuler.modifiedForeground": "#96CDFB3a", + "editorOverviewRuler.rangeHighlightForeground": "#96cefb7e", + "editorOverviewRuler.selectionHighlightForeground": "#6E6C7E", + "editorOverviewRuler.wordHighlightForeground": "#6E6C7E", + "editorOverviewRuler.wordHighlightStrongForeground": "#DDB6F2", //"editorPane.background": "#1E1E2E", //"editorUnnecessaryCode.opacity": "#161320aa", //"editorWidget.foreground": "#D9E0EE", //"extensionBadge.remoteBackground": "#F5C2E7", //"extensionIcon.starForeground": "#ff8e00", - //"gitDecoration.renamedResourceForeground": "#73c991", - //"gitDecoration.stageDeletedResourceForeground": "#c74e39", - //"gitDecoration.stageModifiedResourceForeground": "#e2c08d", - //"gitDecoration.submoduleResourceForeground": "#8db9e2", - //"gitlens.closedPullRequestIconColor": "#f85149", - //"gitlens.decorations.addedForegroundColor": "#ABE9B3", - //"gitlens.decorations.branchAheadForegroundColor": "#35b15e", - //"gitlens.decorations.branchBehindForegroundColor": "#b15e35", - //"gitlens.decorations.branchDivergedForegroundColor": "#d8af1b", - //"gitlens.decorations.branchUnpublishedForegroundColor": "#35b15e", - //"gitlens.decorations.branchUpToDateForegroundColor": "#988BA2", - //"gitlens.decorations.copiedForegroundColor": "#73c991", - //"gitlens.decorations.deletedForegroundColor": "#F28FAD90", - //"gitlens.decorations.ignoredForegroundColor": "#988BA290", - //"gitlens.decorations.modifiedForegroundColor": "#96CDFB90", - //"gitlens.decorations.renamedForegroundColor": "#73c991", - //"gitlens.decorations.untrackedForegroundColor": "#ABE9B3", - //"gitlens.gutterBackgroundColor": "#D9E0EE13", - //"gitlens.gutterForegroundColor": "#bebebe", - //"gitlens.gutterUncommittedForegroundColor": "#00bcf299", - //"gitlens.lineHighlightBackgroundColor": "#00bcf233", - //"gitlens.lineHighlightOverviewRulerColor": "#00bcf299", - //"gitlens.mergedPullRequestIconColor": "#995dff", - //"gitlens.openPullRequestIconColor": "#56d364", - //"gitlens.trailingLineBackgroundColor": "#16132000", - //"gitlens.trailingLineForegroundColor": "#99999959", - //"gitlens.unpublishedCommitIconColor": "#35b15e", - //"gitlens.unpulledChangesIconColor": "#b15e35", - //"gitlens.unpushlishedChangesIconColor": "#35b15e", + "gitDecoration.renamedResourceForeground": "#B5E8E0", + "gitDecoration.stageDeletedResourceForeground": "#F28FAD", + "gitDecoration.stageModifiedResourceForeground": "#FAE3B0", + "gitDecoration.submoduleResourceForeground": "#96CDFB", + "gitlens.closedPullRequestIconColor": "#F28FAD", + "gitlens.decorations.addedForegroundColor": "#B5E8E0", + "gitlens.decorations.branchAheadForegroundColor": "#ABE9B3", + "gitlens.decorations.branchBehindForegroundColor": "#f28fadab", + "gitlens.decorations.branchDivergedForegroundColor": "#f8bd96a6", + "gitlens.decorations.branchUnpublishedForegroundColor": "#ABE9B3", + "gitlens.decorations.branchUpToDateForegroundColor": "#988BA2", + "gitlens.decorations.copiedForegroundColor": "#B5E8E0", + "gitlens.decorations.deletedForegroundColor": "#F28FAD90", + "gitlens.decorations.ignoredForegroundColor": "#988BA290", + "gitlens.decorations.modifiedForegroundColor": "#96CDFB90", + "gitlens.decorations.renamedForegroundColor": "#B5E8E0", + "gitlens.decorations.untrackedForegroundColor": "#B5E8E0", + "gitlens.gutterBackgroundColor": "#D9E0EE13", + "gitlens.gutterForegroundColor": "#C3BAC6", + "gitlens.gutterUncommittedForegroundColor": "#96cefbbd", + "gitlens.lineHighlightBackgroundColor": "#96cefb56", + "gitlens.lineHighlightOverviewRulerColor": "#96cefbbd", + "gitlens.mergedPullRequestIconColor": "#995dff", + "gitlens.openPullRequestIconColor": "#ABE9B3", + "gitlens.trailingLineBackgroundColor": "#16132000", + "gitlens.trailingLineForegroundColor": "#6E6C7E", + "gitlens.unpublishedCommitIconColor": "#ABE9B3", + "gitlens.unpulledChangesIconColor": "#F28FAD", + "gitlens.unpushlishedChangesIconColor": "#ABE9B3", //"icon.foreground": "#c5c5c5", //"imagePreview.border": "#80808059", //"inputOption.activeForeground": "#D9E0EE", @@ -434,7 +434,7 @@ //"notebookScrollbarSlider.hoverBackground": "#161320", //"notebookStatusErrorIcon.foreground": "#F28FAD", //"notebookStatusRunningIcon.foreground": "#D9E0EE", - //"notebookStatusSuccessIcon.foreground": "#89d185", + //"notebookStatusSuccessIcon.foreground": "#ABE9B3", //"notificationsErrorIcon.foreground": "#F28FAD70", //"notificationsInfoIcon.foreground": "#988BA2", //"notificationsWarningIcon.foreground": "#FAE3B070", @@ -463,13 +463,13 @@ //"symbolIcon.constantForeground": "#D9E0EE", //"symbolIcon.constructorForeground": "#b180d7", //"symbolIcon.enumeratorForeground": "#ee9d28", - //"symbolIcon.enumeratorMemberForeground": "#75beff", + //"symbolIcon.enumeratorMemberForeground": "#96CDFB", //"symbolIcon.eventForeground": "#ee9d28", - //"symbolIcon.fieldForeground": "#75beff", + //"symbolIcon.fieldForeground": "#96CDFB", //"symbolIcon.fileForeground": "#D9E0EE", //"symbolIcon.folderForeground": "#D9E0EE", //"symbolIcon.functionForeground": "#b180d7", - //"symbolIcon.interfaceForeground": "#75beff", + //"symbolIcon.interfaceForeground": "#96CDFB", //"symbolIcon.keyForeground": "#D9E0EE", //"symbolIcon.keywordForeground": "#D9E0EE", //"symbolIcon.methodForeground": "#b180d7", @@ -488,7 +488,7 @@ //"symbolIcon.textForeground": "#D9E0EE", //"symbolIcon.typeParameterForeground": "#D9E0EE", //"symbolIcon.unitForeground": "#D9E0EE", - //"symbolIcon.variableForeground": "#75beff", + //"symbolIcon.variableForeground": "#96CDFB", //"tab.lastPinnedBorder": "#4e5579", //"tab.unfocusedActiveBorderTop": "#DDB6F280", //"tab.unfocusedInactiveBackground": "#1E1E2E", @@ -496,10 +496,10 @@ //"terminal.selectionBackground": "#D9E0EE40", //"testing.iconErrored": "#f14c4c", //"testing.iconFailed": "#f14c4c", - //"testing.iconPassed": "#73c991", + //"testing.iconPassed": "#ABE9B3", //"testing.iconQueued": "#cca700", - //"testing.iconSkipped": "#848484", - //"testing.iconUnset": "#848484", + //"testing.iconSkipped": "#6E6C7E", + //"testing.iconUnset": "#6E6C7E", //"testing.message.error.decorationForeground": "#F28FAD70", //"testing.message.error.lineBackground": "#ff000033", //"testing.message.hint.decorationForeground": "#ABE9B3", @@ -508,7 +508,7 @@ //"testing.message.warning.decorationForeground": "#FAE3B070", //"testing.message.warning.lineBackground": "#ffd00033", //"testing.peekBorder": "#F28FAD70", - //"testing.runAction": "#73c991", + //"testing.runAction": "#ABE9B3", //"tree.tableColumnsBorder": "#cccccc20", //"welcomePage.progress.background": "#302D41", //"welcomePage.progress.foreground": "#F5C2E7",