Skip to content

Instantly share code, notes, and snippets.

@hanspagel
Created June 28, 2018 11:06
Show Gist options
  • Save hanspagel/b9ebca44f8d6e258b6a22064e4683b0c to your computer and use it in GitHub Desktop.
Save hanspagel/b9ebca44f8d6e258b6a22064e4683b0c to your computer and use it in GitHub Desktop.
// Platzieren Sie Ihre Einstellungen in dieser Datei, um die Standardeinstellungen zu überschreiben.
{
"workbench.colorCustomizations": {
"activityBarBadge.background": "#E57373",
"list.activeSelectionForeground": "#E57373",
"list.inactiveSelectionForeground": "#E57373",
"list.highlightForeground": "#E57373",
"scrollbarSlider.activeBackground": "#E5737350",
"editorSuggestWidget.highlightForeground": "#E57373",
"textLink.foreground": "#E57373",
"progressBar.background": "#E57373",
"pickerGroup.foreground": "#E57373",
"tab.activeBorder": "#E57373",
"notificationLink.foreground": "#E57373"
},
"materialTheme.cache.workbench.settings": {
"accent": "Red",
"themeColours": "Darker",
"accentPrevious": "Red"
},
"window.zoomLevel": -1,
"editor.fontSize": 20,
"editor.lineHeight": 52,
"editor.fontFamily": "SourceCodePro-Regular, monospace",
"editor.renderWhitespace": "none",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": false,
"editor.minimap.enabled": false,
"workbench.activityBar.visible": false,
"workbench.iconTheme": "eq-material-theme-icons",
"editor.tabSize": 4,
"trailing-spaces.trimOnSave": true,
"trailing-spaces.highlightCurrentLine": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0,
"emmet.includeLanguages": {
"blade": "html"
},
"emmet.triggerExpansionOnTab": true,
"search.useIgnoreFiles": false,
"workbench.colorTheme": "Material Theme Darker",
"editor.wordWrap": "on",
"javascript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment