File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "workbench.colorCustomizations" : {
3
+ "activityBar.background" : " #38d93f" ,
4
+ "activityBar.activeBorder" : " #645ee0" ,
5
+ "activityBar.foreground" : " #15202b" ,
6
+ "activityBar.inactiveForeground" : " #15202b99" ,
7
+ "activityBarBadge.background" : " #645ee0" ,
8
+ "activityBarBadge.foreground" : " #e7e7e7" ,
9
+ "titleBar.activeBackground" : " #24ba2a" ,
10
+ "titleBar.inactiveBackground" : " #24ba2a99" ,
11
+ "titleBar.activeForeground" : " #e7e7e7" ,
12
+ "titleBar.inactiveForeground" : " #e7e7e799" ,
13
+ "statusBar.background" : " #24ba2a" ,
14
+ "statusBarItem.hoverBackground" : " #38d93f" ,
15
+ "statusBar.foreground" : " #e7e7e7"
16
+ },
17
+ "peacock.color" : " #24ba2a"
18
+ }
Original file line number Diff line number Diff line change 4
4
"description" : " a collection of useful es6-shims for Extendscript" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1 " ,
7
+ "test" : " echo \" Error: no test specified\" && exit 0 " ,
8
8
"bundle" : " node bin/concat.js"
9
9
},
10
10
"repository" : {
You can’t perform that action at this time.
0 commit comments