Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._vendor.rich.terminal_theme.TerminalTheme Class Reference

Public Member Functions

None __init__ (self, _ColorTuple background, _ColorTuple foreground, List[_ColorTuple] normal, Optional[List[_ColorTuple]] bright=None)
 

Public Attributes

 background_color
 
 foreground_color
 
 ansi_colors
 

Detailed Description

A color theme used when exporting console content.

Args:
    background (Tuple[int, int, int]): The background color.
    foreground (Tuple[int, int, int]): The foreground (text) color.
    normal (List[Tuple[int, int, int]]): A list of 8 normal intensity colors.
    bright (List[Tuple[int, int, int]], optional): A list of 8 bright colors, or None
        to repeat normal intensity. Defaults to None.

The documentation for this class was generated from the following file: