Skip to content

Instantly share code, notes, and snippets.

@Igloczek
Created June 12, 2025 13:16
Show Gist options
  • Save Igloczek/501effb3152907be55da7f6681a30b1d to your computer and use it in GitHub Desktop.
Save Igloczek/501effb3152907be55da7f6681a30b1d to your computer and use it in GitHub Desktop.
Gray theme config
{
"workbench.preferredDarkColorTheme": "One Dark Pro",
"workbench.preferredLightColorTheme": "(Default) Soft",
"window.autoDetectColorScheme": true,
"workbench.colorCustomizations": {
"[(Default) Soft]": {
"activityBar.foreground": "#121417",
"activityBarBadge.background": "#526FFF",
"badge.background": "#526FFF",
"button.background": "#5871EF",
"button.hoverBackground": "#6B83ED",
"diffEditor.insertedTextBackground": "#00809B33",
"dropdown.border": "#DBDBDC",
"editor.findMatchHighlightBackground": "#526FFF33",
"editor.foreground": "#383A42",
"editor.lineHighlightBackground": "#383A420C",
"editor.selectionBackground": "#E5E5E6",
"editorCursor.foreground": "#526FFF",
"editorGroup.border": "#DBDBDC",
"editorGroupHeader.tabsBackground": "#EAEAEB",
"editorHoverWidget.background": "#EAEAEB",
"editorHoverWidget.border": "#DBDBDC",
"editorIndentGuide.activeBackground1": "#626772",
"editorIndentGuide.background1": "#383A4233",
"editorInlayHint.foreground": "#AFB2BB",
"editorLineNumber.activeForeground": "#383A42",
"editorLineNumber.foreground": "#9D9D9F",
"editorRuler.foreground": "#383A4233",
"editorSuggestWidget.background": "#EAEAEB",
"editorSuggestWidget.border": "#DBDBDC",
"editorWhitespace.foreground": "#383A4233",
"extensionButton.prominentBackground": "#3BBA54",
"extensionButton.prominentHoverBackground": "#4CC263",
"focusBorder": "#526FFF",
"list.activeSelectionBackground": "#DBDBDC",
"list.activeSelectionForeground": "#232324",
"list.focusBackground": "#DBDBDC",
"list.highlightForeground": "#121417",
"list.hoverBackground": "#DBDBDC66",
"list.inactiveSelectionBackground": "#DBDBDC",
"list.inactiveSelectionForeground": "#232324",
"peekView.border": "#526FFF",
"peekViewResult.selectionBackground": "#DBDBDC",
"pickerGroup.border": "#526FFF",
"scrollbarSlider.activeBackground": "#747D9180",
"scrollbarSlider.background": "#4E566680",
"scrollbarSlider.hoverBackground": "#5A637580",
"statusBar.background": "#C0C0C0",
"statusBar.foreground": "#333",
"statusBar.noFolderBackground": "#EAEAEB",
"statusBarItem.hoverBackground": "#DBDBDC",
"tab.activeForeground": "#121417",
"tab.border": "#DBDBDC",
"tab.inactiveBackground": "#EAEAEB",
"titleBar.activeBackground": "#EAEAEB",
"titleBar.activeForeground": "#424243",
"titleBar.inactiveBackground": "#EAEAEB",
"titleBar.inactiveForeground": "#424243",
"terminal.selectionBackground": "default"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment