The latest development version of this page may be more current than this released 2.7.5 version.
choice: Default theme primary color

Default theme primary color

Type: bool

Direct dependencies

LVGL

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definition

At lib/gui/lvgl/Kconfig.themes:64

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:8lib/gui/Kconfig:4lib/gui/lvgl/Kconfig:30

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Themes

choice
    bool "Default theme primary color"
    default LVGL_THEME_DEFAULT_COLOR_PRIMARY_RED
    default LVGL_THEME_DEFAULT_COLOR_PRIMARY_BLACK if LVGL_USE_THEME_MONO
    depends on LVGL

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)