Created
December 11, 2020 13:38
-
-
Save adierebel/0f7c2acb713545d684a40e055bdfe833 to your computer and use it in GitHub Desktop.
VSCode Settings
This file contains hidden or 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
{ | |
"breadcrumbs.enabled": false, | |
"window.titleBarStyle": "custom", | |
"editor.renderWhitespace": "boundary", | |
"editor.insertSpaces": false, | |
"editor.smoothScrolling": true, | |
"workbench.colorTheme": "Community Material Theme High Contrast", | |
"workbench.iconTheme": "eq-material-theme-icons", | |
"workbench.colorCustomizations": { | |
"sideBar.background": "#192227", | |
"editor.background": "#192227", | |
"tab.border": "#192227", | |
"tab.inactiveBackground": "#192227", | |
"editorGroupHeader.tabsBackground": "#192227", | |
"menu.background": "#192227", | |
}, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.renderControlCharacters": false, | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": "meta.function-call.generic.python", | |
"settings": { | |
"foreground": "#82AAFF" | |
} | |
} | |
] | |
}, | |
"window.zoomLevel": 0, | |
"extensions.ignoreRecommendations": true, | |
"files.associations": { | |
"*.html": "twig" | |
}, | |
"editor.suggestSelection": "first", | |
} |
Author
adierebel
commented
Dec 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment