Skip to content

Commit

Permalink
vscode settings
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Oct 27, 2023
1 parent 378f578 commit 7bf2f68
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#00e6cc",
"activityBar.background": "#00e6cc",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#e620ff",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#00e6cc",
"statusBar.background": "#00b39f",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#00e6cc",
"statusBarItem.remoteBackground": "#00b39f",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#00b39f",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#00b39f99",
"titleBar.inactiveForeground": "#e7e7e799"
}
}

0 comments on commit 7bf2f68

Please sign in to comment.