Skip to content

Commit d768a5d

Browse files
committed
feat: add VSCode settings for color customizations
1 parent 1c4ba17 commit d768a5d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#69c449",
4+
"activityBar.background": "#69c449",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#5774c8",
8+
"activityBarBadge.foreground": "#e7e7e7",
9+
"commandCenter.border": "#e7e7e799",
10+
"sash.hoverBorder": "#69c449",
11+
"statusBar.background": "#52a535",
12+
"statusBar.foreground": "#e7e7e7",
13+
"statusBarItem.hoverBackground": "#69c449",
14+
"statusBarItem.remoteBackground": "#52a535",
15+
"statusBarItem.remoteForeground": "#e7e7e7",
16+
"titleBar.activeBackground": "#52a535",
17+
"titleBar.activeForeground": "#e7e7e7",
18+
"titleBar.inactiveBackground": "#52a53599",
19+
"titleBar.inactiveForeground": "#e7e7e799"
20+
},
21+
"peacock.color": "#52a535"
22+
}

0 commit comments

Comments
 (0)