-
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).
Default¶
y
Kconfig definition¶
At <Zephyr>/subsys/shell/Kconfig:97
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:41
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_VT100_COLORS
bool "Enable colors in shell"
default y
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.)