No description
Find a file
Dylan Hackworth e42fcda7f1
Merge pull request #11 from dhghf/master
Added Selenized theme
2020-03-01 05:31:41 +00:00
Discord-Dark-Theme Updated screenshot 2020-02-26 10:16:06 -06:00
Nord Added Nord theme 2020-02-26 02:21:55 -06:00
Selenized Added Selenized theme 2020-02-29 23:29:30 -06:00
ThomCat-Black Add ThomCat Black screenshot 2020-02-17 10:42:06 -06:00
LICENSE Initial commit 2020-02-17 10:27:27 -06:00
README.md Merge branch 'master' of github.com:dhghf/riot-web-themes 2020-02-29 23:30:14 -06:00

riot-web-themes

A place to share themes for Riot Web. See the theming documentation for more information on how these work.

There are several different ways to use these. Unfortunately Riot doesn't yet provide an easy one click way to install themes. 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:

"settingDefaults": {
    "custom_themes": [
        {
            "name": "Example theme",
            "colors": {
                "primary-color": "#9F8652"
            }
        },
        {
            "name": "Another theme",
            "colors": {
                "primary-color": "#526A9E"
            }
        }
    ]
}

To setup a config.json file with Riot Desktop, see https://github.com/vector-im/riot-web/blob/master/docs/config.md#desktop-app-configuration

If you use the matrix-docker-ansible-deploy project

You can enable all of these themes just by setting matrix_riot_web_themes_enabled: true in your vars.yml file. See https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-riot-web.md#themes for more details.

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/

Use my Riot Web instance

Alternatively you can use my Riot Web instance which has all of these themes preinstalled so there is no configuration required.

Discussions

Join us in #riot-web-themes:m.dhdf.dev

Themes

ThomCat Black

Made by @me:thomcat.rocks

ThomCat Black Screenshot

Discord Dark Theme

Made by @dhmf:dhdf.dev

Discord Dark Theme Screenshot

Nord Theme

Made by @dhmf:dhdf.dev

Nord Theme Screenshot

Selenized Light Theme

Made by @dhmf:dhdf.dev

Selenized Light Theme Screenshot

Selenized Dark Theme

Made by @dhmf:dhdf.dev

Selenized Dark Theme Screenshot

Selenized Black Theme

Made by @dhmf:dhdf.dev

Selenized Black Theme Screenshot