module documentation

Solarized by Camil Staps

A Pygments style for the Solarized themes (licensed under MIT). See: https://github.com/altercation/solarized

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant DARK​_COLORS Undocumented
Constant LIGHT​_COLORS Undocumented
Class ​Solarized​Dark​Style The solarized style, dark.
Class ​Solarized​Light​Style The solarized style, light.
Function make​_style Undocumented
DARK_COLORS: dict[str, str] =

Undocumented

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

Undocumented

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

Undocumented