|
@@ -5,5 +5,20 @@
|
5
|
5
|
"javascriptreact",
|
6
|
6
|
"typescript",
|
7
|
7
|
"typescriptreact"
|
8
|
|
- ]
|
|
8
|
+ ],
|
|
9
|
+ "workbench.colorCustomizations": {
|
|
10
|
+ "activityBar.background": "#6e6ff5",
|
|
11
|
+ "activityBar.foreground": "#e7e7e7",
|
|
12
|
+ "activityBar.inactiveForeground": "#e7e7e799",
|
|
13
|
+ "activityBarBadge.background": "#f9a6a6",
|
|
14
|
+ "activityBarBadge.foreground": "#15202b",
|
|
15
|
+ "titleBar.activeBackground": "#3e3ff2",
|
|
16
|
+ "titleBar.inactiveBackground": "#3e3ff299",
|
|
17
|
+ "titleBar.activeForeground": "#e7e7e7",
|
|
18
|
+ "titleBar.inactiveForeground": "#e7e7e799",
|
|
19
|
+ "statusBar.background": "#3e3ff2",
|
|
20
|
+ "statusBarItem.hoverBackground": "#6e6ff5",
|
|
21
|
+ "statusBar.foreground": "#e7e7e7"
|
|
22
|
+ },
|
|
23
|
+ "peacock.color": "#3e3ff2"
|
9
|
24
|
}
|