vscode: change colour scheme

This commit is contained in:
thomasabishop 2024-03-14 17:32:12 +00:00
parent 99eb7c8bbc
commit 70206acf18

View file

@ -48,8 +48,6 @@
// "editor.fontWeight": 700, // "editor.fontWeight": 700,
"editor.formatOnPaste": false, "editor.formatOnPaste": false,
"editor.formatOnSave": true, "editor.formatOnSave": true,
// "editor.lineHeight": 1.3,
"editor.minimap.enabled": true,
"editor.smoothScrolling": true, "editor.smoothScrolling": true,
"editor.stickyScroll.enabled": true, "editor.stickyScroll.enabled": true,
"editor.tokenColorCustomizations": { "editor.tokenColorCustomizations": {
@ -221,6 +219,6 @@
"totalTypeScript.hideBasicTips": true, "totalTypeScript.hideBasicTips": true,
"eslint.run": "onSave", "eslint.run": "onSave",
"totalTypeScript.hiddenTips": ["passing-generics-to-types", "typeof"], "totalTypeScript.hiddenTips": ["passing-generics-to-types", "typeof"],
"workbench.colorTheme": "Gruvbox Dark Medium", "workbench.colorTheme": "Gruvbox Material Dark",
"git.openRepositoryInParentFolders": "never" "git.openRepositoryInParentFolders": "never"
} }