Skip to content

Instantly share code, notes, and snippets.

@divanvisagie
Created May 4, 2020 11:55
Show Gist options
  • Save divanvisagie/b95e13deeb6f5b32b90650eff75d50f7 to your computer and use it in GitHub Desktop.
Save divanvisagie/b95e13deeb6f5b32b90650eff75d50f7 to your computer and use it in GitHub Desktop.
VSCode settings
{
"workbench.colorTheme": "Nord",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"java.configuration.checkProjectSettingsExclusions": false,
"files.autoSave": "afterDelay",
"extensions.ignoreRecommendations": false,
"amVim.bindCtrlCommands": false,
"workbench.settings.editor": "json",
"workbench.editorAssociations": [
],
"workbench.colorCustomizations": {
"activityBar.background": "#282d38",
"titleBar.activeBackground": "#2e3440",
"titleBar.border": "#2e3440",
"sideBar.background": "#252933",
"sideBar.border": "#2e3440",
"tab.activeBackground": "#282d38",
"tab.inactiveBackground": "#252933aa",
"tab.border": "#3b425200",
"tab.hoverBackground": "#2e3440",
"editorGroupHeader.tabsBackground": "#252933", //behind the tabs
"dropdown.background": "#2e3440",
"dropdown.border": "#2e3440",
"input.background": "#282d38",
"input.border": "#282d38",
"editorGutter.background": "#282d38",
"editor.background": "#282d38",
"editorGroup.border": "#2e3440", //line between editors
"panel.background": "#282d38", //terminal tabs
"panel.border": "#2e3440",
"terminal.background": "#282d38",
"statusBar.background": "#2e3440",
"sideBarSectionHeader.background": "#282d38", //spring dashboard etc
},
"git.confirmSync": false,
"sync.ignoredExtensions": [],
"sync.ignoredSettings": [],
"python.jediEnabled": false,
"java.semanticHighlighting.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment