bottom: [Bug] Text color regression?
Checklist
- I’ve looked through troubleshooting, known problems, and existing open issues for similar issues.
Describe the issue
I compiled and installed version 0.7.1 and the text color around the X and Y axis of the graphs is green, regardless of which theme that is used (default, nord, gruvbox, etc.)
What it looks like now:

What I expect it to look like:

What operating system and version are you using?
Manjaro Linux 5.15.85-1
What architecture are you using?
x86_64 / AMD64
What terminal(s) are you running bottom on?
konsole 22.12.0
What version of bottom are you running?
0.7.1
How did you install bottom?
Installed by building the master branch (commit id: d8da12f)
How can we reproduce this?
rustup update stable
cargo install bottom --locked
Additional information
No response
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (8 by maintainers)
Haha, I was just about to ask “would your konsole settings happen to have a green colour”, but you answered me before I even asked.
Good to know this adds up with what I found when I quickly checked my source code, I’m just not setting any colour for the axis text so I guess it just defaults to whatever the default colours are… which I guess I missed during testing since I default to whiteish text, and it looks close enough to what it should be on some themes that I didn’t spot it.
I’ll add a fix in a bit today, and probably aim for a stable release with the fix and some various other stuff this weekend or so.