From 7bae44c16856a75944b4bad1df913eb8c8f93321 Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Mon, 29 May 2023 14:45:52 +0200 Subject: [PATCH] LA_TEMP vscode settings --- .gitignore | 2 +- .vscode/settings.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index a4efd81..e808703 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.log .DS_Store -.vscode +# LA_TODO .vscode node_modules .*cache dist diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8794b26 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,26 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#339267", + "activityBar.background": "#339267", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#d1b8e6", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#339267", + "statusBar.background": "#266c4c", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#339267", + "statusBarItem.remoteBackground": "#266c4c", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#266c4c", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#266c4c99", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#266c4c", + "editor.formatOnSave": true, + "[html]": { + "editor.defaultFormatter": null + }, +}