ANSI escape codes for colors
const Map<String, String> ansiColors = <String, String>{ 'red': '\x1B[31m', 'green': '\x1B[32m', 'yellow': '\x1B[33m', };