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

Data Structures

class  TerminalTheme
 

Variables

 _ColorTuple = Tuple[int, int, int]
 
 DEFAULT_TERMINAL_THEME
 
 MONOKAI
 
 DIMMED_MONOKAI
 
 NIGHT_OWLISH
 
 SVG_EXPORT_THEME
 

Variable Documentation

◆ _ColorTuple

_ColorTuple = Tuple[int, int, int]
protected

Definition at line 6 of file terminal_theme.py.

◆ DEFAULT_TERMINAL_THEME

DEFAULT_TERMINAL_THEME
Initial value:
1= TerminalTheme(
2 (255, 255, 255),
3 (0, 0, 0),
4 [
5 (0, 0, 0),
6 (128, 0, 0),
7 (0, 128, 0),
8 (128, 128, 0),
9 (0, 0, 128),
10 (128, 0, 128),
11 (0, 128, 128),
12 (192, 192, 192),
13 ],
14 [
15 (128, 128, 128),
16 (255, 0, 0),
17 (0, 255, 0),
18 (255, 255, 0),
19 (0, 0, 255),
20 (255, 0, 255),
21 (0, 255, 255),
22 (255, 255, 255),
23 ],
24)

Definition at line 32 of file terminal_theme.py.

◆ DIMMED_MONOKAI

DIMMED_MONOKAI
Initial value:
1= TerminalTheme(
2 (25, 25, 25),
3 (185, 188, 186),
4 [
5 (58, 61, 67),
6 (190, 63, 72),
7 (135, 154, 59),
8 (197, 166, 53),
9 (79, 118, 161),
10 (133, 92, 141),
11 (87, 143, 164),
12 (185, 188, 186),
13 (136, 137, 135),
14 ],
15 [
16 (251, 0, 31),
17 (15, 114, 47),
18 (196, 112, 51),
19 (24, 109, 227),
20 (251, 0, 103),
21 (46, 112, 109),
22 (253, 255, 185),
23 ],
24)

Definition at line 81 of file terminal_theme.py.

◆ MONOKAI

MONOKAI
Initial value:
1= TerminalTheme(
2 (12, 12, 12),
3 (217, 217, 217),
4 [
5 (26, 26, 26),
6 (244, 0, 95),
7 (152, 224, 36),
8 (253, 151, 31),
9 (157, 101, 255),
10 (244, 0, 95),
11 (88, 209, 235),
12 (196, 197, 181),
13 (98, 94, 76),
14 ],
15 [
16 (244, 0, 95),
17 (152, 224, 36),
18 (224, 213, 97),
19 (157, 101, 255),
20 (244, 0, 95),
21 (88, 209, 235),
22 (246, 246, 239),
23 ],
24)

Definition at line 57 of file terminal_theme.py.

◆ NIGHT_OWLISH

NIGHT_OWLISH
Initial value:
1= TerminalTheme(
2 (255, 255, 255),
3 (64, 63, 83),
4 [
5 (1, 22, 39),
6 (211, 66, 62),
7 (42, 162, 152),
8 (218, 170, 1),
9 (72, 118, 214),
10 (64, 63, 83),
11 (8, 145, 106),
12 (122, 129, 129),
13 (122, 129, 129),
14 ],
15 [
16 (247, 110, 110),
17 (73, 208, 197),
18 (218, 194, 107),
19 (92, 167, 228),
20 (105, 112, 152),
21 (0, 201, 144),
22 (152, 159, 177),
23 ],
24)

Definition at line 105 of file terminal_theme.py.

◆ SVG_EXPORT_THEME

SVG_EXPORT_THEME
Initial value:
1= TerminalTheme(
2 (41, 41, 41),
3 (197, 200, 198),
4 [
5 (75, 78, 85),
6 (204, 85, 90),
7 (152, 168, 75),
8 (208, 179, 68),
9 (96, 138, 177),
10 (152, 114, 159),
11 (104, 160, 179),
12 (197, 200, 198),
13 (154, 155, 153),
14 ],
15 [
16 (255, 38, 39),
17 (0, 130, 61),
18 (208, 132, 66),
19 (25, 132, 233),
20 (255, 44, 122),
21 (57, 130, 128),
22 (253, 253, 197),
23 ],
24)

Definition at line 130 of file terminal_theme.py.