module documentation

pygments.styles.solarized ~~~~~~~~~~~~~~~~~~~~~~~~~ Solarized by Camil Staps A Pygments style for the Solarized themes (licensed under MIT). See: https://github.com/altercation/solarized :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class SolarizedDarkStyle The solarized style, dark.
Class SolarizedLightStyle The solarized style, light.
Function make_style Undocumented
Constant DARK_COLORS Undocumented
Constant LIGHT_COLORS Undocumented
def make_style(colors): (source)

Undocumented

DARK_COLORS: dict[str, str] = (source)

Undocumented

Value
{'base03': '#002b36',
 'base02': '#073642',
 'base01': '#586e75',
 'base00': '#657b83',
 'base0': '#839496',
 'base1': '#93a1a1',
 'base2': '#eee8d5',
...
LIGHT_COLORS: dict[str, str] = (source)

Undocumented

Value
{'base3': '#002b36',
 'base2': '#073642',
 'base1': '#586e75',
 'base0': '#657b83',
 'base00': '#839496',
 'base01': '#93a1a1',
 'base02': '#eee8d5',
...