tabulous.style package

Module contents

class tabulous.style.Style(background: 'str', foreground: 'str', base_color: 'str', highlight0: 'str', highlight1: 'str', background0: 'str', background1: 'str', cell_highlight: 'str', cell_selection: 'str', inv_color: 'str')[source]

Bases: object

background: str
background0: str
background1: str
base_color: str
cell_highlight: str
cell_selection: str
foreground: str
format_file(file: str | pathlib.Path | None = None) str[source]
format_text(text: str) str[source]
classmethod from_global(name: str) tabulous.style._style.Style[source]
highlight0: str
highlight1: str
inv_color: str