From 0ca3dd27ee53e3514abbd0e9144124da2e46c87b Mon Sep 17 00:00:00 2001 From: Craig Buchek Date: Fri, 26 Jan 2024 13:10:53 -0800 Subject: [PATCH] Add a VS Code workspace config --- presentations.code-workspace | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 presentations.code-workspace diff --git a/presentations.code-workspace b/presentations.code-workspace new file mode 100644 index 0000000..3ea1866 --- /dev/null +++ b/presentations.code-workspace @@ -0,0 +1,13 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "workbench.colorCustomizations": { + "statusBar.background": "#a6abf2", + "activityBar.background": "#a6abf2" + } + } +}