Constant DEFAULT_DISABLED_CONSOLE_COLOR
const DEFAULT_DISABLED_CONSOLE_COLOR: u16 = _; // 135u16Expand description
Default console color applied when a client is in the
Disabled state.
Default-grey foreground (red+green+blue, no intensity) on a
BACKGROUND_INTENSITY-only background paints the window as light text on
a muted dark-grey background - a clear “this client is greyed out” cue
that stays visually distinct from the daemon’s bright-red palette.