NOT_BOLD

Constant NOT_BOLD 

Source
pub const NOT_BOLD: &'static str = "\x1b[21m";
Expand description

Make the following text not bold. WARNING: this constant contains the exact same control code as the constant DOUBLE_UNDERLINE, because different terminals interpret the code to mean different things. If you use either constant, be aware that your text may be rendered differently by different terminals.