We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5d79f commit e15156dCopy full SHA for e15156d
modules/setting/ui.go
@@ -84,7 +84,7 @@ var UI = struct {
84
ReactionMaxUserNum: 10,
85
MaxDisplayFileSize: 8388608,
86
DefaultTheme: `gitea-auto`,
87
- Themes: []string{"gitea-auto", "gitea-dark", "gitea-light"},
+ Themes: []string{`gitea-auto`, `gitea-dark`, `gitea-light`},
88
Reactions: []string{`+1`, `-1`, `laugh`, `hooray`, `confused`, `heart`, `rocket`, `eyes`},
89
CustomEmojis: []string{`git`, `gitea`, `codeberg`, `gitlab`, `github`, `gogs`},
90
CustomEmojisMap: map[string]string{"git": ":git:", "gitea": ":gitea:", "codeberg": ":codeberg:", "gitlab": ":gitlab:", "github": ":github:", "gogs": ":gogs:"},
0 commit comments