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

Add mIRC formatter support #900

Open
1 task done
hloeung opened this issue Dec 13, 2023 · 0 comments
Open
1 task done

Add mIRC formatter support #900

hloeung opened this issue Dec 13, 2023 · 0 comments

Comments

@hloeung
Copy link

hloeung commented Dec 13, 2023

Is there an existing issue for this?

  • I have searched the existing issues

What problem does this feature solve?

I'm currently using chroma in another project, matterircd. It is a Mattermost & Slack chat to IRC bridge. chroma is used for converting code blocks with syntax highlighting to pretty output.

The current use is using terminal256 by default. This works fine for console based IRC clients with support for terminal colors but it does not for others without support such as WeeChat and non-terminal based IRC clients.

What feature do you propose?

Modern IRC clients support hex colors - https://modern.ircdocs.horse/formatting.html#hex-color

It would be nice if chroma could add another formatter such as mirc, mirc8, mirc16, mirc256 and mirc16m with the generated output using IRC's ASCII 0x04 plus the hex colors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant