Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.pygments.style Namespace Reference

Data Structures

class  Style
 
class  StyleMeta
 

Variables

dict _ansimap
 
dict _deprecated_ansicolors
 
 ansicolors = set(_ansimap)
 

Detailed Description

    pygments.style
    ~~~~~~~~~~~~~~

    Basic style object.

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.

Variable Documentation

◆ _ansimap

dict _ansimap
protected
Initial value:
1= {
2 # dark
3 'ansiblack': '000000',
4 'ansired': '7f0000',
5 'ansigreen': '007f00',
6 'ansiyellow': '7f7fe0',
7 'ansiblue': '00007f',
8 'ansimagenta': '7f007f',
9 'ansicyan': '007f7f',
10 'ansigray': 'e5e5e5',
11 # normal
12 'ansibrightblack': '555555',
13 'ansibrightred': 'ff0000',
14 'ansibrightgreen': '00ff00',
15 'ansibrightyellow': 'ffff00',
16 'ansibrightblue': '0000ff',
17 'ansibrightmagenta': 'ff00ff',
18 'ansibrightcyan': '00ffff',
19 'ansiwhite': 'ffffff',
20}

Definition at line 14 of file style.py.

◆ _deprecated_ansicolors

dict _deprecated_ansicolors
protected
Initial value:
1= {
2 # dark
3 '#ansiblack': 'ansiblack',
4 '#ansidarkred': 'ansired',
5 '#ansidarkgreen': 'ansigreen',
6 '#ansibrown': 'ansiyellow',
7 '#ansidarkblue': 'ansiblue',
8 '#ansipurple': 'ansimagenta',
9 '#ansiteal': 'ansicyan',
10 '#ansilightgray': 'ansigray',
11 # normal
12 '#ansidarkgray': 'ansibrightblack',
13 '#ansired': 'ansibrightred',
14 '#ansigreen': 'ansibrightgreen',
15 '#ansiyellow': 'ansibrightyellow',
16 '#ansiblue': 'ansibrightblue',
17 '#ansifuchsia': 'ansibrightmagenta',
18 '#ansiturquoise': 'ansibrightcyan',
19 '#ansiwhite': 'ansiwhite',
20}

Definition at line 35 of file style.py.

◆ ansicolors

ansicolors = set(_ansimap)

Definition at line 55 of file style.py.