Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ansii color codes with the formatter #33

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Dec 17, 2023

  1. feat: ✨ Added more colors.

    More colors have been added to the enum, as well as improved organization to make it easier to add more if needed in a structured way.
    gbm25 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    c5f49e6 View commit details
    Browse the repository at this point in the history
  2. feat(stylizer): extend color support in stylize function

    Add support for standard ANSI colors and extended 256-color palette in the stylize function. Implement logic to distinguish between standard ANSI color codes and extended color codes for precise text styling in terminal output. This enhancement allows for a broader range of color customizations, improving the readability and visual appeal of terminal text.
    gbm25 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b0f3222 View commit details
    Browse the repository at this point in the history
  3. fix: Adapt code to new colors.

    gbm25 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    7d3ca5a View commit details
    Browse the repository at this point in the history
  4. refactor: ♻️ Replace ANSII color codes.

    Replaced ANSII codes with our 'stylizer', and removed std::cout in favor of print and println.
    gbm25 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    c7e29a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50627d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0ce179 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cfc274 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a356f5 View commit details
    Browse the repository at this point in the history
  9. chore: Removed unneeded import.

    gbm25 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a591375 View commit details
    Browse the repository at this point in the history