themed method

Terminice themed(
  1. PromptTheme theme
)

Returns a new client using the provided theme, preserving the terminal.

Implementation

Terminice themed(PromptTheme theme) {
  return withTheme(theme);
}