Skip to content

Commit 08e633d

Browse files
author
Yoav Ganbar
committed
initial
1 parent 68253ea commit 08e633d

File tree

11 files changed

+998
-3
lines changed

11 files changed

+998
-3
lines changed

.vscode/settings.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#fbed80",
4+
"activityBar.background": "#fbed80",
5+
"activityBar.foreground": "#15202b",
6+
"activityBar.inactiveForeground": "#15202b99",
7+
"activityBarBadge.background": "#06b9a5",
8+
"activityBarBadge.foreground": "#15202b",
9+
"commandCenter.border": "#15202b99",
10+
"sash.hoverBorder": "#fbed80",
11+
"statusBar.background": "#f7df1e",
12+
"statusBar.border": "#f7df1e",
13+
"statusBar.foreground": "#15202b",
14+
"statusBarItem.hoverBackground": "#dac308",
15+
"statusBarItem.remoteBackground": "#f7df1e",
16+
"statusBarItem.remoteForeground": "#15202b",
17+
"tab.activeBorder": "#fbed80",
18+
"titleBar.activeBackground": "#fbed80",
19+
"titleBar.activeForeground": "#15202b",
20+
"titleBar.border": "#fbed80",
21+
"titleBar.inactiveBackground": "#fbed8099",
22+
"titleBar.inactiveForeground": "#15202b99"
23+
},
24+
"peacock.color": "#f9e64f"
25+
}

next.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
const withBuilderDevTools = require("@builder.io/dev-tools/next")();
2+
13
/** @type {import('next').NextConfig} */
2-
const nextConfig = {}
4+
const nextConfig = withBuilderDevTools({});
35

4-
module.exports = nextConfig
6+
module.exports = nextConfig;

0 commit comments

Comments
 (0)