huh
huh copied to clipboard
Theme not applied to input
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()