aaronraimist/element-themes

Can a theme replace the graphical image of an emoticon?

Closed this issue · 3 comments

mkarg commented

Can a theme replace the graphical image of an emoticon?

mkarg commented

I am asking this because I want to not just set colors. I really want to brand element. For this, I want to provide different font and emoticons.

Themes can set the font, so yes. https://github.com/vector-im/element-web/blob/develop/docs/theming.md#custom-themes

A theme like this would use Apple's emoji rather than the default Twemoji.

{
  "name": "Theme with Apple Emoji",
  "is_dark": false,
  "fonts": {
    "general": "Helvetica, Apple Color Emoji, sans"
  },
...
mkarg commented

So this means, I must pack all my animated GIFs into a WOFF file?