remove extra bits from the ansi codes, they are not needed and do more than what is expected

master
rascul 2 days ago
parent 43e0f7f429
commit a6852c4bc9

@ -56,7 +56,7 @@ impl Color {
Self::Cyan => "\x1b[36m", Self::Cyan => "\x1b[36m",
Self::White => "\x1b[37m", Self::White => "\x1b[37m",
Self::BgBlack => "\x1b[40m", Self::BgBlack => "\x1b[40m",
Self::BgRed => "\x1b[0;41m", Self::BgRed => "\x1b[41m",
Self::BgGreen => "\x1b[42m", Self::BgGreen => "\x1b[42m",
Self::BgYellow => "\x1b[43m", Self::BgYellow => "\x1b[43m",
Self::BgBlue => "\x1b[44m", Self::BgBlue => "\x1b[44m",

Loading…
Cancel
Save