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

Commitfa6f3ef

Browse files
committed
update vscode settings
1 parent3cdda85 commitfa6f3ef

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

‎.vscode/settings.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,27 @@
44
"source.organizeImports":true,
55
"source.fixAll":true
66
},
7+
"eslint.validate": ["javascript","javascriptreact","typescript","typescriptreact"],
78
"files.exclude": {
89
"build":false,// set this to true to hide the "out" folder with the compiled JS files
910
".vscode-test/**":true,
1011
"*.vsix":true
1112
},
1213
// styles
1314
"workbench.colorCustomizations": {
14-
"activityBar.background":"#000000",
15+
"activityBar.background":"#1a1a1a",
16+
"activityBar.activeBorder":"#606020",
17+
"activityBar.foreground":"#e7e7e7",
18+
"activityBar.inactiveForeground":"#e7e7e799",
19+
"activityBarBadge.background":"#606020",
20+
"activityBarBadge.foreground":"#e7e7e7",
1521
"titleBar.activeBackground":"#000000",
16-
"titleBar.activeForeground":"#FFFFFF"
17-
}
22+
"titleBar.inactiveBackground":"#00000099",
23+
"titleBar.activeForeground":"#e7e7e7",
24+
"titleBar.inactiveForeground":"#e7e7e799",
25+
"statusBar.background":"#000000",
26+
"statusBarItem.hoverBackground":"#1a1a1a",
27+
"statusBar.foreground":"#e7e7e7"
28+
},
29+
"peacock.color":"#000000"
1830
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp