There was an error while loading. Please reload this page.
1 parent 3eda776 commit 5e3ce06Copy full SHA for 5e3ce06
1 file changed
.vscode/settings.json
@@ -0,0 +1,18 @@
1
+{
2
+ "workbench.colorCustomizations": {
3
+ ///////////////////////////////////
4
+ "window.activeBorder": "#ff2424",
5
6
+ "activityBar.background": "#009255",
7
+ "activityBar.foreground": "#d2d2d2",
8
+ "activityBar.inactiveForeground": "#ffffff",
9
10
+ "titleBar.activeBackground": "#009255",
11
+ "titleBar.activeForeground": "#ffffff",
12
+ "titleBar.inactiveBackground": "#009255",
13
+ "titleBar.inactiveForeground": "#ffffff",
14
+ "titleBar.foreground": "#ffffff"
15
16
+ },
17
+ "window.title": "📦 ${rootName} | ${activeEditorShort}${separator}${dirty}"
18
+}
0 commit comments