File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "workbench.colorCustomizations" : {
3
+ "activityBar.activeBackground" : " #00e6cc" ,
4
+ "activityBar.background" : " #00e6cc" ,
5
+ "activityBar.foreground" : " #15202b" ,
6
+ "activityBar.inactiveForeground" : " #15202b99" ,
7
+ "activityBarBadge.background" : " #e620ff" ,
8
+ "activityBarBadge.foreground" : " #e7e7e7" ,
9
+ "commandCenter.border" : " #e7e7e799" ,
10
+ "sash.hoverBorder" : " #00e6cc" ,
11
+ "statusBar.background" : " #00b39f" ,
12
+ "statusBar.foreground" : " #e7e7e7" ,
13
+ "statusBarItem.hoverBackground" : " #00e6cc" ,
14
+ "statusBarItem.remoteBackground" : " #00b39f" ,
15
+ "statusBarItem.remoteForeground" : " #e7e7e7" ,
16
+ "titleBar.activeBackground" : " #00b39f" ,
17
+ "titleBar.activeForeground" : " #e7e7e7" ,
18
+ "titleBar.inactiveBackground" : " #00b39f99" ,
19
+ "titleBar.inactiveForeground" : " #e7e7e799"
20
+ }
21
+ }
You can’t perform that action at this time.
0 commit comments