mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-20 01:36:37 +00:00
[BRANDING] Add forgejo emoji
(cherry picked from commitade55ad308) (cherry picked from commit107f726618) (cherry picked from commitf29cf9cfc1) (cherry picked from commit0761a41eee) (cherry picked from commit992a270199) (cherry picked from commit8f09048760) (cherry picked from commit2e3f7ea046) (cherry picked from commit1fb671816b) (cherry picked from commitee80643dab) (cherry picked from commitd63169653a)
This commit is contained in:
parent
ba0e28c0e2
commit
a821e904dd
2 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ var UI = struct {
|
|||
DefaultTheme: `auto`,
|
||||
Themes: []string{`auto`, `gitea`, `arc-green`},
|
||||
Reactions: []string{`+1`, `-1`, `laugh`, `hooray`, `confused`, `heart`, `rocket`, `eyes`},
|
||||
CustomEmojis: []string{`git`, `gitea`, `codeberg`, `gitlab`, `github`, `gogs`},
|
||||
CustomEmojisMap: map[string]string{"git": ":git:", "gitea": ":gitea:", "codeberg": ":codeberg:", "gitlab": ":gitlab:", "github": ":github:", "gogs": ":gogs:"},
|
||||
CustomEmojis: []string{`git`, `gitea`, `codeberg`, `gitlab`, `github`, `gogs`, `forgejo`},
|
||||
CustomEmojisMap: map[string]string{"git": ":git:", "gitea": ":gitea:", "codeberg": ":codeberg:", "gitlab": ":gitlab:", "github": ":github:", "gogs": ":gogs:", "forgejo": ":forgejo:"},
|
||||
Notification: struct {
|
||||
MinTimeout time.Duration
|
||||
TimeoutStep time.Duration
|
||||
|
|
|
|||
BIN
public/img/emoji/forgejo.png
Normal file
BIN
public/img/emoji/forgejo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue