pub fn write_reset_palette_color<W: Write>(w: &mut W, index: u8) -> Result<()>Expand description
Reset one indexed palette entry with ESC ] 104 ; <index> BEL.
index is written as a decimal palette index and the terminal restores that entry to its configured default.