The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_SHELL_VT100_COLORS

Enable colors in shell

Type: bool

Help

If enabled VT100 colors are used in shell (e.g. print errors in red).

Direct dependencies

SHELL

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At subsys/shell/Kconfig:114

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:45

Menu path: (Top) → Sub Systems and OS Services → Shell

config SHELL_VT100_COLORS
    bool "Enable colors in shell"
    default y if !SHELL_MINIMAL
    depends on SHELL
    help
      If enabled VT100 colors are used in shell (e.g. print errors in red).

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