aaronraimist / element-themes

A place to share themes for Element. PRs with new themes are welcome!
The Unlicense
233 stars 55 forks source link

"uninstalling" theme #55

Open rzolau opened 2 years ago

rzolau commented 2 years ago

How do you removed installed themes from Element desktop on macOS?

aaronraimist commented 2 years ago

Element doesn't have a button to delete them yet. https://github.com/vector-im/element-web/issues/13221 is the relevant issue.

Right now the only way to remove them is by manually editing your account data.

  1. Type /devtools in the message composer. Be careful. You can screw up rooms or your account by editing things in here.
  2. Click Explore Account Data.
  3. Click im.vector.web.settings.
  4. Edit the JSON to remove either the individual theme you want to remove or the entire custom_themes block.

image

rzolau commented 2 years ago

Ahh, /devtools that did the trick -- thank you!

stepcellwolf commented 5 months ago

Yes it works! Thanks a lot @aaronraimist.