mum4k / termdash

Terminal based dashboard.
Apache License 2.0
2.72k stars 136 forks source link

Support styling across termdash #275

Open mum4k opened 3 years ago

mum4k commented 3 years ago

Currently termdash mostly supports running on black background. Individual widgets can choose colors of elements on their canvas, but there isn't a good way to change the color of the entire application.

Additionally we could consider adding some effects similar to those used by the Linux dialog application.

apt-get install dialog
cd /usr/share/doc/dialog/examples
./form1

This is one example for inspiration:

Screenshot 2020-11-28 at 12 19 41
tcurdt commented 2 years ago

I am currently searching for a way to set at least the background color.

mum4k commented 2 years ago

Hi @tcurdt and thank you for you interest in termdash. Going to address your question about the background color in #326.