feat: configurable price gradients#345
feat: configurable price gradients#345brunofjesus wants to merge 8 commits intoachannarasappa:masterfrom
Conversation
|
Hey, @brunofjesus saw your comment on #321 and got to this PR. Is this ready? |
|
@abhisheksoni27 I've been using it for a while and it seems good so far. Just updated the README and set the status of the PR to Open. |
|
Thank you for the contribution! The ability to customize price color makes sense for users with a light color terminal. I have a few suggestions on the overall solution:
|
My system has both a light and a dark theme, I often switch between them depending on the time of the day. That's why I placed colors for both themes. Having both colorschemes on the config file was the cleanest way I could think of doing it. I can extend this to other elements either in this PR or I can do it on another one, I'm fine with either approach. |
This PR adds support for user-configurable price gradients for both
lightanddarkmodes, it also includes default gradients for both light and dark modes.