From 58c0eecbf85e11c629705c2922f3bd8343b68755 Mon Sep 17 00:00:00 2001 From: Paulo Pinto Date: Fri, 20 Aug 2021 12:21:34 +0100 Subject: [PATCH] Use correct theme names in .env.example Signed-off-by: Paulo Pinto --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 00d8a7b73..b0b909aa8 100644 --- a/.env.example +++ b/.env.example @@ -3,8 +3,8 @@ CSS_HOT_RELOAD=1 # To use a single theme, uncomment the line with the theme you want to hot-reload. MATRIX_THEMES='light' #MATRIX_THEMES='dark' -#MATRIX_THEMES='light-legacy' -#MATRIX_THEMES='dark-legacy' +#MATRIX_THEMES='legacy-light' +#MATRIX_THEMES='legacy-dark' #MATRIX_THEMES='light-custom' #MATRIX_THEMES='dark-custom' # You can also enable multiple themes by using a comma-separated list.