It's currently hardcoded to emacs, but would be nice to allow it to be set in the stylist config (maybe as syntax_highlight_style). The config is available as an attribute on the TtyPrinter struct, so it should be pretty straight forward to add.
Should probably validate the style names against the the list from chroma.
It's currently hardcoded to emacs, but would be nice to allow it to be set in the stylist config (maybe as
syntax_highlight_style). The config is available as an attribute on the TtyPrinter struct, so it should be pretty straight forward to add.Should probably validate the style names against the the list from chroma.