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
I'm using this patch to invert highlighting in the completion dropdown. Without it, at least in a terminal with a dark background, the highlighting in the completion dropdown is light text on dark background, whereas everywhere else in the app it's the reverse (dark text, light background). Especially for completions in the search bar where you also have a highlighted item in the task list nearby, this never fails to confuse me 😄 Hence the patch.
Ideally, maybe the completion dropdown could simply mimic "Select project" and "Select context" dialogs, i. e. have the same borders and colors, only with no label/title? But I bet there's probably a good reason the completion dropdown is different?
The text was updated successfully, but these errors were encountered:
I'm using this patch to invert highlighting in the completion dropdown. Without it, at least in a terminal with a dark background, the highlighting in the completion dropdown is light text on dark background, whereas everywhere else in the app it's the reverse (dark text, light background). Especially for completions in the search bar where you also have a highlighted item in the task list nearby, this never fails to confuse me 😄 Hence the patch.
98-reverse-completion-colors.diff.gz
Ideally, maybe the completion dropdown could simply mimic "Select project" and "Select context" dialogs, i. e. have the same borders and colors, only with no label/title? But I bet there's probably a good reason the completion dropdown is different?
The text was updated successfully, but these errors were encountered: