2.1.5.2. pyfx.view.themes.Theme

class Theme(body: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='default', background='default'), foot: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='light gray', background='default'), focused: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='light gray', background='dark blue'), autocomplete: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='black', background='light cyan'), autocomplete_focused: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='white', background='dark magenta'), help: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='black', background='light gray'), help_focused: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='white', background='dark gray'), json_key: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='light blue', background='default'), json_string: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='light green', background='default'), json_integer: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='light cyan', background='default'), json_numeric: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='light cyan', background='default'), json_bool: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='yellow', background='default'), json_null: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='light red', background='default'), json_focused: pyfx.view.themes.ComponentTheme = ComponentTheme(foreground='light gray', background='dark blue'))

Methods

__init__([body, foot, focused, ...])

palette()

Attributes

autocomplete

autocomplete_focused

body

focused

foot

help

help_focused

json_bool

json_focused

json_integer

json_key

json_null

json_numeric

json_string