charmbracelet / bubbles

TUI components for Bubble Tea 🫧
MIT License
5.24k stars 247 forks source link

feat: added background color to progress bar #535

Open Taz03 opened 2 months ago

Taz03 commented 2 months ago
    progressBar := progress.New(
        progress.WithFillCharacters('▀', ' '),
        progress.WithBackgroundColor("0"),
    )

image

    progressBar := progress.New(
        progress.WithFillCharacters('▀', ' '),
    )

image

caarlos0 commented 4 days ago

i think this me conflict with https://github.com/charmbracelet/bubbles/pull/543