File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11import { configure } from '@storybook/react'
2- // import '../src/styles/index.css'
2+ import '../src/styles/index.css'
33
44// setup acquireVsCodeApi mock
55// @ts -ignore
Original file line number Diff line number Diff line change 1111 },
1212 // styles
1313 "workbench.colorCustomizations" : {
14- "activityBar.background" : " #000000" ,
14+ "activityBar.background" : " #1a1a1a" ,
15+ "activityBar.activeBorder" : " #606020" ,
16+ "activityBar.foreground" : " #e7e7e7" ,
17+ "activityBar.inactiveForeground" : " #e7e7e799" ,
18+ "activityBarBadge.background" : " #606020" ,
19+ "activityBarBadge.foreground" : " #e7e7e7" ,
1520 "titleBar.activeBackground" : " #000000" ,
16- "titleBar.activeForeground" : " #FFFFFF"
17- }
21+ "titleBar.inactiveBackground" : " #00000099" ,
22+ "titleBar.activeForeground" : " #e7e7e7" ,
23+ "titleBar.inactiveForeground" : " #e7e7e799" ,
24+ "statusBar.background" : " #000000" ,
25+ "statusBarItem.hoverBackground" : " #1a1a1a" ,
26+ "statusBar.foreground" : " #e7e7e7"
27+ },
28+ "peacock.color" : " #000000"
1829 }
1930
You can’t perform that action at this time.
0 commit comments