From 980a95ce5d97f1e1dba809b21f67fb592d5c9b80 Mon Sep 17 00:00:00 2001 From: Levente Tamas Date: Mon, 2 Aug 2021 12:50:30 +0300 Subject: [PATCH] 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 --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index f0e629532..3295e582c 100644 --- a/Kconfig +++ b/Kconfig @@ -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