# tmux.ColorError

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/command.go#L43
- **Page:** https://libtmux.org/reference/go/tmux-colorerror/

ColorError reports an unsupported color mode. It matches [ErrUnknownColor] through errors.Is; callers can recover Mode with errors.As.

## Members

- `Mode` (attribute) — Mode is the rejected color-capability override.
- `Error` (method) — Error implements error.
- `Unwrap` (method) — Unwrap makes ColorError compatible with ErrUnknownColor.
