diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..85cc208 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#1f6fd02f", + "activityBar.background": "#1f6fd02f", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#ee90bb", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#1f6fd02f", + "statusBar.background": "#1857a42f", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#1f6fd02f", + "statusBarItem.remoteBackground": "#1857a42f", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#1857a42f", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#1857a499", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#1857a42f" +} \ No newline at end of file diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index c771dea..92bd5f1 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -1,12 +1,13 @@ +