From 5dd2544cc21df0c04512f3170b5128e443873841 Mon Sep 17 00:00:00 2001 From: Tore Brede <Tore.Brede@uib.no> Date: Tue, 23 Nov 2021 09:14:51 +0100 Subject: [PATCH] GREG-109: Updating README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b9b8f371..de06cd08 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,13 @@ There are two scripts for adding data to the database: where the former uses randomized data, and the latter uses specific data useful in combination with the frontend. See the respective files for how to use them. +## Themes + +The application has three different themes: uio, uib and default. The default uses the palette found in Material UI, +while uio and uib sets a color scheme that matches the institution. + +To set the theme used update REACT_APP_THEME in frontend/.env. + ## Static type analysis Use [mypy](http://mypy-lang.org/) to run static type checks using type hints. -- GitLab