Caution: This requires some amount of technical knowledge about how matrix/riot works.
For reference, the original grey color scheme in Riot had a primary color of #595959 and a secondary color of #ececec
- Open the developer tools by typing
/devtools
- Click the "Explore Account Data" button
- Click the "im.vector.web.settings" button (if you don't have this button, use the instructions below instead)
- Click "Edit"
- Edit the JSON to include this data structure, replacing the color values as desired (these ones are not a good choice):
"roomColor": { "primary_color": "#6587AA", "secondary_color": "#EF507B" }
- Click "Send"
- Close the developer tools
If you don't have the im.vector.web.settings button described above then:
- Click "back" to get back to the first page
- Click "Send Account Data"
- For the Event Type, type
im.vector.web.settings
- For the content use this (replacing the color values as desired):
{ "roomColor": { "primary_color": "#6587AA", "secondary_color": "#EF507B" } }
- Click "Send"
- Close the developer tools
Please visit #riot:matrix.org for more information about Granular Settings.