Skip to content

Commit 41f42a1

Browse files
author
Alex Patterson
committed
add basics back
1 parent eb48e6a commit 41f42a1

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
.next
3+
out

.vscode/settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"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

Comments
 (0)