Skip to content

v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@VDV1llain VDV1llain released this 02 Jan 10:42
· 4 commits to main since this release
dc215b2

ADDED

  • Foreground and Background Colors:

    • Classic color support (e.g., Red, Blue, Green).
    • Light/Bright variants.
    • Custom RGB colors with Color.Fore.CUSTOM(r, g, b) and Color.Back.CUSTOM(r, g, b).
  • Text Styling:

    • Bold, Italic, Underline, Dim, and Strikethrough effects.
    • Clear/reset styles automatically after every print.