:orphan: .. title:: choice: Theme .. _choice_333: .. describe:: choice: Theme *Theme* Type: ``bool`` Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LVGL_USE_THEME_EMPTY ` Choice options ============== - \ :option:`LVGL_USE_THEME_EMPTY ` - \ :option:`LVGL_USE_THEME_MATERIAL ` - \ :option:`LVGL_USE_THEME_MONO ` - \ :option:`LVGL_USE_THEME_CUSTOM ` Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.themes:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:30`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Themes .. parsed-literal:: choice bool "Theme" default \ :option:`LVGL_USE_THEME_EMPTY ` depends on \ :option:`LVGL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*