From 2f6099a0ddb6a0ce543d82eea6b0c9bd291be4d6 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 13 Mar 2020 09:37:24 -0600 Subject: [PATCH] Add docs for new /develop feature To be deployed shortly --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a36e99a..0765b49 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Join us in [#riot-web-themes:m.dhdf.dev](https://matrix.to/#/!pjCLhvJxLkGjNQFqcB ### How to use themes -There are several different ways to install these. Unfortunately [Riot doesn't yet provide an easy one click way to install themes](https://github.com/vector-im/riot-web/issues/12517). Some options for installing themes include: +There are several different ways to install these. Unfortunately Riot's support for one-click install themes isn't complete, but there are other ways to get the themes installed. Some options for installing themes include: #### If you self host Riot or use Riot Desktop: You can use these themes by editing your `config.json` file to include the theme inside of the `settingDefaults` section like this: @@ -56,6 +56,9 @@ You can enable all of these themes just by setting `matrix_riot_web_themes_enabl #### If you are a Firefox user You can install Radical which is Riot web bundled as a Firefox add-on. You can edit the `config.json` file right in the add-on preferences. It works really well, you should check it out. https://addons.mozilla.org/en-US/firefox/addon/radical-web/ +#### If you use riot.im/develop or enable the `feature_custom_themes` flag +You can add new themes by using the URL to the raw JSON of the theme in your account settings. + #### Use my Riot Web instance Alternatively you can use [my Riot Web instance](https://riot.raim.ist) which has all of these themes preinstalled so there is no configuration required.