Skip to content

Instantly share code, notes, and snippets.

@feesta
Created February 3, 2023 18:31
Show Gist options
  • Save feesta/3e287519280b69e11a35f902e7a57b5b to your computer and use it in GitHub Desktop.
Save feesta/3e287519280b69e11a35f902e7a57b5b to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Visual Studio Light",
"workbench.colorCustomizations": {
"titleBar.activeForeground":"#ffffff",
"titleBar.activeBackground":"#968c82",
"titleBar.inactiveForeground":"#888",
"titleBar.inactiveBackground": "#cbbfb1",
"window.activeBorder":"#000",
"window.inactiveBorder":"#666",
"widget.shadow":"#777",
"activityBar.foreground":"#000",
"activityBar.inactiveForeground":"#776",
"activityBar.background":"#c0c0bb",
"minimap.background": "#f2f2f077",
"tab.border": "#666",
"tab.activeBackground": "#fff",
"tab.activeForeground": "#000",
"tab.inactiveBackground": "#d4d4d0",
"tab.inactiveForeground": "#110",
"editorGroupHeader.tabsBackground": "#b0b0aa",
"editor.foreground":"#000",
"editor.background":"#fff",
"editor.findMatchBackground":"#dd0",
"editor.findMatchHighlightBackground":"#f8f899",
"editorLineNumber.foreground":"#ccc",
"editorLineNumber.activeForeground":"#333",
"editor.lineHighlightBackground": "#f0f0e6",
"sideBar.background": "#e8e8e4"
},
"workbench.startupEditor": "none",
"editor.fontFamily": "'Fira Code Retina', 'Courier New', monospace",
"editor.fontLigatures": true,
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.inheritEnv": true,
"editor.tokenColorCustomizations": {
},
"security.workspace.trust.banner": "never",
"security.workspace.trust.startupPrompt": "never",
"diffEditor.renderSideBySide": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment