mattmc3 / antidote

https://getantidote.github.io - the cure to slow zsh plugin management
MIT License
855 stars 21 forks source link

Change output to green rather than bright green? #181

Closed eggbean closed 1 month ago

eggbean commented 5 months ago

This is a minor thing, but is there a way to change the output colour from bright green to green? This is just so that it fits in better with the rest of the output from my update scripts, but it's not important.

mattmc3 commented 5 months ago

I'm open to adding ways to customize this. I would typically do this with something like a zstyle. So, maybe something like this:

zstyle ':antidote:update' color success $(tput setaf 2)
eggbean commented 5 months ago

Yes, that sounds good.

eggbean commented 1 month ago

Cool, thanks!