pimutils / khal

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

ikhal: Unreadable colors for agenda selection in new event #1353

Open pdav opened 1 month ago

pdav commented 1 month ago

Describe the bug With the light color theme, agenda selection is done with a black background which makes agenda names unreadable (see attached picture)

If applicable: Stack Trace N/A

To Reproduce Steps to reproduce the behavior:

[calendars]
  [[pda]]
    path = ...
    color = dark blue

....
[view]
  theme = light

Expected behavior Agenda selection menu should use a light background for names.

Screenshots colors

OS, version, khal version and how you installed it:

atomicwrites==1.4.1
click==8.1.7
click-log==0.4.0
configobj==5.0.8
icalendar==5.0.12
-e git+ssh://git@github.com/pdav/khal.git@4b6e79912eca9c3fcba8415d4e0c18d87e9d13f4#egg=khal
python-dateutil==2.9.0.post0
pytz==2024.1
pyxdg==0.28
six==1.16.0
typing_extensions==4.11.0
tzlocal==5.2
urwid==2.6.12
wcwidth==0.2.13

Additional context N/A