euporie.core.app.SetDefaultColorStyleTransformation

class euporie.core.app.SetDefaultColorStyleTransformation(fg: Union[str, Callable[[], str]], bg: Union[str, Callable[[], str]])

Set default foreground/background color for output that doesn’t specify anything. This is useful for overriding the terminal default colors.

Parameters:
  • fg – Color string or callable that returns a color string for the foreground.

  • bg – Like fg, but for the background.