Skip to content

Commit d5d9416

Browse files
committed
fix
1 parent 63d9928 commit d5d9416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/setting/ui.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ var UI = struct {
8484
ReactionMaxUserNum: 10,
8585
MaxDisplayFileSize: 8388608,
8686
DefaultTheme: `gitea-auto`,
87+
Themes: []string{"gitea-auto", "gitea-dark", "gitea-light"},
8788
Reactions: []string{`+1`, `-1`, `laugh`, `hooray`, `confused`, `heart`, `rocket`, `eyes`},
8889
CustomEmojis: []string{`git`, `gitea`, `codeberg`, `gitlab`, `github`, `gogs`},
8990
CustomEmojisMap: map[string]string{"git": ":git:", "gitea": ":gitea:", "codeberg": ":codeberg:", "gitlab": ":gitlab:", "github": ":github:", "gogs": ":gogs:"},

0 commit comments

Comments
 (0)