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