Theme: Add debug theme behind extraThemes toggle (#95838)

add debug theme
This commit is contained in:
Ashley Harrison
2024-11-05 14:37:09 +00:00
committed by GitHub
parent ef29ce5b85
commit c05bfdf71f
3 changed files with 48 additions and 37 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ var themes = []ThemeDTO{
{ID: "light", Type: "light"},
{ID: "dark", Type: "dark"},
{ID: "system", Type: "dark"},
{ID: "midnight", Type: "dark", IsExtra: true},
{ID: "blue-night", Type: "dark", IsExtra: true},
{ID: "debug", Type: "dark", IsExtra: true},
}
func GetThemeByID(id string) *ThemeDTO {