DirectMyFile / console.dart

Console Library
Other
107 stars 24 forks source link

added to ANSI escape codes to allow bright colors #24

Closed jeremymeadows closed 4 years ago

jeremymeadows commented 4 years ago

a '0;' prefix to the color code specifies a dark color, while '1;' specifies bright

changed colors.dart example to demonstrate bright/dark colors added method Color to get the map containing colors/their names

I was having the same issue as Rodsevich, then saw that he posted the snipped of code that needed changes, so kudos to him for actually finding the problem.

kubeliv commented 4 years ago

Looks good to me. Thank you!