euporie.core.app.app.SetDefaultColorStyleTransformation

class euporie.core.app.app.SetDefaultColorStyleTransformation(fg: str | Callable[[], str], bg: 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.