Skip to content

how to use style and format together #120

Answered by maaslalani
gmol asked this question in Q&A
Discussion options

You must be logged in to vote

Hey for you example you probably just want to use:

gum style --border double --foreground 120 --background 60 "Some Text"

For combining styles, you could use gum style in a subshell:

gum style --border double "$(gum style --foreground 120 --background 60 "Some Text")"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gmol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants