mirror of
https://github.com/fergalmoran/kidarr-server.git
synced 2025-12-25 19:08:58 +00:00
Settings update
This commit is contained in:
44
.vscode/settings.json
vendored
44
.vscode/settings.json
vendored
@@ -1,23 +1,25 @@
|
|||||||
{
|
{
|
||||||
"workbench.colorTheme": ".NET Purple theme dark",
|
"editor.fontFamily": "'Hack Nerd Font Mono', 'monospace', monospace",
|
||||||
"workbench.colorCustomizations": {
|
"workbench.colorTheme": ".NET Purple theme dark",
|
||||||
"activityBar.activeBackground": "#ce0c36",
|
"workbench.iconTheme": "vscode-icontheme-nomo-dark-macos",
|
||||||
"activityBar.background": "#ce0c36",
|
"workbench.colorCustomizations": {
|
||||||
"activityBar.foreground": "#e7e7e7",
|
"activityBar.activeBackground": "#ce0c36",
|
||||||
"activityBar.inactiveForeground": "#e7e7e799",
|
"activityBar.background": "#ce0c36",
|
||||||
"activityBarBadge.background": "#2fb50b",
|
"activityBar.foreground": "#e7e7e7",
|
||||||
"activityBarBadge.foreground": "#e7e7e7",
|
"activityBar.inactiveForeground": "#e7e7e799",
|
||||||
"commandCenter.border": "#e7e7e799",
|
"activityBarBadge.background": "#2fb50b",
|
||||||
"sash.hoverBorder": "#ce0c36",
|
"activityBarBadge.foreground": "#e7e7e7",
|
||||||
"statusBar.background": "#9e0929",
|
"commandCenter.border": "#e7e7e799",
|
||||||
"statusBar.foreground": "#e7e7e7",
|
"sash.hoverBorder": "#ce0c36",
|
||||||
"statusBarItem.hoverBackground": "#ce0c36",
|
"statusBar.background": "#9e0929",
|
||||||
"statusBarItem.remoteBackground": "#9e0929",
|
"statusBar.foreground": "#e7e7e7",
|
||||||
"statusBarItem.remoteForeground": "#e7e7e7",
|
"statusBarItem.hoverBackground": "#ce0c36",
|
||||||
"titleBar.activeBackground": "#9e0929",
|
"statusBarItem.remoteBackground": "#9e0929",
|
||||||
"titleBar.activeForeground": "#e7e7e7",
|
"statusBarItem.remoteForeground": "#e7e7e7",
|
||||||
"titleBar.inactiveBackground": "#9e092999",
|
"titleBar.activeBackground": "#9e0929",
|
||||||
"titleBar.inactiveForeground": "#e7e7e799"
|
"titleBar.activeForeground": "#e7e7e7",
|
||||||
},
|
"titleBar.inactiveBackground": "#9e092999",
|
||||||
"peacock.color": "#9e0929"
|
"titleBar.inactiveForeground": "#e7e7e799"
|
||||||
|
},
|
||||||
|
"peacock.color": "#9e0929"
|
||||||
}
|
}
|
||||||
@@ -4,6 +4,7 @@ export default function Home() {
|
|||||||
return (
|
return (
|
||||||
<main className="flex min-h-screen flex-col items-center justify-between p-24">
|
<main className="flex min-h-screen flex-col items-center justify-between p-24">
|
||||||
<h1>I am home</h1>
|
<h1>I am home</h1>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user