Add hex multi-colour support for printing text to the terminal #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
basically having text with more than 1 colour printed into the terminal
Halyde uses ANSI escape codes to allow multiple colors to be printed out in the terminal. It supports the well-known 4-bit colors, as well as 8-bit colors, and 24-bit colors. For more information, check "ANSI Compatibility" in the GitBook documentation: https://cerulean-blue.gitbook.io/halyde-docs/ansi-compatibility
If you were talking about another possible method for terminal color, please re-open this issue.