writeDirectly($this->renderTheme()); return true; } /** * Update the title of the terminal. */ public function display(): void { $this->prompt(); } /** * Get the value of the prompt. */ public function value(): bool { return true; } }