mirror of
https://github.com/fergalmoran/kidarr-server.git
synced 2025-12-22 17:28:05 +00:00
Settings update
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"editor.fontFamily": "'Hack Nerd Font Mono', 'monospace', monospace",
|
||||||
"workbench.colorTheme": ".NET Purple theme dark",
|
"workbench.colorTheme": ".NET Purple theme dark",
|
||||||
|
"workbench.iconTheme": "vscode-icontheme-nomo-dark-macos",
|
||||||
"workbench.colorCustomizations": {
|
"workbench.colorCustomizations": {
|
||||||
"activityBar.activeBackground": "#ce0c36",
|
"activityBar.activeBackground": "#ce0c36",
|
||||||
"activityBar.background": "#ce0c36",
|
"activityBar.background": "#ce0c36",
|
||||||
|
|||||||
@@ -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