Skip to content

Feature/emotion #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 12, 2020
Prev Previous commit
Next Next commit
fix config styles
  • Loading branch information
ShMcK committed Jan 12, 2020
commit 7d5d5c0efbe254fcdd87afc86dfcad025983856b
2 changes: 1 addition & 1 deletion web-app/.storybook/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { configure } from '@storybook/react'
// import '../src/styles/index.css'
import '../src/styles/index.css'

// setup acquireVsCodeApi mock
// @ts-ignore
Expand Down
17 changes: 14 additions & 3 deletions web-app/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,20 @@
},
// styles
"workbench.colorCustomizations": {
"activityBar.background": "#000000",
"activityBar.background": "#1a1a1a",
"activityBar.activeBorder": "#606020",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#606020",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#000000",
"titleBar.activeForeground": "#FFFFFF"
}
"titleBar.inactiveBackground": "#00000099",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#000000",
"statusBarItem.hoverBackground": "#1a1a1a",
"statusBar.foreground": "#e7e7e7"
},
"peacock.color": "#000000"
}