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


Public Member Functions | |
| Style | get_style_for_token (self, TokenType token_type) |
| Style | get_background_style (self) |
Base class for a syntax theme.
| Style pip._vendor.rich.syntax.SyntaxTheme.get_background_style | ( | self | ) |
Get the background color.
Reimplemented in pip._vendor.rich.syntax.PygmentsSyntaxTheme, and pip._vendor.rich.syntax.ANSISyntaxTheme.
| Style pip._vendor.rich.syntax.SyntaxTheme.get_style_for_token | ( | self, | |
| TokenType | token_type | ||
| ) |
Get a style for a given Pygments token.
Reimplemented in pip._vendor.rich.syntax.PygmentsSyntaxTheme, and pip._vendor.rich.syntax.ANSISyntaxTheme.