We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb48e6a commit 41f42a1Copy full SHA for 41f42a1
.gitignore
@@ -0,0 +1,3 @@
1
+node_modules
2
+.next
3
+out
.vscode/settings.json
@@ -0,0 +1,16 @@
+{
+ "workbench.colorCustomizations": {
+ "activityBar.background": "#d04649",
4
+ "activityBar.foreground": "#e7e7e7",
5
+ "activityBar.inactiveForeground": "#e7e7e799",
6
+ "activityBarBadge.background": "#37cb34",
7
+ "activityBarBadge.foreground": "#15202b",
8
+ "titleBar.activeBackground": "#b52e31",
9
+ "titleBar.inactiveBackground": "#b52e3199",
10
+ "titleBar.activeForeground": "#e7e7e7",
11
+ "titleBar.inactiveForeground": "#e7e7e799",
12
+ "statusBar.background": "#b52e31",
13
+ "statusBarItem.hoverBackground": "#d04649",
14
+ "statusBar.foreground": "#e7e7e7"
15
+ }
16
+}
0 commit comments