Skip to content

Commit 025a28f

Browse files
committed
chore: update colors
1 parent dae55c2 commit 025a28f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"workbench.colorCustomizations": {
33
"activityBar.background": "#6ba1ff",
4+
"activityBar.activeBackground": "#6ba1ff",
45
"activityBar.activeBorder": "#ffdfeb",
56
"activityBar.foreground": "#15202b",
67
"activityBar.inactiveForeground": "#15202b99",
@@ -12,7 +13,9 @@
1213
"titleBar.inactiveForeground": "#e7e7e799",
1314
"statusBar.background": "#3880ff",
1415
"statusBarItem.hoverBackground": "#6ba1ff",
15-
"statusBar.foreground": "#e7e7e7"
16+
"statusBar.foreground": "#e7e7e7",
17+
"statusBar.border": "#3880ff",
18+
"titleBar.border": "#3880ff"
1619
},
1720
"peacock.color": "#3880ff"
1821
}

0 commit comments

Comments
 (0)