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