diff --git a/.vscode/settings.json b/.vscode/settings.json index e6e7934..c08915c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,10 @@ "**/.DS_Store": true, "**/Thumbs.db": true }, - "hide-files.files": [] + "hide-files.files": [], + "workbench.colorCustomizations": { + "activityBar.background": "#0A350D", + "titleBar.activeBackground": "#0E4A12", + "titleBar.activeForeground": "#F2FCF2" + } } \ No newline at end of file diff --git a/apps/demo/src/app/app.component.html b/apps/demo/src/app/app.component.html index 09f0fcd..0cf3840 100644 --- a/apps/demo/src/app/app.component.html +++ b/apps/demo/src/app/app.component.html @@ -2,6 +2,7 @@