:orphan: .. title:: SHELL_VT100_COLORS .. option:: CONFIG_SHELL_VT100_COLORS *Enable colors in shell* Type: ``bool`` Help ==== .. code-block:: none If enabled VT100 colors are used in shell (e.g. print errors in red). Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :option:`SHELL_MINIMAL ` Kconfig definition ================== At ``/shell/Kconfig:114`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig 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.)*