From 1597f8f93863e8e62345489ee436e5f6a8987090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Olausson=20Holten=C3=A4s?= Date: Sun, 13 Mar 2022 12:11:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20changed=20s?= =?UTF-8?q?ome=20vscode=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b8528ea..44ec5dd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,26 +1,8 @@ { "editor.wordWrapColumn": 100, "editor.tabSize": 2, - // "workbench.colorCustomizations": { - // "titleBar.activeBackground": "#336699", - // "titleBar.inactiveBackground": "#33669999", - // "titleBar.activeForeground": "#e7e7e7", - // "titleBar.inactiveForeground": "#e7e7e799", - // "statusBarItem.hoverBackground": "#407fbf", - // "activityBar.activeBackground": "#407fbf", - // "activityBar.activeBorder": "#77284f", - // "activityBar.background": "#407fbf", - // "activityBar.foreground": "#e7e7e7", - // "activityBar.inactiveForeground": "#e7e7e799", - // "activityBarBadge.background": "#77284f", - // "activityBarBadge.foreground": "#e7e7e7", - // "sash.hoverBorder": "#407fbf", - // "statusBarItem.remoteBackground": "#336699", - // "statusBarItem.remoteForeground": "#e7e7e7" - // }, "editor.formatOnSave": true, "javascript.format.enable": false, - "eslint.autoFixOnSave": true, "files.eol": "\n", "prettier.endOfLine": "lf", "prettier.singleQuote": true, @@ -29,23 +11,6 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#407fbf", - "activityBar.activeBorder": "#77284f", - "activityBar.background": "#407fbf", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#77284f", - "activityBarBadge.foreground": "#e7e7e7", - "sash.hoverBorder": "#407fbf", - "statusBarItem.hoverBackground": "#407fbf", - "statusBarItem.remoteBackground": "#336699", - "statusBarItem.remoteForeground": "#e7e7e7", - "titleBar.activeBackground": "#336699", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveBackground": "#33669999", - "titleBar.inactiveForeground": "#e7e7e799" - }, "cSpell.words": [ "Controlpanel", "discordjs", @@ -55,5 +20,7 @@ "upsert", "uuidv" ], + "editor.fontFamily": "Cascadia Code", + "editor.fontLigatures": true, "git.enableCommitSigning": true }