pub fn ansi<T: Display>(text: T, fore: usize, back: usize) -> String
colorize the foreground and backrground of the given text and reset the colors afterwards