1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

kconfig: minor fix for default dark theme option (#2426)

Changes the name of the CONFIG variable from
LV_THEME_DEFAULT_PALETTE_LIGHT to LV_THEME_DEFAULT_DARK.
Most likely it should have been included in
4f46336a544d6cde0ed14f37775dfd8ecb772af3
This commit is contained in:
Levente Tamas 2021-08-02 12:50:30 +03:00 committed by GitHub
parent 4effc87a87
commit 980a95ce5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,7 +498,7 @@ menu "LVGL configuration"
config LV_USE_THEME_DEFAULT
bool "A simple, impressive and very complete theme"
default y
config LV_THEME_DEFAULT_PALETTE_LIGHT
config LV_THEME_DEFAULT_DARK
bool "Yes to set light mode, No to set dark mode"
default y
depends on LV_USE_THEME_DEFAULT