![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | __init__ (self, Union[str, Type[PygmentsStyle]] theme) |
| Style | get_style_for_token (self, TokenType token_type) |
| Style | get_background_style (self) |
Protected Attributes | |
| _pygments_style_class | |
| _background_color | |
| _background_style | |
Syntax theme that delegates to Pygments theme.
| Style pip._vendor.rich.syntax.PygmentsSyntaxTheme.get_background_style | ( | self | ) |
Get the background color.
Reimplemented from pip._vendor.rich.syntax.SyntaxTheme.
| Style pip._vendor.rich.syntax.PygmentsSyntaxTheme.get_style_for_token | ( | self, | |
| TokenType | token_type | ||
| ) |
Get a style from a Pygments class.
Reimplemented from pip._vendor.rich.syntax.SyntaxTheme.