this is the "(Default) Soft" theme I'm using as a base https://marketplace.visualstudio.com/items?itemName=janicweber.soft-grey-theme
and this is the one for dark mode https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
this is the "(Default) Soft" theme I'm using as a base https://marketplace.visualstudio.com/items?itemName=janicweber.soft-grey-theme
and this is the one for dark mode https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
| { | |
| "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" | |
| } | |
| } | |
| } |