diff --git a/public/config.json b/public/config.json index 26ac427f1..cdc1db4a6 100644 --- a/public/config.json +++ b/public/config.json @@ -1,5 +1,6 @@ { "defaultLocale": "en", + "defaultTheme": "dark", "hostname": null, "port": null, "instancesDB": "moonraker", diff --git a/public/img/sidebar-background-light.svg b/public/img/sidebar-background-light.svg new file mode 100644 index 000000000..805f24268 --- /dev/null +++ b/public/img/sidebar-background-light.svg @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/remote/config.json b/remote/config.json index 1ac52bb39..c00849b08 100644 --- a/remote/config.json +++ b/remote/config.json @@ -1,5 +1,6 @@ { "defaultLocale": "en", + "defaultTheme": "dark", "hostname": null, "port": null, "instancesDB": "browser", diff --git a/src/App.vue b/src/App.vue index 315e6cfe5..0af7f9de4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@