2021-08-18 17:48:20 +02:00
|
|
|
# To enable CSS hot-reload, set the following variable to 1.
|
2021-08-01 17:05:33 +02:00
|
|
|
CSS_HOT_RELOAD=1
|
2021-09-14 20:33:14 +02:00
|
|
|
# To use the full page error dialog, set this to 1. Please report false positives to
|
|
|
|
# the issue tracker for handling.
|
2021-08-25 17:57:46 +02:00
|
|
|
FULL_PAGE_ERRORS=0
|
2021-08-18 17:48:20 +02:00
|
|
|
# To use a single theme, uncomment the line with the theme you want to hot-reload.
|
2021-08-01 17:05:33 +02:00
|
|
|
MATRIX_THEMES='light'
|
|
|
|
#MATRIX_THEMES='dark'
|
2021-08-20 13:21:34 +02:00
|
|
|
#MATRIX_THEMES='legacy-light'
|
|
|
|
#MATRIX_THEMES='legacy-dark'
|
2021-08-01 17:05:33 +02:00
|
|
|
#MATRIX_THEMES='light-custom'
|
|
|
|
#MATRIX_THEMES='dark-custom'
|
2021-08-18 17:48:20 +02:00
|
|
|
# You can also enable multiple themes by using a comma-separated list.
|
|
|
|
# When multiple themes are enabled, switching between them may require a full page reload.
|
|
|
|
# Note that compilation times are proportional to the number of enabled themes.
|
2021-08-01 17:05:33 +02:00
|
|
|
#MATRIX_THEMES='light,dark'
|