We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. '\x1b[94mfoo'.
'\x1b[94mfoo'
Ref: https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters
This is used by pygments TerminalFormatter itself: https://github.com/pygments/pygments/blob/0cea7133313766e26edad46a2377eacbf7cbe459/pygments/console.py#L25-L33
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
E.g.
'\x1b[94mfoo'
.Ref: https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters
This is used by pygments TerminalFormatter itself: https://github.com/pygments/pygments/blob/0cea7133313766e26edad46a2377eacbf7cbe459/pygments/console.py#L25-L33
The text was updated successfully, but these errors were encountered: