From 55ea61b36c333f606c055430be6abf6be10e0cc6 Mon Sep 17 00:00:00 2001 From: Resynth Date: Fri, 17 Jul 2020 11:30:46 +0000 Subject: [PATCH] Update theming.md --- docs/theming.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/theming.md b/docs/theming.md index e9feb23626..9b90fb2606 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -1,14 +1,14 @@ -Theming Riot +Theming Element ============ Themes are a very basic way of providing simple alternative look & feels to the -riot-web app via CSS & custom imagery. +Element app via CSS & custom imagery. They are *NOT* co be confused with 'skins', which describe apps which sit on top -of matrix-react-sdk - e.g. in theory Riot itself is a react-sdk skin. -As of Jan 2017, skins are not fully supported; riot is the only available skin. +of matrix-react-sdk - e.g. in theory Element itself is a react-sdk skin. +As of Jan 2017, skins are not fully supported; Element is the only available skin. -To define a theme for Riot: +To define a theme for Element: 1. Pick a name, e.g. `teal`. at time of writing we have `light` and `dark`. 2. Fork `src/skins/vector/css/themes/dark.scss` to be `teal.scss`