Skip to content

Including style in the code is unnecessary #179

@commongeek

Description

@commongeek

A lot of styles are included in pygments, including solarized-dark (https://pygments.org/styles/).

Instead of putting the entire style code into coloring.py, you can just do something like this:

from pygments.styles import get_style_by_name

style = get_style_by_name('solarized-dark')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions