Last active
April 30, 2020 17:43
-
-
Save thedoomshine/da34a3346d1619a871e2e08753bc43d3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.iconTheme": "material-icon-theme", | |
"editor.fontFamily": "\"Comic Code Ligatures\",\"DankMono Nerd Font Mono\", monospace", | |
"editor.fontSize": 16, | |
"editor.renderIndentGuides": false, | |
"editor.tabSize": 2, | |
"editor.wordWrap": "bounded", | |
"materialTheme.accent": "Red", | |
"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", | |
"editorWidget.resizeBorder": "#E57373", | |
"editorWidget.border": "#E57373", | |
"settings.modifiedItemIndicator": "#E57373", | |
"settings.headerForeground": "#E57373", | |
"panelTitle.activeBorder": "#E57373", | |
"breadcrumb.activeSelectionForeground": "#E57373", | |
"menu.selectionForeground": "#E57373", | |
"menubar.selectionForeground": "#E57373" | |
}, | |
"materialTheme.autoApplyIcons": true, | |
"gitlens.currentLine.scrollable": false, | |
"editor.minimap.enabled": false, | |
"editor.fontLigatures": true, | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": false, | |
"window.zoomLevel": 0, | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.colorTheme": "Shades of Purple", | |
"editor.formatOnSave": false, | |
"editor.formatOnType": false, | |
"csharp.suppressDotnetInstallWarning": true, | |
"csharp.suppressProjectJsonWarning": true, | |
"[javascript]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"task.autoDetect": "off", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"sync.autoUpload": true, | |
"sync.autoDownload": true, | |
"sync.forceUpload": true, | |
"sync.gist": "da34a3346d1619a871e2e08753bc43d3", | |
"files.associations": { | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment