Add hex multi-colour support for printing text to the terminal #37

Closed
opened 2025-08-28 06:15:43 +00:00 by mcplayer3 · 1 comment
mcplayer3 commented 2025-08-28 06:15:43 +00:00 (Migrated from github.com)

basically having text with more than 1 colour printed into the terminal

Image
basically having text with more than 1 colour printed into the terminal <img width="117" height="11" alt="Image" src="https://github.com/user-attachments/assets/d4b66bde-c895-4003-9369-ad395a099587" />
Ponali commented 2025-08-28 06:45:17 +00:00 (Migrated from github.com)

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

Image

If you were talking about another possible method for terminal color, please re-open this issue.

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 <img width="1198" height="302" alt="Image" src="https://github.com/user-attachments/assets/8cf1a933-bb3d-40c9-9836-a820c355565e" /> If you were talking about another possible method for terminal color, please re-open this issue.
Sign in to join this conversation.