Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d5d5c0

Browse files
committed
fix config styles
1 parent54d146e commit7d5d5c0

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

‎web-app/.storybook/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import{configure}from'@storybook/react'
2-
//import '../src/styles/index.css'
2+
import'../src/styles/index.css'
33

44
// setup acquireVsCodeApi mock
55
//@ts-ignore

‎web-app/.vscode/settings.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,20 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp