Skip to content

Instantly share code, notes, and snippets.

@huytd
Created July 14, 2019 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huytd/2bc13cafabf6eb85973985e05bbf39e2 to your computer and use it in GitHub Desktop.
Save huytd/2bc13cafabf6eb85973985e05bbf39e2 to your computer and use it in GitHub Desktop.
vscode-espresso-custom.json
"workbench.colorCustomizations": {
"sideBar.background": "#fafafa",
"activityBar.background": "#fafafa",
"statusBar.background": "#fafafa",
"tab.inactiveBackground": "#fafafa",
"tab.border": "#fafafa",
"editorGroupHeader.tabsBackground": "#fafafa",
"editorLineNumber.foreground": "#dddddd",
"editorCursor.foreground": "#6ab04c",
"diffEditor.removedTextBackground": "#F8E5E1",
"diffEditor.insertedTextBackground": "#e5efd2",
"titleBar.activeBackground": "#fafafa",
"titleBar.inactiveBackground": "#f8f8f8",
"panel.border": "#fefefe",
"panel.background": "#fefefe",
"terminal.background": "#fefefe"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment