productivity-timer
productivity-timer copied to clipboard
Color is a deal breaker
I guess this needs to be highlighted in bold or something like a warning icon at the beginning.
- The app shows the background color of my terminal!
The library I'm using to build the TUI is called blessed. It's a very old library and it hasn't been updated in the last seven years. It doesn't support inheritance for background color styling. So to fix this I've to manually assign a background color to every element. Even if I assign a value of "#000" it doesn't become as black as my terminal background. So yeah, it's a feature!