diff --git a/themes/Legendary Dark-color-theme.json b/themes/Legendary Dark-color-theme.json index e9cb1b7..0ff9178 100644 --- a/themes/Legendary Dark-color-theme.json +++ b/themes/Legendary Dark-color-theme.json @@ -2,21 +2,92 @@ "name": "Legendary Dark", "type": "dark", "colors": { - "focusBorder": "#746f77", - "foreground": "#D5CED9", - "widget.shadow": "#14151A", - "selection.background": "#746f77", - "errorForeground": "#FC644D", + // General + "foreground": "#fff", + "focusBorder": "#2196f3", + "progressBar.background": "#2196f3", + "selection.background": "#2196f389", + "scrollbar.shadow": "#191b1ff8", + "dropdown.background": "#2b303b", + "dropdown.border": "#363c49", + "walkThrough.embeddedEditorBackground": "#23262E", + + // Activity Bar + "activityBar.foreground": "#2196f3", + "activityBar.background": "#20232B", + "activityBar.inactiveForeground": "#2196f354", + "activityBarBadge.foreground": "#fff", + "activityBarBadge.background": "#2196f3", + "activityBar.border": "#1B1D23", + "activityBar.activeBackground": "#1b1d24", + // Side Bar + "sideBar.background": "#23262E", + "sideBar.foreground": "#d3d3d3", + "sideBarSectionHeader.background": "#00000000", + "sideBarSectionHeader.foreground": "#d3d3d3", + "sideBarSectionHeader.border": "#ff000000", + "sideBarTitle.foreground": "#2196f3", + "sideBar.border": "#1B1D23", + "list.inactiveSelectionBackground": "#23262E", + "list.inactiveSelectionForeground": "#2196f3", + "list.hoverBackground": "#1d2028", + "list.hoverForeground": "#ffffff", + "list.activeSelectionBackground": "#2196f380", + "list.activeSelectionForeground": "#fff", + "tree.indentGuidesStroke": "#2196f3", + "list.dropBackground": "#20232B", + "list.highlightForeground": "#2196f3", + "list.focusBackground": "#282b35", + "list.focusForeground": "#ffffff", + "listFilterWidget.background": "#2196f3cd", + "listFilterWidget.outline": "#00000000", + "listFilterWidget.noMatchesOutline": "#ff0000", + + // Status Bar + "statusBar.foreground": "#fff", + "statusBar.background": "#216bf3", + "statusBarItem.hoverBackground": "#ffffff1f", + "statusBar.debuggingBackground": "#FC644D", + "statusBar.debuggingForeground": "#fff", + "statusBar.noFolderBackground": "#23262E", + "statusBar.noFolderForeground": "#fff", + "statusBarItem.remoteBackground": "#2196f3", + "statusBarItem.remoteForeground": "#fff", + + // Title Bar + "titleBar.activeBackground": "#23262E", + "titleBar.activeForeground": "#d3d3d3", + "titleBar.border": "#00000000", + "titleBar.inactiveBackground": "#282b35", + "titleBar.inactiveForeground": "#cccccc99", + "menubar.selectionForeground": "#fff", + "menubar.selectionBackground": "#20232b", + "menu.foreground": "#cccccc", + "menu.background": "#23262E", + "menu.selectionForeground": "#fff", + "menu.selectionBackground": "#2196f3a1", + "menu.selectionBorder": "#00000000", + "menu.separatorBackground": "#ffffff6e", + "menu.border": "#00000000", + + // Buttons "button.background": "#088af5", + "button.foreground": "#fff", "button.hoverBackground": "#00b0ff", + "textLink.foreground": "#2196f3", + "button.secondaryForeground": "#fff", + "button.secondaryBackground": "#4b4b4b", + "button.secondaryHoverBackground": "#333436", - "dropdown.background": "#2b303b", - "dropdown.border": "#363c49", - + // Inputs "input.background": "#2b303b", + "input.border": "#00000000", + "input.foreground": "#fff", "input.placeholderForeground": "#746f77", - "inputOption.activeBorder": "#C668BA", + "inputOption.activeBackground": "#2196f385", + "inputOption.activeBorder": "#00000000", + "inputOption.activeForeground": "#fff", "inputValidation.errorBackground": "#D65343", "inputValidation.errorBorder": "#D65343", "inputValidation.infoBackground": "#3A6395", @@ -24,148 +95,198 @@ "inputValidation.warningBackground": "#DE9237", "inputValidation.warningBorder": "#DE9237", - "scrollbar.shadow": "#23262E", - "scrollbarSlider.activeBackground": "#2195f38a", - "scrollbarSlider.background": "#2195f38a", - "scrollbarSlider.hoverBackground": "#2195f38a", - + // Panel (Terminal) + "panel.background": "#23262E", + "panel.border": "#1B1D23", + "panelTitle.activeBorder": "#23262E", + "panelTitle.activeForeground": "#fff", + "panelTitle.inactiveForeground": "#746f77", + "terminal.selectionBackground": "#4891ff41", + "terminalCursor.foreground": "#fff", + "terminalCursor.background": "#23262e", "badge.background": "#00b0ff", - "badge.foreground": "#20232B", - - "progressBar.background": "#C668BA", - - "list.activeSelectionBackground": "#23262E", - "list.activeSelectionForeground": "#2196f3", - "list.dropBackground": "#3a404e", - "list.focusBackground": "#282b35", - "list.focusForeground": "#ffffff", - "list.hoverBackground": "#23262E", - "list.hoverForeground": "#ffffff", - "list.inactiveSelectionBackground": "#23262E", - "list.inactiveSelectionForeground": "#2196f3", - - "activityBar.background": "#20232B", - "activityBar.dropBackground": "#3a404e", - "activityBar.foreground": "#2196f3", - "activityBarBadge.background": "#00b0ff", - "activityBarBadge.foreground": "#20232B", - "activityBar.border": "#1B1D23", + "badge.foreground": "#fff", + "terminal.border": "#ffffffa9", - "sideBar.background": "#23262E", - "sideBarSectionHeader.background": "#23262E", - "sideBarTitle.foreground": "#2196f3", - "sideBar.foreground": "#b8b8b8", - "sideBar.border": "#1B1D23", + // Terminal Text + "terminal.foreground": "#cccccccc", + "terminal.ansiWhite": "#e5e5e5", + "terminal.ansiBrightWhite": "#e5e5e5", + "terminal.ansiRed": "#ee5d43", + "terminal.ansiGreen": "#96E072", + "terminal.ansiYellow": "#FFE66D", + "terminal.ansiBlue": "#7cb7ff", + "terminal.ansiMagenta": "#ff00aa", + "terminal.ansiCyan": "#2196f3", + "terminal.ansiBrightRed": "#ee5d43", + "terminal.ansiBrightGreen": "#96E072", + "terminal.ansiBrightYellow": "#FFE66D", + "terminal.ansiBrightBlue": "#7cb7ff", + "terminal.ansiBrightMagenta": "#ff00aa", + "terminal.ansiBrightCyan": "#2196f3", - "editorGroup.background": "#23262E", - "editorGroup.dropBackground": "#495061d7", + // Tabs "editorGroupHeader.tabsBackground": "#23262E", + "tab.activeForeground": "#2196f3", + "tab.border": "#23262e", "tab.activeBackground": "#262A33", "tab.inactiveBackground": "#23262E", - "tab.activeForeground": "#2196f3", "tab.inactiveForeground": "#746f77", + // Breadcrumbs + "breadcrumb.background": "#00000000", + "breadcrumb.foreground": "#ffffffb6", + "breadcrumb.focusForeground": "#fff", + "editorGroupHeader.border": "#00000000", + + // Scrollbar + "scrollbarSlider.activeBackground": "#2195f38a", + "scrollbarSlider.background": "#2195f38a", + "scrollbarSlider.hoverBackground": "#2195f38a", + + // Widgets + "widget.shadow": "#14151A", + "editorWidget.foreground": "#cccccc", + "editorWidget.background": "#20232A", + "pickerGroup.border": "#4F4355", + "pickerGroup.foreground": "#746f77", + "editorWidget.resizeBorder": "#5f5f5f", + "debugToolBar.background": "#20232A", + "debugToolBar.border": "#00000000", + + // Notifications + "notifications.foreground": "#fff", + "notifications.background": "#2d313b", + "notificationToast.border": "#00000000", + "notificationsErrorIcon.foreground": "#ff0000", + "notificationsWarningIcon.foreground": "#ffd100", + "notificationsInfoIcon.foreground": "#2196f3", + "notificationCenterHeader.foreground": "#fff", + "notificationCenterHeader.background": "#2196f3", + "notifications.border": "#303031", + "notificationCenter.border": "#00000000", + + // Git Decorations + "gitDecoration.addedResourceForeground": "#3de65c", + "gitDecoration.conflictingResourceForeground": "#6d6de6", + "gitDecoration.deletedResourceForeground": "#ea2f0f", + "gitDecoration.ignoredResourceForeground": "#b0b0b0", + "gitDecoration.modifiedResourceForeground": "#fdad35", + "gitDecoration.stageDeletedResourceForeground": "#ea2f0f", + "gitDecoration.stageModifiedResourceForeground": "#fdad35", + "gitDecoration.submoduleResourceForeground": "#5899d5", + "gitDecoration.untrackedResourceForeground": "#3de65c", + + // Editor "editor.background": "#262A33", - "editor.foreground": "#D5CED9", + "editor.foreground": "#d8ecfc", "editorLineNumber.foreground": "#746f77", + "editorLineNumber.activeForeground": "#fff", "editorCursor.foreground": "#FFF", - "editor.selectionBackground": "#303541", - "editor.selectionHighlightBackground": "#4F435580", - "editor.wordHighlightBackground": "#4F4355", - "editor.wordHighlightStrongBackground": "#db45a280", + "editorCursor.background": "#2196f3", + "editor.selectionBackground": "#264f78", + "editor.inactiveSelectionBackground": "#ffffff20", + "editorWhitespace.foreground": "#333844", + "editor.selectionHighlightBackground": "#2196f389", + "editor.selectionHighlightBorder": "#00000000", "editor.findMatchBackground": "#f39d12d7", - "editor.findMatchHighlightBackground": "#59b8b377", + "editor.findMatchBorder": "#00000000", + "editor.findMatchHighlightBackground": "#ea5c0055", + "editor.findMatchHighlightBorder": "#00000000", + "editor.findRangeHighlightBackground": "#343946", + "editor.findRangeHighlightBorder": "#00000000", + "editor.rangeHighlightBackground": "#37466b", + "editor.rangeHighlightBorder": "#00000000", "editor.hoverHighlightBackground": "#373941", + "editor.wordHighlightStrongBackground": "#004972b8", + "editor.wordHighlightBackground": "#575757b8", "editor.lineHighlightBackground": "#2e323d", "editor.lineHighlightBorder": "#2e323d", "editorLink.activeForeground": "#3B79C7", - "editor.rangeHighlightBackground": "#372F3C", - "editorWhitespace.foreground": "#333844", "editorIndentGuide.background": "#333844", "editorIndentGuide.activeBackground": "#585C66", - "editorRuler.foreground": "#4F4355", - "editorCodeLens.foreground": "#746f77", + "editorRuler.foreground": "#ffffff00", "editorBracketMatch.background": "#746f77", "editorBracketMatch.border": "#746f77", - "editorOverviewRuler.border": "#1B1D23", - "editorError.foreground": "#FC644D", - "editorWarning.foreground": "#FF9F2E", + "editor.foldBackground": "#2b59884d", + "editorOverviewRuler.border": "#00000049", + "editorError.foreground": "#b73a34", + "editorError.background": "#00000000", + "editorError.border": "#00000000", + "editorWarning.background": "#a99040", + "editorWarning.border": "#00000000", + "editorWidget.border": "#00000000", + "editorInfo.background": "#00000000", + "editorInfo.foreground": "#4490bf", + "editorInfo.border": "#00000000", + "editorGutter.background": "#00000000", "editorGutter.modifiedBackground": "#5BC0EBBB", "editorGutter.addedBackground": "#9BC53DBB", - "editorGutter.deletedBackground": "#FC644DBB", + "editorGutter.deletedBackground": "#bf0f0f", + "editorGutter.foldingControlForeground": "#c5c5c5", + "editorCodeLens.foreground": "#746f77", + "editorGroup.border": "#151515", + "editorGroup.dropBackground": "#495061d7", + "errorForeground": "#FC644D", + "editorWarning.foreground": "#FF9F2E", + // Diff Editor "diffEditor.insertedTextBackground": "#29BF1220", - "diffEditor.removedTextBackground": "#F21B3F20", + "diffEditor.insertedTextBorder": "#00000000", + "diffEditor.removedTextBackground": "#ff10101f", + "diffEditor.removedTextBorder": "#00000000", + "diffEditor.border": "#00000000", - "editorWidget.background": "#20232A", + // Marker Navigation + "editorMarkerNavigation.background": "#1d1d1d", + "editorMarkerNavigationError.background": "#ff6d6d", + "editorMarkerNavigationWarning.background": "#ffd668", + "editorMarkerNavigationInfo.background": "#7ee2ff", + + // Merge Conflicts + "merge.currentHeaderBackground": "#158472", + "merge.currentContentBackground": "#174841", + "merge.incomingHeaderBackground": "#3365ae", + "merge.incomingContentBackground": "#243a5e", + "merge.commonHeaderBackground": "#7b47e1", + "merge.commonContentBackground": "#492c7b", + + // Suggest Widget "editorSuggestWidget.background": "#20232A", - "editorSuggestWidget.border": "#372F3C", + "editorSuggestWidget.border": "#2196f3", + "editorSuggestWidget.foreground": "#7d7d7d", + "editorSuggestWidget.highlightForeground": "#0697f7", "editorSuggestWidget.selectedBackground": "#373941", + + // Hover Widget + "editorHoverWidget.foreground": "#fff", "editorHoverWidget.background": "#373941", "editorHoverWidget.border": "#088af5", - "debugExceptionWidget.background": "#FF9F2E60", - "debugExceptionWidget.border": "#FF9F2E60", + // Peek View Editor "peekView.border": "#23262E", "peekViewEditor.background": "#1A1C22", + "peekViewEditorGutter.background": "#00000000", "peekViewEditor.matchHighlightBackground": "#FF9F2E60", + "peekViewEditor.matchHighlightBorder": "#FF9F2E60", "peekViewResult.background": "#1A1C22", + "peekViewResult.fileForeground": "#c5c5c5", + "peekViewResult.lineForeground": "#909090", "peekViewResult.matchHighlightBackground": "#FF9F2E60", "peekViewResult.selectionBackground": "#23262E", + "peekViewResult.selectionForeground": "#fff", "peekViewTitle.background": "#1A1C22", "peekViewTitleDescription.foreground": "#746f77", - - "merge.currentHeaderBackground": "#F92672", - "merge.currentContentBackground": "#F9267240", - "merge.incomingHeaderBackground": "#3B79C7BB", - "merge.incomingContentBackground": "#3B79C740", - - "panel.background": "#23262E", - "panel.border": "#1B1D23", - "panelTitle.activeBorder": "#23262E", - "panelTitle.inactiveForeground": "#746f77", - - "statusBar.background": "#216bf3", - "statusBar.debuggingBackground": "#FC644D", - "statusBar.noFolderBackground": "#23262E", - "statusBarItem.activeBackground": "#ffffff91", - "statusBarItem.hoverBackground": "#ffffff70", - "statusBarItem.prominentBackground": "#ffffff70", - "statusBarItem.prominentHoverBackground": "#ffffff52", - - "terminal.ansiRed": "#ee5d43", - "terminal.ansiGreen": "#96E072", - "terminal.ansiYellow": "#FFE66D", - "terminal.ansiBlue": "#7cb7ff", - "terminal.ansiMagenta": "#ff00aa", - "terminal.ansiCyan": "#2196f3", - "terminal.ansiBrightRed": "#ee5d43", - "terminal.ansiBrightGreen": "#96E072", - "terminal.ansiBrightYellow": "#FFE66D", - "terminal.ansiBrightBlue": "#7cb7ff", - "terminal.ansiBrightMagenta": "#ff00aa", - "terminal.ansiBrightCyan": "#2196f3", - "terminalCursor.background": "#23262E", - "terminalCursor.foreground": "#FFE66D", - - "titleBar.activeBackground": "#23262E", - - "notification.background": "#2d313b", - "notification.buttonBackground": "#088af5", - "notification.buttonHoverBackground": "#00b0ff", - "notification.infoBackground": "#00b0ff", - "notification.warningBackground": "#FF9F2E", - "notification.errorBackground": "#FC644D", - + "peekViewTitleLabel.foreground": "#2196f3", + + // Debug + "debugExceptionWidget.background": "#FF9F2E60", + "debugExceptionWidget.border": "#FF9F2E60", + + // Extension "extensionButton.prominentBackground": "#00b0ff", "extensionButton.prominentHoverBackground": "#00b0ff", - - "pickerGroup.border": "#4F4355", - "pickerGroup.foreground": "#746f77", - - "debugToolBar.background": "#20232A", - - "walkThrough.embeddedEditorBackground": "#23262E" + }, "tokenColors": [ {