huh icon indicating copy to clipboard operation
huh copied to clipboard

Theme not applied to input

Open rew1nter opened this issue 1 year ago • 0 comments

Describe the bug Isn't this code supposed to change the theme? I'm still seeing the default theme in terminal

	huh.NewInput().
		Title("The domain").
		Prompt("> ").
		Value(&domain).
		WithTheme(huh.ThemeBase16()).
		Run()

rew1nter avatar May 17 '24 11:05 rew1nter