Skip to content

Commit db85366

Browse files
committed
LA_TEMP vscode settings
1 parent 6b8e3d7 commit db85366

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.vscode/settings.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#9dec3c",
4+
"activityBar.background": "#9dec3c",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#3499eb",
8+
"activityBarBadge.foreground": "#15202b",
9+
"commandCenter.border": "#15202b99",
10+
"sash.hoverBorder": "#9dec3c",
11+
"statusBar.background": "#85df16",
12+
"statusBar.foreground": "#15202b",
13+
"statusBarItem.hoverBackground": "#69b111",
14+
"statusBarItem.remoteBackground": "#85df16",
15+
"statusBarItem.remoteForeground": "#15202b",
16+
"titleBar.activeBackground": "#85df16",
17+
"titleBar.activeForeground": "#15202b",
18+
"titleBar.inactiveBackground": "#85df1699",
19+
"titleBar.inactiveForeground": "#15202b99"
20+
},
21+
"peacock.color": "#85df16",
22+
"editor.formatOnSave": true,
23+
"[markdown]": {
24+
"editor.defaultFormatter": null
25+
}
26+
}

0 commit comments

Comments
 (0)