Skip to content

Commit 54096c6

Browse files
committed
p
1 parent 8e350c5 commit 54096c6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.vscode/settings.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,22 @@
77
"out": true
88
},
99
"workbench.colorCustomizations": {
10-
"activityBar.background": "#378fe7",
11-
"activityBar.activeBackground": "#378fe7",
12-
"activityBar.activeBorder": "#ab1460",
10+
"activityBar.background": "#1975d2",
11+
"activityBar.activeBackground": "#1975d2",
12+
"activityBar.activeBorder": "#f18dbf",
1313
"activityBar.foreground": "#e7e7e7",
1414
"activityBar.inactiveForeground": "#e7e7e799",
15-
"activityBarBadge.background": "#ab1460",
16-
"activityBarBadge.foreground": "#e7e7e7",
15+
"activityBarBadge.background": "#f18dbf",
16+
"activityBarBadge.foreground": "#15202b",
1717
"titleBar.activeBackground": "#1975d2",
1818
"titleBar.inactiveBackground": "#1975d299",
1919
"titleBar.activeForeground": "#e7e7e7",
2020
"titleBar.inactiveForeground": "#e7e7e799",
2121
"statusBar.background": "#1975d2",
2222
"statusBarItem.hoverBackground": "#378fe7",
2323
"statusBar.foreground": "#e7e7e7",
24-
"panel.border": "#378fe7",
25-
"sideBar.border": "#378fe7",
26-
"editorGroup.border": "#378fe7"
24+
"statusBar.debuggingBackground": "#d27619",
25+
"statusBar.debuggingForeground": "#15202b"
2726
},
2827
"peacock.color": "#1975d2"
2928
}

0 commit comments

Comments
 (0)