Skip to content

Commit

Permalink
chore(config): update workspace configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Sep 5, 2024
1 parent 89d1a35 commit 16f8079
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,28 @@
"path": "."
}
],
"settings": {},
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2f7c47",
"activityBar.background": "#2f7c47",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#422c74",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2f7c47",
"statusBar.background": "#215732",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2f7c47",
"statusBarItem.remoteBackground": "#215732",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#215732",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#21573299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#215732"
},
"extensions": {
"recommendations": [
"github.copilot",
Expand Down

0 comments on commit 16f8079

Please sign in to comment.