We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd6e0e commit 97d1077Copy full SHA for 97d1077
1 file changed
.vscode/settings.json
@@ -0,0 +1,18 @@
1
+{
2
+ "workbench.colorCustomizations": {
3
+ ///////////////////////////////////
4
+ "window.activeBorder": "#ff2424",
5
6
+ "activityBar.background": "#b4b100",
7
+ "activityBar.foreground": "#000000",
8
+ "activityBar.inactiveForeground": "#414141",
9
10
+ "titleBar.activeBackground": "#b4b100",
11
+ "titleBar.activeForeground": "#000000",
12
+ "titleBar.inactiveBackground": "#b4b100",
13
+ "titleBar.inactiveForeground": "#000000",
14
+ "titleBar.foreground": "#ffffff"
15
16
+ },
17
+ "window.title": "📦 ${rootName} | ${activeEditorShort}${separator}${dirty}"
18
+}
0 commit comments