From aa81fc02abd0daa09231182e694311138d90100c Mon Sep 17 00:00:00 2001
From: UUBulb <35923940+uubulb@users.noreply.github.com>
Date: Sat, 19 Oct 2024 11:59:31 +0800
Subject: [PATCH] fix: add custom theme key (#440)

---
 model/config.go | 1 +
 1 file changed, 1 insertion(+)

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{