package documentation

Contains built-in styles.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Module abap pygments.styles.abap ~~~~~~~~~~~~~~~~~~~~
Module algol pygments.styles.algol ~~~~~~~~~~~~~~~~~~~~~
Module algol​_nu pygments.styles.algol_nu ~~~~~~~~~~~~~~~~~~~~~~~~
Module arduino pygments.styles.arduino ~~~~~~~~~~~~~~~~~~~~~~~
Module autumn pygments.styles.autumn ~~~~~~~~~~~~~~~~~~~~~~
Module borland pygments.styles.borland ~~~~~~~~~~~~~~~~~~~~~~~
Module bw pygments.styles.bw ~~~~~~~~~~~~~~~~~~
Module colorful pygments.styles.colorful ~~~~~~~~~~~~~~~~~~~~~~~~
Module default pygments.styles.default ~~~~~~~~~~~~~~~~~~~~~~~
Module dracula pygments.styles.dracula ~~~~~~~~~~~~~~~~~~~~~~~
Module emacs pygments.styles.emacs ~~~~~~~~~~~~~~~~~~~~~
Module friendly pygments.styles.friendly ~~~~~~~~~~~~~~~~~~~~~~~~
Module friendly​_grayscale pygments.styles.friendly_grayscale ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Module fruity pygments.styles.fruity ~~~~~~~~~~~~~~~~~~~~~~
Module gruvbox pygments.styles.gruvbox ~~~~~~~~~~~~~~~~~~~~~~~
Module igor pygments.styles.igor ~~~~~~~~~~~~~~~~~~~~
Module inkpot pygments.styles.inkpot ~~~~~~~~~~~~~~~~~~~~~~
Module lilypond pygments.styles.lilypond ~~~~~~~~~~~~~~~~~~~~~~~~
Module lovelace pygments.styles.lovelace ~~~~~~~~~~~~~~~~~~~~~~~~
Module manni pygments.styles.manni ~~~~~~~~~~~~~~~~~~~~~
Module material pygments.styles.material ~~~~~~~~~~~~~~~~~~~~~~~~
Module monokai pygments.styles.monokai ~~~~~~~~~~~~~~~~~~~~~~~
Module murphy pygments.styles.murphy ~~~~~~~~~~~~~~~~~~~~~~
Module native pygments.styles.native ~~~~~~~~~~~~~~~~~~~~~~
Module onedark pygments.styles.onedark ~~~~~~~~~~~~~~~~~~~~~~~
Module paraiso​_dark pygments.styles.paraiso_dark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Module paraiso​_light pygments.styles.paraiso_light ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Module pastie pygments.styles.pastie ~~~~~~~~~~~~~~~~~~~~~~
Module perldoc pygments.styles.perldoc ~~~~~~~~~~~~~~~~~~~~~~~
Module rainbow​_dash pygments.styles.rainbow_dash ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Module rrt pygments.styles.rrt ~~~~~~~~~~~~~~~~~~~
Module sas pygments.styles.sas ~~~~~~~~~~~~~~~~~~~
Module solarized pygments.styles.solarized ~~~~~~~~~~~~~~~~~~~~~~~~~
Module stata​_dark pygments.styles.stata_dark ~~~~~~~~~~~~~~~~~~~~~~~~~~
Module stata​_light pygments.styles.stata_light ~~~~~~~~~~~~~~~~~~~~~~~~~~~
Module tango pygments.styles.tango ~~~~~~~~~~~~~~~~~~~~~
Module trac pygments.styles.trac ~~~~~~~~~~~~~~~~~~~~
Module vim pygments.styles.vim ~~~~~~~~~~~~~~~~~~~
Module vs pygments.styles.vs ~~~~~~~~~~~~~~~~~~
Module xcode pygments.styles.xcode ~~~~~~~~~~~~~~~~~~~~~
Module zenburn pygments.styles.zenburn ~~~~~~~~~~~~~~~~~~~~~~~

From __init__.py:

Function get​_all​_styles Return a generator for all styles by name, both builtin and plugin.
Function get​_style​_by​_name Undocumented
Constant STYLE​_MAP Undocumented
STYLE_MAP: dict[str, str] =

Undocumented

Value
{'default': 'default::DefaultStyle',
 'emacs': 'emacs::EmacsStyle',
 'friendly': 'friendly::FriendlyStyle',
 'friendly_grayscale': 'friendly_grayscale::FriendlyGrayscaleStyle',
 'colorful': 'colorful::ColorfulStyle',
 'autumn': 'autumn::AutumnStyle',
 'murphy': 'murphy::MurphyStyle',
...
def get_style_by_name(name):

Undocumented

def get_all_styles():
Return a generator for all styles by name, both builtin and plugin.