yellowBright function
Colors the input bright yellow.
Also see style.
Implementation
String yellowBright(Object input, {bool background = false, bool reset = true}) =>
color(ConsoleColor.yellowBright, input, background: background, reset: reset);