From 950e713cb813a743897521b275cda7a9977e17c7 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Wed, 17 Nov 2021 17:52:59 -0800 Subject: [PATCH] Add light theme to .env --- .env | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 6ae63db..d816338 100644 --- a/.env +++ b/.env @@ -8,4 +8,12 @@ # VITE_PUBLIC_SPACE_ROOM_ID=!hjdfshkdskjdsk:myhomeserver.com # The Sentry DSN to use for error reporting. Leave undefined to disable. -# VITE_SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0 \ No newline at end of file +# VITE_SENTRY_DSN=https://examplePublicKey@o0.ingest.sentry.io/0 + +# VITE_CUSTOM_THEME=true +# VITE_PRIMARY_COLOR=#0dbd8b +# VITE_BG_COLOR_1=#ffffff +# VITE_BG_COLOR_2=#f0f1f4 +# VITE_BG_COLOR_3=#dbdfe4 +# VITE_BG_COLOR_4=#d1d3d7 +# VITE_TEXT_COLOR_1=#000000