generated from xkeshav/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bhasha.code-workspace
34 lines (34 loc) · 953 Bytes
/
bhasha.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"folders": [
{
"path": "."
}
],
"settings": {
"window.zoomLevel": 1.15,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2464a8",
"activityBar.background": "#2464a8",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#e37cae",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2464a8",
"statusBar.background": "#1b4b7e",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2464a8",
"statusBarItem.remoteBackground": "#1b4b7e",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1b4b7e",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1b4b7e99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#1b4b7e",
"cSpell.words": [
"bhasha",
"predeploy"
]
}
}