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 program argument for syntax highlighting theme. #49

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

kwmiebach
Copy link

The source code output in the chat will be colored in the given color scheme.

image

Syntax highlighting is powered by pygments, which supports many styles out of the box. For example:

  • default (the default)
  • dracula
  • emacs
  • github-dark
  • monokai
  • vim
  • solarized-dark
  • solarized-light

See https://pygments.org/styles/

The source code output in the chat will be colored in the given
color scheme. Syntax highlighting is powered by pygments, which
supports many styles out of the box. For example:

- default (the default)
- dracula
- emacs
- github-dark
- monokai
- vim
- solarized-dark
- solarized-light

See https://pygments.org/styles/
@kwmiebach kwmiebach mentioned this pull request Jul 4, 2023
@camAtGitHub
Copy link

camAtGitHub commented Jul 5, 2023

Might have to update requirements.txt to include jsonschema
Never mind its there, but not in the published pip

Copy link
Collaborator

@paul-gauthier paul-gauthier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for implementing this.

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

Successfully merging this pull request may close these issues.

None yet

3 participants