Skip to content

Commit 6ca4175

Browse files
committed
budget Manager
1 parent b3ac80a commit 6ca4175

40 files changed

Lines changed: 2285 additions & 0 deletions
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"editorGroup.border": "#ec2bae",
4+
"panel.border": "#ec2bae",
5+
"sideBar.border": "#ec2bae",
6+
"statusBar.background": "#d11394",
7+
"statusBar.border": "#d11394",
8+
"statusBar.foreground": "#e7e7e7",
9+
"statusBarItem.hoverBackground": "#ec2bae",
10+
"tab.activeBorder": "#ec2bae",
11+
"titleBar.activeBackground": "#d11394",
12+
"titleBar.activeForeground": "#e7e7e7",
13+
"titleBar.border": "#d11394",
14+
"titleBar.inactiveBackground": "#d1139499",
15+
"titleBar.inactiveForeground": "#e7e7e799"
16+
},
17+
"peacock.color": "#d11394",
18+
"liveServer.settings.port": 5502
19+
}

0 commit comments

Comments
 (0)