Use correct theme names in .env.example
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>pull/18665/head
parent
f16f804637
commit
58c0eecbf8
|
@ -3,8 +3,8 @@ CSS_HOT_RELOAD=1
|
||||||
# To use a single theme, uncomment the line with the theme you want to hot-reload.
|
# To use a single theme, uncomment the line with the theme you want to hot-reload.
|
||||||
MATRIX_THEMES='light'
|
MATRIX_THEMES='light'
|
||||||
#MATRIX_THEMES='dark'
|
#MATRIX_THEMES='dark'
|
||||||
#MATRIX_THEMES='light-legacy'
|
#MATRIX_THEMES='legacy-light'
|
||||||
#MATRIX_THEMES='dark-legacy'
|
#MATRIX_THEMES='legacy-dark'
|
||||||
#MATRIX_THEMES='light-custom'
|
#MATRIX_THEMES='light-custom'
|
||||||
#MATRIX_THEMES='dark-custom'
|
#MATRIX_THEMES='dark-custom'
|
||||||
# You can also enable multiple themes by using a comma-separated list.
|
# You can also enable multiple themes by using a comma-separated list.
|
||||||
|
|
Loading…
Reference in New Issue