Skip to content

Commit f4d6bfe

Browse files
committed
Restore VSCode coloring
1 parent 324730e commit f4d6bfe

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

Diff for: .vscode/settings.json

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
33
"workbench.colorCustomizations": {
4-
"activityBar.activeBorder": "#f3ace3"
4+
"activityBar.activeBorder": "#f3ace3",
5+
"activityBar.activeBackground": "#1a8cad",
6+
"activityBar.background": "#1a8cad",
7+
"activityBar.foreground": "#e7e7e7",
8+
"activityBar.inactiveForeground": "#e7e7e799",
9+
"activityBarBadge.background": "#f3ace3",
10+
"activityBarBadge.foreground": "#15202b",
11+
"commandCenter.border": "#e7e7e799",
12+
"sash.hoverBorder": "#1a8cad",
13+
"statusBar.background": "#136881",
14+
"statusBar.foreground": "#e7e7e7",
15+
"statusBarItem.hoverBackground": "#1a8cad",
16+
"statusBarItem.remoteBackground": "#136881",
17+
"statusBarItem.remoteForeground": "#e7e7e7",
18+
"titleBar.activeBackground": "#136881",
19+
"titleBar.activeForeground": "#e7e7e7",
20+
"titleBar.inactiveBackground": "#13688199",
21+
"titleBar.inactiveForeground": "#e7e7e799"
522
},
623
"peacock.remoteColor": "#136881",
724
"editor.formatOnSave": true,
8-
"prettier.prettierPath": "./node_modules/prettier",
25+
"prettier.prettierPath": "./node_modules/prettier"
926
}

0 commit comments

Comments
 (0)