pimutils / khal

:calendar: CLI calendar application
https://lostpackets.de/khal/
MIT License
2.63k stars 208 forks source link

Start urwid with the right colormode #1351

Open geier opened 6 months ago

geier commented 6 months ago

Urwid supports multiple color modes (256 colors, truecolor, possibly more). We Currently start in truecolor mode, but it makes sense to check what the current terminal supports and choose the right color mode.

We might want to get inspired by how neovim chooses what colormode to use.

syasma commented 2 weeks ago

hi, i am a junior devlopper and i want to work on this issue. How can i do ?