vscode: use onedark as theme

This commit is contained in:
thomasabishop 2024-01-28 20:18:57 +00:00
parent f62aebc715
commit 05951a096f

View file

@ -221,5 +221,5 @@
"totalTypeScript.hideBasicTips": true,
"eslint.run": "onSave",
"totalTypeScript.hiddenTips": ["passing-generics-to-types", "typeof"],
"workbench.colorTheme": "Alien Blood "
"workbench.colorTheme": "One Dark Pro"
}