forked from ngMorocco/ngx-darija
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
23 lines (23 loc) · 866 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"peacock.color": "black",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#1a1a1a",
"activityBar.activeBorder": "#606020",
"activityBar.background": "#1a1a1a",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#606020",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#000000",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#1a1a1a",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#00000099",
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#1a1a1a",
"statusBarItem.remoteBackground": "#000000",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.remoteColor": "#fc035a"
}