-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to specify huh
theme
#595
Comments
+1 to this request. I'd like to override the style of input placeholder to make it a brighter. I may be wrong but allowing for theme selection might help here. gum input --placeholder="$(gum style --foreground="#888888" "placeholder")"
> [38;2;136;136;136mplaceholder |
Hi! This could definitely be documented better but generally when you can specify the foreground of an element you can also specify the background of it.
|
Hey, everyone. Closing this one for now as I believe With regard to Huh themes, because Huh isn't applied to Gum commands across the board (for example, |
Is your feature request related to a problem? Please describe.
I've seen some
gum
commands are passing theCharm
theme directly tohuh
(e.g.gum confirm
) and there is no option to change that (e.g. changing the color ofgum confirm
"buttons")Describe the solution you'd like
I would like to either have a flag in
gum confirm
to be able to pass a background to the selected option, or, ideally, to be able to choose thehuh
theme in my commands.Describe alternatives you've considered
I haven't found an alternative to changing the background color of the
gum confirm
selected option.Additional context
https://github.com/charmbracelet/gum/blob/main/confirm/command.go#L13
The text was updated successfully, but these errors were encountered: