diff --git a/model/config.go b/model/config.go index 5dcc842..bae904d 100644 --- a/model/config.go +++ b/model/config.go @@ -23,6 +23,7 @@ var Themes = map[string]string{ "hotaru": "Hotaru", "angel-kanade": "AngelKanade", "server-status": "ServerStatus", + "custom": "Custom(local)", } var DashboardThemes = map[string]string{