This commit is contained in:
Rob Walsh
2026-02-28 22:59:54 -07:00
parent 3861d07cf4
commit 978e177715
2 changed files with 2 additions and 24 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
# IDE
.idea
.vscode
# Dependencies
/node_modules
@@ -55,4 +56,4 @@ next-env.d.ts
/test-media
/test-data
/bookdrop
dockerfile.patch
dockerfile.patch
-23
View File
@@ -1,23 +0,0 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#21b789",
"activityBar.background": "#21b789",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f3e4fa",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#21b789",
"statusBar.background": "#198c69",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#21b789",
"statusBarItem.remoteBackground": "#198c69",
"statusBarItem.remoteForeground": "#e7e7e7",
"tab.activeBorder": "#21b789",
"titleBar.activeBackground": "#198c69",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#198c6999",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#198c69"
}