Skip to content

Instantly share code, notes, and snippets.

@markomitranic
Created August 24, 2021 14:09
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 markomitranic/06af2044805ddeb801b44c0dc33278b4 to your computer and use it in GitHub Desktop.
Save markomitranic/06af2044805ddeb801b44c0dc33278b4 to your computer and use it in GitHub Desktop.
Remote Workspace Settings
{
"folders": [
{
"path": ".."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1f6fd0",
"activityBar.activeBorder": "#ee90bb",
"activityBar.background": "#1f6fd0",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ee90bb",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#1857a4",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1f6fd0",
"statusBarItem.remoteBackground": "#c92121",
"statusBarItem.remoteForeground": "#d3d3d3",
"titleBar.activeBackground": "#1857a4",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1857a499",
"titleBar.inactiveForeground": "#e7e7e799"
},
},
"extensions": {
"recommendations": [
"hashicorp.terraform",
"ms-azuretools.vscode-docker",
"eamodio.gitlens",
"k--kato.intellij-idea-keybindings",
"mutantdino.resourcemonitor",
"redhat.vscode-yaml",
"mikestead.dotenv",
"ms-vscode-remote.remote-containers",
"ckolkman.vscode-postgres",
"mohsen1.prettify-json",
"buianhthang.xml2json"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment