:orphan: .. title:: choice: Default material theme flags .. _choice_480: .. describe:: choice: Default material theme flags *Default material theme flags* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LVGL_USE_THEME_MATERIAL ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LVGL_THEME_MATERIAL_LIGHT ` Choice options ============== - \ :kconfig:`LVGL_THEME_MATERIAL_LIGHT ` - \ :kconfig:`LVGL_THEME_MATERIAL_DARK ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.themes:34`` 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 "Default material theme flags" default LVGL_THEME_MATERIAL_LIGHT depends on LVGL_USE_THEME_MATERIAL && LVGL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*