Last active
July 22, 2024 08:05
-
-
Save javifm86/073d8e05942a8849dd11fa6996955fc0 to your computer and use it in GitHub Desktop.
Default colors used in VSCode, useful if you want to create your own theme using your color palette and want to provide similar colors to the defaults ones.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Default colors dark", | |
"type": "dark", | |
"colors": { | |
// Base colors | |
"focusBorder": "#007fd4", | |
"foreground": "#cccccc", | |
"widget.shadow": "#0000005c", | |
// "selection.background": // null | |
"descriptionForeground": "#ccccccb3", | |
"errorForeground": "#f48771", | |
"icon.foreground": "#c5c5c5", | |
"sash.hoverBorder": "#007fd4", | |
// Window border | |
// "window.activeBorder": // null | |
// "window.inactiveBorder": // null | |
// Text colors | |
"textBlockQuote.background": "#7f7f7f1a", | |
"textBlockQuote.border": "#007acc80", | |
"textLink.activeForeground": "#3794ff", | |
"textLink.foreground": "#3794ff", | |
"textPreformat.foreground": "#caaf77", | |
"textSeparator.foreground": "#ffffff2e", | |
// Action colors | |
"toolbar.hoverBackground": "#5a5d5e50", | |
// "toolbar.hoverOutline": // null | |
// "toolbar.activeBackground": // lighten(#5a5d5e50, 0.1), | |
// Button control | |
"button.background": "#0e639c", | |
"button.foreground": "#ffffff", | |
// "button.border": // null | |
// "button.hoverBackground": // lighten(0e639c, 0.2) | |
"button.secondaryForeground": "#ffffff", | |
"button.secondaryBackground": "#3a3d41", | |
// "button.secondaryHoverBackground": // lighten(3A3D41, 0.2) | |
"checkbox.background":"#3C3C3C", | |
"checkbox.foreground":"#F0F0F0", | |
"checkbox.border":"#3C3C3C", | |
// Dropdown control | |
"dropdown.background": "#3c3c3c", | |
"dropdown.foreground": "#f0f0f0", | |
"dropdown.border": "#3c3c3c", | |
// "dropdown.listBackground": // null | |
// Input control | |
"input.background": "#3c3c3c", | |
// "input.border": // null | |
"input.foreground": "#cccccc", | |
"input.placeholderForeground": "#cccccc80", | |
"inputOption.activeBackground": "#2563eb66", | |
"inputOption.activeForeground": "#ffffff", | |
"inputOption.activeBorder": "#007acc00", | |
"inputValidation.errorBackground": "#5a1d1d", | |
"inputValidation.errorBorder": "#be1100", | |
"inputValidation.errorForeground": "#cccccc", | |
"inputValidation.infoBackground": "#063b49", | |
"inputValidation.infoBorder": "#007acc", | |
// "inputValidation.infoForeground": // null | |
"inputValidation.warningBackground": "#352a05", | |
"inputValidation.warningBorder": "#b89500", | |
// "inputValidation.warningForeground": // null, | |
// Scrollbar control | |
"scrollbar.shadow": "#000000", | |
"scrollbarSlider.activeBackground": "#bfbfbf66", | |
"scrollbarSlider.hoverBackground": "#646464b3", | |
"scrollbarSlider.background": "#79797933", | |
// Badge | |
"badge.foreground": "#ffffff", | |
"badge.background": "#4d4d4d", | |
// Progress bar | |
"progressBar.background": "#0e70c0", | |
// Lists and trees | |
"list.activeSelectionBackground": "#094771", | |
"list.activeSelectionForeground": "#ffffff", | |
"list.activeSelectionIconForeground": "#cccccc", | |
"list.dropBackground": "#062f4a", | |
// "list.focusBackground": // null | |
// "list.focusForeground": // null | |
"list.focusHighlightForeground": "#18a3ff", | |
"list.focusOutline": "#007fd4", | |
"list.highlightForeground": "#18a3ff", | |
"list.hoverBackground": "#2a2d2e",//"#52525B", | |
"list.hoverForeground": "#cccccc", | |
"list.inactiveSelectionBackground": "#37373d", | |
// "list.inactiveSelectionForeground": // null | |
// "list.inactiveSelectionIconForeground": // null | |
// "list.inactiveFocusBackground": // null | |
// "list.inactiveFocusOutline": // null | |
"list.invalidItemForeground": "#b89500", | |
"list.errorForeground": "#f88070", | |
"list.warningForeground": "#cca700", | |
"listFilterWidget.background": "#653723", | |
// "listFilterWidget.outline": // transparent | |
"listFilterWidget.noMatchesOutline": "#be1100", | |
"list.filterMatchBackground": "#ea5c0055", | |
// "list.filterMatchBorder": // null | |
"list.deemphasizedForeground": "#8c8c8c", | |
"tree.indentGuidesStroke": "#585858", | |
"tree.tableColumnsBorder": "#cccccc20", | |
// Activity Bar | |
"activityBar.background": "#333333", | |
"activityBar.dropBorder": "#ffffff", | |
"activityBar.foreground": "#ffffff", | |
"activityBar.inactiveForeground": "#ffffff66", | |
// "activityBar.border": // null | |
"activityBarBadge.background": "#007acc", | |
"activityBarBadge.foreground": "#ffffff", | |
"activityBar.activeBorder": "#ffffff", | |
// "activityBar.activeBackground": // null | |
// "activityBar.activeFocusBorder": // null | |
// Side Bar | |
"sideBar.background": "#252526", | |
"sideBar.foreground": "#cccccc", | |
// "sideBar.border": // null | |
"sideBar.dropBackground": "#53595d80", | |
"sideBarTitle.foreground": "#f5f5f5", | |
"sideBarSectionHeader.background": "#80808033", | |
"sideBarSectionHeader.foreground": "#f5f5f5", | |
// "sideBarSectionHeader.border": // null | |
// Minimap | |
"minimap.findMatchHighlight": "#ea5c0055", | |
"minimap.selectionHighlight": "#264f78", | |
"minimap.errorHighlight": "#ff1212b3", | |
"minimap.warningHighlight": "#cca700", | |
"minimapSlider.background": "#797979", | |
"minimapSlider.hoverBackground": "#646464", | |
"minimapSlider.activeBackground": "#bfbfbf66", | |
"minimapGutter.addedBackground": "#587c0c", | |
"minimapGutter.modifiedBackground": "#0c7d9d", | |
"minimapGutter.deletedBackground": "#ff151b", | |
// Editor Groups & Tabs | |
"editorGroup.border": "#444444", | |
"editorGroup.dropBackground": "#53595d80", | |
"editorGroupHeader.noTabsBackground": "#1e1e1e", | |
"editorGroupHeader.tabsBackground": "#252526", | |
// "editorGroupHeader.tabsBorder": // null | |
// "editorGroupHeader.border": // null | |
// "editorGroup.emptyBackground": // null | |
// "editorGroup.focusedEmptyBorder": // null | |
"tab.activeBackground": "#1e1e1e", | |
"tab.unfocusedActiveBackground": "#1e1e1e", | |
"tab.activeForeground": "#ffffff", | |
"tab.border": "#252526", | |
// "tab.activeBorder": // null | |
// "tab.unfocusedActiveBorder": // null | |
// "tab.activeBorderTop": // null | |
// "tab.unfocusedActiveBorderTop": // null | |
"tab.lastPinnedBorder": "#525252", | |
"tab.inactiveBackground": "#2d2d2d", | |
"tab.unfocusedInactiveBackground": "#2d2d2d", | |
"tab.inactiveForeground": "#ffffff80", | |
"tab.unfocusedActiveForeground": "#ffffff80", | |
// "tab.unfocusedInactiveForeground": // transparent(A1A1AA80, 0.5) | |
// "tab.hoverBackground": // null | |
// "tab.unfocusedHoverBackground": // null | |
// "tab.hoverForeground": // null | |
// "tab.unfocusedHoverForeground": // null | |
// "tab.hoverBorder": // null | |
// "tab.unfocusedHoverBorder": // null | |
"tab.activeModifiedBorder": "#3399cc", | |
"tab.inactiveModifiedBorder": "#3399cc80", | |
"tab.unfocusedActiveModifiedBorder": "#3399cc80", | |
"tab.unfocusedInactiveModifiedBorder": "#3399cc", | |
"editorPane.background": "#1e1e1e", | |
// Editor colors | |
"editor.background": "#1e1e1e", | |
"editor.foreground": "#bbbbbb", | |
"editorLineNumber.foreground": "#858585", | |
"editorLineNumber.activeForeground": "#c6c6c6", | |
"editorCursor.background": "#515052", | |
"editorCursor.foreground": "#aeafad", | |
"editor.lineHighlightBackground" : "#65737e55", | |
"editor.selectionBackground": "#264f78", | |
// "editor.selectionForeground": // null | |
"editor.inactiveSelectionBackground": "#264f7880", | |
"editor.selectionHighlightBackground": "#add6ff26", | |
// "editor.selectionHighlightBorder": // null | |
"editor.wordHighlightBackground": "#575757b8", | |
// "editor.wordHighlightBorder": "", | |
"editor.wordHighlightStrongBackground": "#004972b8", | |
// "editor.wordHighlightStrongBorder": // null | |
"editor.findMatchBackground": "#ea5c0055", | |
"editor.findMatchHighlightBackground": "#ea5c0055", | |
"editor.findRangeHighlightBackground": "#3a3d4166", | |
// "editor.findMatchBorder": // null | |
// "editor.findMatchHighlightBorder": // null | |
// "editor.findRangeHighlightBorder": // null | |
"searchEditor.findMatchBackground": "#ea5c0055", | |
// "searchEditor.findMatchBorder": // null | |
// "searchEditor.textInputBorder": // null | |
"editor.hoverHighlightBackground": "#264f7840", | |
// "editor.lineHighlightBorder": // null | |
"editorLink.activeForeground": "#4e94ce", | |
"editor.rangeHighlightBackground": "#ffffff0b", | |
// "editor.rangeHighlightBorder": // null | |
"editor.symbolHighlightBackground": "#ea5c0055", | |
// "editor.symbolHighlightBorder": // null | |
"editorWhitespace.foreground": "#e3e4e229", | |
"editorIndentGuide.background": "#e3e4e229", | |
"editorIndentGuide.activeBackground": "#e3e4e229", | |
"editorInlayHint.background": "#4d4d4d99", | |
"editorInlayHint.foreground": "#ffffffcc", | |
"editorRuler.foreground": "#5a5a5a", | |
"editor.linkedEditingBackground": "#ff00004d", | |
"editorCodeLens.foreground": "#999999", | |
"editorLightBulb.foreground": "#ffcc00", | |
"editorLightBulbAutoFix.foreground": "#75beff", | |
"editorBracketMatch.background": "#0064001a", | |
"editorBracketMatch.border": "#888888", | |
"editorBracketHighlight.foreground1": "#ffd700", | |
"editorBracketHighlight.foreground2": "#da70d6", | |
"editorBracketHighlight.foreground3": "#179fff", | |
"editorBracketHighlight.foreground4": "#00000000", | |
"editorBracketHighlight.foreground5": "#00000000", | |
"editorBracketHighlight.foreground6": "#00000000", | |
"editorBracketHighlight.unexpectedBracket.foreground": "#ff1212", | |
"editor.foldBackground": "#264f784d", | |
// "editorOverviewRuler.background": // null | |
"editorOverviewRuler.border": "#7f7f7f4d", | |
"editorOverviewRuler.findMatchForeground": "#d186167e", | |
"editorOverviewRuler.rangeHighlightForeground": "#007acc", | |
"editorOverviewRuler.selectionHighlightForeground": "#a0a0a0cc", | |
"editorOverviewRuler.wordHighlightForeground": "#a0a0a0cc", | |
"editorOverviewRuler.wordHighlightStrongForeground": "#c0a0c0cc", | |
"editorOverviewRuler.modifiedForeground": "#0c7d9d99", | |
"editorOverviewRuler.addedForeground": "#587c0c99", | |
"editorOverviewRuler.deletedForeground": "#94151b99", | |
"editorOverviewRuler.errorForeground": "#ff1212b3", | |
"editorOverviewRuler.warningForeground": "#cca700", | |
"editorOverviewRuler.infoForeground": "#3794ff", | |
"editorOverviewRuler.bracketMatchForeground": "#a0a0a0", | |
"editorError.foreground": "#f14c4c", | |
// "editorError.border": // null | |
// "editorError.background": // null | |
"editorWarning.foreground": "#cca700", | |
// "editorWarning.border": // null | |
// "editorWarning.background": // null | |
"editorInfo.foreground": "#3794ff", | |
// "editorInfo.border": // null | |
// "editorInfo.background": // null | |
"editorHint.foreground": "#eeeeeeb3", | |
// "editorHint.border": // null | |
"problemsErrorIcon.foreground": "#f14c4c", | |
"problemsWarningIcon.foreground": "#cca700", //"#", | |
"problemsInfoIcon.foreground": "#3794ff", //"#", | |
// "editorUnnecessaryCode.border": // null | |
"editorUnnecessaryCode.opacity": "#000a", | |
"editorGutter.background": "#1e1e1e", | |
"editorGutter.modifiedBackground": "#0c7d9d", | |
"editorGutter.addedBackground": "#587c0c", | |
"editorGutter.deletedBackground": "#94151b", | |
"editorGutter.commentRangeForeground": "#c5c5c5", | |
"editorGutter.foldingControlForeground": "#c5c5c5", | |
// Diff editor colors | |
"diffEditor.insertedTextBackground": "#9bb95533", | |
// "diffEditor.insertedTextBorder": // null | |
"diffEditor.removedTextBackground": "#ff000033", | |
// "diffEditor.removedTextBorder": // null | |
// "diffEditor.border": // null | |
"diffEditor.diagonalFill": "#cccccc33", | |
// Editor widget colors | |
"editorWidget.foreground": "#cccccc", //"#", | |
"editorWidget.background": "#252526", | |
"editorWidget.border": "#454545", | |
// "editorWidget.resizeBorder": // null | |
"editorSuggestWidget.background": "#252526", | |
"editorSuggestWidget.border": "#454545", | |
"editorSuggestWidget.foreground": "#bbbbbb", | |
"editorSuggestWidget.focusHighlightForeground": "#18a3ff", | |
"editorSuggestWidget.highlightForeground": "#18a3ff", | |
// "editorSuggestWidget.selectedBackground": // null | |
"editorSuggestWidget.selectedForeground": "#ffffff", | |
// "editorSuggestWidget.selectedIconForeground": // null | |
"editorHoverWidget.foreground": "#cccccc", | |
"editorHoverWidget.background": "#252526", | |
"editorHoverWidget.border": "#454545", | |
"editorHoverWidget.highlightForeground": "#18a3ff", | |
// "editorHoverWidget.statusBarBackground": // lighten(252526, 0.2) | |
"editorGhostText.foreground": "#ffffff56", | |
// "editorGhostText.border": // null | |
"debugExceptionWidget.background": "#420b0d", | |
"debugExceptionWidget.border": "#a31515", | |
"editorMarkerNavigation.background": "#1e1e1e", | |
"editorMarkerNavigationError.background": "#f14c4c", | |
"editorMarkerNavigationWarning.background": "#cca700", | |
"editorMarkerNavigationInfo.background": "#3794ff", | |
"editorMarkerNavigationError.headerBackground": "#f14c4c1a", | |
"editorMarkerNavigationWarning.headerBackground": "#cca7001a", | |
"editorMarkerNavigationInfo.headerBackground": "#3794ff1a", | |
// Peek view colors | |
"peekView.border": "#3794ff", | |
"peekViewEditor.background": "#001f33", | |
"peekViewEditorGutter.background": "#001f33", | |
"peekViewEditor.matchHighlightBackground": "#ff8f0099", | |
// "peekViewEditor.matchHighlightBorder": // null | |
"peekViewResult.background": "#252526", | |
"peekViewResult.fileForeground": "#ffffff", | |
"peekViewResult.lineForeground": "#bbbbbb", | |
"peekViewResult.matchHighlightBackground": "#ea5c004d", | |
"peekViewResult.selectionBackground": "#3399ff33", | |
"peekViewResult.selectionForeground": "#ffffff", | |
"peekViewTitle.background": "#3794ff1a", | |
"peekViewTitleDescription.foreground": "#ccccccb3", | |
"peekViewTitleLabel.foreground": "#ffffff", | |
// Merge conflicts colors | |
"merge.currentHeaderBackground": "#40c8ae80", | |
"merge.currentContentBackground": "#40c8ae33", | |
"merge.incomingHeaderBackground": "#40a6ff80", | |
"merge.incomingContentBackground": "#40a6ff33", | |
// "merge.border": // null | |
"merge.commonHeaderBackground": "#60606080", | |
"merge.commonContentBackground": "#60606033", | |
"editorOverviewRuler.currentContentForeground": "#40c8ae80", | |
"editorOverviewRuler.incomingContentForeground": "#40a6ff80", | |
"editorOverviewRuler.commonContentForeground": "#60606066", | |
// Panel colors | |
"panel.background": "#1e1e1e", | |
"panel.border": "#80808059", | |
// "panel.dropBorder": "#e7e7e7", | |
"panelTitle.activeBorder": "#e7e7e7", | |
"panelTitle.activeForeground": "#e7e7e7", | |
"panelTitle.inactiveForeground": "#e7e7e799", | |
// "panelInput.border": // null | |
"panelSection.border": "#80808059", | |
"panelSection.dropBackground": "#53595d80", | |
"panelSectionHeader.background": "#80808033", | |
"panelSectionHeader.foreground": "#cccccc", | |
// "panelSectionHeader.border": , | |
// Status Bar colors | |
"statusBar.background": "#007acc", | |
"statusBar.foreground": "#ffffff", | |
// "statusBar.border": // null | |
"statusBar.debuggingBackground": "#cc6633", | |
"statusBar.debuggingForeground": "#ffffff", | |
// "statusBar.debuggingBorder": // null | |
"statusBar.noFolderForeground": "#ffffff", | |
"statusBar.noFolderBackground": "#68217a", | |
// "statusBar.noFolderBorder": // null | |
"statusBarItem.activeBackground": "#ffffff2e", | |
"statusBarItem.hoverBackground": "#ffffff1f", | |
"statusBarItem.prominentForeground": "#ffffff", | |
"statusBarItem.prominentBackground": "#00000080", | |
"statusBarItem.prominentHoverBackground": "#0000004d", | |
"statusBarItem.remoteBackground": "#007acc", | |
"statusBarItem.remoteForeground": "#ffffff", | |
// "statusBarItem.errorBackground": // darken(#F48771, .4), | |
"statusBarItem.errorForeground":"#ffffff", | |
// "statusBarItem.warningBackground": // darken(#CCA700, .4) | |
"statusBarItem.warningForeground": "#ffffff", | |
// Title Bar colors | |
"titleBar.activeBackground": "#3c3c3c", | |
"titleBar.inactiveBackground": "#3c3c3c99", | |
"titleBar.activeForeground": "#cccccc", | |
"titleBar.inactiveForeground": "#cccccc99", | |
// "titleBar.border": // null | |
// Menu Bar colors | |
"menubar.selectionForeground": "#cccccc", | |
"menubar.selectionBackground": "#ffffff1a", | |
// "menubar.selectionBorder": // null | |
"menu.foreground":"#F0F0F0", | |
"menu.background": "#3c3c3c", | |
"menu.selectionForeground": "#ffffff", | |
"menu.selectionBackground": "#094771", | |
// "menu.selectionBorder": // null | |
"menu.separatorBackground": "#bbbbbb", | |
// "menu.border": // null | |
// Notification colors | |
// "notificationCenter.border": // null | |
// "notificationCenterHeader.foreground": // null | |
"notificationCenterHeader.background": "#252526", | |
// "notificationToast.border": // null | |
"notifications.foreground": "#cccccc", | |
"notifications.background": "#252526", | |
// "notifications.border": // null | |
"notificationLink.foreground": "#006ab1", | |
"notificationsErrorIcon.foreground": "#f14c4c", | |
"notificationsWarningIcon.foreground": "#cca700", | |
"notificationsInfoIcon.foreground": "#3794ff", | |
// Banner colors | |
"banner.background": "#094771", | |
"banner.foreground": "#ffffff", | |
"banner.iconForeground": "#3794ff", | |
// Extensions colors | |
"extensionButton.prominentBackground": "#0e639c", | |
"extensionButton.prominentForeground": "#ffffff", | |
// "extensionButton.prominentHoverBackground": // lighten(#0E639C, 0.2) | |
"extensionBadge.remoteBackground": "#007acc", | |
"extensionBadge.remoteForeground": "#ffffff", | |
"extensionIcon.starForeground": "#ff8e00", | |
// Quick picker colors | |
"pickerGroup.border": "#3f3f46", | |
"pickerGroup.foreground": "#3794ff", | |
"quickInput.background": "#252526", | |
"quickInput.foreground": "#cccccc", | |
"quickInputList.focusBackground": "#094771", | |
"quickInputList.focusForeground": "#ffffff", | |
// "quickInputList.focusIconForeground": // null | |
"quickInputTitle.background": "#ffffff1a", | |
// Keybinding label colors | |
"keybindingLabel.background": "#8080802b", | |
"keybindingLabel.foreground": "#cccccc", | |
"keybindingLabel.border": "#33333399", | |
"keybindingLabel.bottomBorder": "#44444499", | |
// Integrated Terminal colors | |
// "terminal.background": // null | |
"terminal.border": "#80808059", | |
"terminal.foreground": "#cccccc", | |
"terminal.ansiBlack": "#000000", | |
"terminal.ansiBlue": "#2472c8", | |
"terminal.ansiBrightBlack": "#666666", | |
"terminal.ansiBrightBlue": "#3b8eea", | |
"terminal.ansiBrightCyan": "#29b8db", | |
"terminal.ansiBrightGreen": "#23d18b", | |
"terminal.ansiBrightMagenta": "#d670d6", | |
"terminal.ansiBrightRed": "#f14c4c", | |
"terminal.ansiBrightWhite": "#e5e5e5", | |
"terminal.ansiBrightYellow": "#f5f543", | |
"terminal.ansiCyan": "#11a8cd", | |
"terminal.ansiGreen": "#0dbc79", | |
"terminal.ansiMagenta": "#bc3fbc", | |
"terminal.ansiRed": "#cd3131", | |
"terminal.ansiWhite": "#e5e5e5", | |
"terminal.ansiYellow": "#e5e510", | |
"terminal.selectionBackground": "#ffffff40", | |
// "terminalCursor.background": // null | |
// "terminalCursor.foreground": // null | |
"terminal.dropBackground": "#53595d80", | |
// "terminal.tab.activeBorder": // null | |
// Debug colors | |
"debugToolBar.background": "#333333", | |
// "debugToolBar.border": // null | |
"editor.stackFrameHighlightBackground": "#ffff0033", | |
"editor.focusedStackFrameHighlightBackground": "#7abd7a4d", | |
"editor.inlineValuesForeground": "#ffffff80", | |
"editor.inlineValuesBackground": "#ffc80033", | |
"debugView.exceptionLabelForeground": "#cccccc", | |
"debugView.exceptionLabelBackground": "#6c2022", | |
"debugView.stateLabelForeground": "#cccccc", | |
"debugView.stateLabelBackground": "#88888844", | |
"debugView.valueChangedHighlight": "#569cd6", | |
"debugTokenExpression.name": "#c586c0", | |
"debugTokenExpression.value": "#cccccc99", | |
"debugTokenExpression.boolean": "#4e94ce", | |
"debugTokenExpression.error": "#f48771", | |
"debugTokenExpression.number": "#b5cea8", | |
"debugTokenExpression.string": "#ce9178", | |
"testing.iconPassed": "#73c991", | |
"testing.iconErrored": "#f14c4c", | |
"testing.iconFailed": "#f14c4c", | |
"testing.runAction": "#73c991", | |
"testing.iconQueued": "#cca700", | |
"testing.iconUnset": "#848484", | |
"testing.iconSkipped": "#848484", | |
"testing.peekBorder": "#f14c4c", | |
"testing.peekHeaderBackground": "#f14c4c1a", | |
"testing.message.error.decorationForeground": "#f14c4c", | |
"testing.message.error.lineBackground": "#ff000033", | |
"testing.message.info.decorationForeground": "#bbbbbb80", | |
// "testing.message.info.lineBackground": // null, | |
// Welcome page colors | |
// "welcomePage.background": // null | |
// "welcomePage.buttonBackground": // null | |
// "welcomePage.buttonHoverBackground": // null | |
"welcomePage.progress.background": "#3c3c3c", | |
"welcomePage.progress.foreground": "#3794ff", | |
"welcomePage.tileBackground": "#252526", | |
"welcomePage.tileHoverBackground": "#25252633", | |
"welcomePage.tileShadow.": "#0000005c", | |
// "walkThrough.embeddedEditorBackground": // null | |
// Source Control colors | |
// "scm.providerBorder": "#454545", | |
// Git colors | |
"gitDecoration.addedResourceForeground": "#81b88b", | |
"gitDecoration.modifiedResourceForeground": "#e2c08d", | |
"gitDecoration.deletedResourceForeground": "#c74e39", | |
"gitDecoration.renamedResourceForeground": "#73c991", | |
"gitDecoration.stageModifiedResourceForeground": "#e2c08d", | |
"gitDecoration.stageDeletedResourceForeground": "#c74e39", | |
"gitDecoration.untrackedResourceForeground": "#73c991", | |
"gitDecoration.ignoredResourceForeground": "#8c8c8c", | |
"gitDecoration.conflictingResourceForeground": "#e4676b", | |
"gitDecoration.submoduleResourceForeground": "#8db9e2", | |
// Settings Editor colors | |
"settings.headerForeground": "#e7e7e7", | |
"settings.modifiedItemIndicator": "#0c7d9d", | |
"settings.dropdownBackground": "#3c3c3c", | |
"settings.dropdownForeground": "#f0f0f0", | |
"settings.dropdownBorder": "#3c3c3c", | |
"settings.dropdownListBorder": "#454545", | |
"settings.checkboxBackground": "#3c3c3c", | |
"settings.checkboxForeground": "#f0f0f0", | |
"settings.checkboxBorder": "#3c3c3c", | |
"settings.rowHoverBackground": "#8080801a", | |
"settings.textInputBackground": "#3c3c3c", | |
"settings.textInputForeground": "#cccccc", | |
// "settings.textInputBorder": // null | |
"settings.numberInputBackground": "#3c3c3c", | |
"settings.numberInputForeground": "#cccccc", | |
// "settings.numberInputBorder": // null | |
"settings.focusedRowBackground": "#8080801a", | |
"settings.focusedRowBorder": "#ffffff1f", | |
// Breadcrumbs colors | |
"breadcrumb.foreground": "#cccccccc", | |
"breadcrumb.background": "#1e1e1e", | |
// "breadcrumb.focusForeground": // darken(#f5f5f5, 0.2) | |
"breadcrumb.activeSelectionForeground": "#cccccc1a", | |
"breadcrumbPicker.background": "#252526", | |
// Snippets colors | |
"editor.snippetTabstopHighlightBackground": "#7c7c7c4d", | |
// "editor.snippetTabstopHighlightBorder": // null | |
// "editor.snippetFinalTabstopHighlightBackground": // null | |
"editor.snippetFinalTabstopHighlightBorder": "#525252", | |
// Symbol Icons colors | |
"symbolIcon.arrayForeground": "#cccccc", | |
"symbolIcon.booleanForeground": "#cccccc", | |
"symbolIcon.classForeground": "##EE9D28", | |
"symbolIcon.colorForeground": "#cccccc", | |
"symbolIcon.constantForeground": "#cccccc", | |
"symbolIcon.constructorForeground": "##b180d7", | |
"symbolIcon.enumeratorForeground": "#75beff", | |
"symbolIcon.enumeratorMemberForeground": "#75beff", | |
"symbolIcon.eventForeground": "##EE9D28", | |
"symbolIcon.fieldForeground": "#75beff", | |
"symbolIcon.fileForeground": "#cccccc", | |
"symbolIcon.folderForeground": "#cccccc", | |
"symbolIcon.functionForeground": "##b180d7", | |
"symbolIcon.interfaceForeground": "#75beff", | |
"symbolIcon.keyForeground": "#cccccc", | |
"symbolIcon.keywordForeground": "#cccccc", | |
"symbolIcon.methodForeground": "##b180d7", | |
"symbolIcon.moduleForeground": "#cccccc", | |
"symbolIcon.namespaceForeground": "#cccccc", | |
"symbolIcon.nullForeground": "#cccccc", | |
"symbolIcon.numberForeground": "#cccccc", | |
"symbolIcon.objectForeground": "#cccccc", | |
"symbolIcon.operatorForeground": "#cccccc", | |
"symbolIcon.packageForeground": "#cccccc", | |
"symbolIcon.propertyForeground": "#cccccc", | |
"symbolIcon.referenceForeground": "#cccccc", | |
"symbolIcon.snippetForeground": "#cccccc", | |
"symbolIcon.stringForeground": "#cccccc", | |
"symbolIcon.structForeground": "#cccccc", | |
"symbolIcon.textForeground": "#cccccc", | |
"symbolIcon.typeParameterForeground": "#cccccc", | |
"symbolIcon.unitForeground": "#cccccc", | |
"symbolIcon.variableForeground": "#75beff", | |
// Debug Icons colors | |
"debugIcon.breakpointForeground": "#e51400", | |
"debugIcon.breakpointDisabledForeground": "#848484", | |
"debugIcon.breakpointUnverifiedForeground": "#848484", | |
"debugIcon.breakpointCurrentStackframeForeground": "#ffcc00", | |
"debugIcon.breakpointStackframeForeground": "#89d185", | |
"debugIcon.startForeground": "#89d185", | |
"debugIcon.pauseForeground": "#75beff", | |
"debugIcon.stopForeground": "#f48771", | |
"debugIcon.disconnectForeground": "#f48771", | |
"debugIcon.restartForeground": "#89d185", | |
"debugIcon.stepOverForeground": "#75beff", | |
"debugIcon.stepIntoForeground": "#75beff", | |
"debugIcon.stepOutForeground": "#75beff", | |
"debugIcon.continueForeground": "#75beff", | |
"debugIcon.stepBackForeground": "#75beff", | |
"debugConsole.infoForeground": "#3794ff", | |
"debugConsole.warningForeground": "#cca700", | |
"debugConsole.errorForeground": "#f48771", | |
"debugConsole.sourceForeground": "#cccccc", | |
"debugConsoleInputIcon.foreground": "#cccccc", | |
// Notebook colors | |
"notebook.cellBorderColor": "#37373d", | |
// "notebook.cellHoverBackground": // null | |
"notebook.cellInsertionIndicator": "#007fd4", | |
"notebook.cellStatusBarItemHoverBackground": "#ffffff26", | |
"notebook.cellToolbarSeparator": "#80808059", | |
"notebook.cellEditorBackground": "#cccccc0a", | |
// "notebook.focusedCellBackground": // null | |
"notebook.focusedCellBorder": "#007fd4", | |
"notebook.focusedEditorBorder": "#007fd4", | |
"notebook.inactiveFocusedCellBorder": "#37373d", | |
// "notebook.inactiveSelectedCellBorder": // null | |
// "notebook.outputContainerBackgroundColor": // null | |
"notebook.selectedCellBackground": "#37373d", | |
"notebook.selectedCellBorder": "#37373d", | |
"notebook.symbolHighlightBackground": "#ffffff0b", | |
"notebookScrollbarSlider.activeBackground": "#bfbfbf66", | |
"notebookScrollbarSlider.background": "#79797966", | |
"notebookScrollbarSlider.hoverBackground": "#646464b3", | |
"notebookStatusErrorIcon.foreground": "#f48771", | |
"notebookStatusRunningIcon.foreground": "#cccccc", | |
"notebookStatusSuccessIcon.foreground": "#89d185", | |
// Ports Colors | |
"ports.iconRunningProcessForeground": "#007acc" // | |
} | |
} |
Sadly this was generated searching in VSCode github repository. 3 years ago there was not a centralized place where you can see this information, so use with caution!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@javifm86 How was this file generated? So that I can ensure it is up-to-date.