Add light theme to .env
This commit is contained in:
parent
10a8433ccf
commit
950e713cb8
1 changed files with 9 additions and 1 deletions
8
.env
8
.env
|
@ -9,3 +9,11 @@
|
|||
|
||||
# The Sentry DSN to use for error reporting. Leave undefined to disable.
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue