Skip to content

Commit

Permalink
vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 29, 2022
1 parent 14dc3aa commit 54ac1ca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#aacdec",
"activityBar.activeBorder": "#884B2E",
"activityBar.foreground": "#242c5c",
"activityBar.inactiveForeground": "#242c5c",
"activityBarBadge.background": "#884B2E",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#80b5e3",
"titleBar.inactiveBackground": "#80b5e3",
"titleBar.activeForeground": "#242c5c",
"titleBar.inactiveForeground": "#242c5c",
"statusBar.background": "#884B2E",
"statusBarItem.hoverBackground": "#6F3215",
"statusBar.foreground": "#FDCEA5",

}
}

0 comments on commit 54ac1ca

Please sign in to comment.