Skip to content

module theme

Color theme stuff. Rich color names TODO: interesting colors # row_styles[0] = 'reverse bold on color(144)' <-

Global Variables

  • BYTES
  • BYTES_BRIGHTER
  • BYTES_DECODED
  • BYTES_HIGHLIGHT
  • BYTES_NO_DIM
  • ERROR_STYLE
  • DARK_GREY
  • GREY
  • GREY_ADDRESS
  • GREY_COLOR
  • OFF_WHITE
  • PEACH
  • YARALYZER_THEME_DICT
  • LOG_THEME_DICT
  • MAX_SHOW_COLORS_COL_SIZE
  • CLI_OPTION_TYPE_STYLES

function argparse_style

argparse_style(category: str) → str

RichHelpFormatterPlus strings: https://github.com/michelcrypt4d4mus/rich-argparse-plus/blob/rich_argparse_plus/rich_argparse_plus/themes.py


function color_theme_grid

color_theme_grid(styles: dict, app_name: str) → Padding

Lay out the colors in 'styles' in a grid with a header panel.


function theme_colors_with_prefix

theme_colors_with_prefix(prefix: str) → list[Text]

Return a list of (name, style) Text objects for all styles in the theme that start with prefix.


This file was automatically generated via lazydocs.