You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
OS, version, khal version and how you installed it:
The output of khal --version: khal, version 0.11.3.dev206+g4b6e7991
Installation method: git
python version: Python 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0] on linux
OS: Linux vagabond 6.8.0-31-generic 31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Your khal config file: see above
The versions of your other python packages [e.g. the output of pip freeze]:
@marcEml Set up khal locally and make sure you can reproduce the issue first.
After that, try and find where this colour is hardcoded in the codebase. There's likely a black or #000000 somewhere. It needs to change depending on the colour scheme.
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:
Expected behavior
Agenda selection menu should use a light background for names.
Screenshots
OS, version, khal version and how you installed it:
pip freeze
]:Additional context
N/A
The text was updated successfully, but these errors were encountered: