:orphan: .. title:: LVGL_THEMES .. option:: CONFIG_LVGL_THEMES *Enable build-in themes* Type: ``bool`` Help ==== Enable build-in themes Direct dependencies =================== \ :option:`LVGL ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.themes:9`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:37`` → ``lib/Kconfig:15`` → ``lib/gui/Kconfig:9`` → ``lib/gui/lvgl/Kconfig:360`` Menu path: (top menu) → Additional libraries → Graphical user interface → LittlevGL Support → Themes .. parsed-literal:: config LVGL_THEMES bool prompt "Enable build-in themes" if \ :option:`LVGL ` depends on \ :option:`LVGL ` help Enable build-in themes *(Definitions include propagated dependencies, including from if's and menus.)*