doomemacs / themes

A megapack of themes for GNU Emacs.
MIT License
2.16k stars 390 forks source link

dracula: selected item is hard to distinguish #669

Open memeplex opened 2 years ago

memeplex commented 2 years ago

What did you expect to happen?

I expect to clearly see what is that I'm going to select.

What actually happened?

The matching part is clearly highlighted but the to-be-selected item is not:

image

The only visual cue to realize that erc is going to be selected is the background of the "c" character.

A more extreme case:

image

I believe the solution is to use the same background for the matching part and for the to-be-selected item, the foreground of the matching part is already colorful enough to be noticed against a slightly lighter background.

Describe your attempts to resolve the issue

No response

Steps to reproduce

  1. M-x counsel-describe-function
  2. Type erc

Package commit

e716ddbb882a3a06744faa74decb2fea1569c921

System Information

macOS Big Sur, emacs-28 branch built from sources with defaults + svg support.

memeplex commented 2 years ago

Related: https://github.com/hlissner/emacs-doom-themes/issues/652