dracula / emacs

🧛🏻‍♂️ Dark theme for Emacs
https://draculatheme.com/emacs
MIT License
327 stars 87 forks source link

On `M-x` White font color on top of gray background confusing #497 #79

Closed avatar-lavventura closed 3 years ago

avatar-lavventura commented 3 years ago

As you can see white color on top of gray is not readable. Is it possible to change/fix this coloring? Please note that I am using dracula-theme.

Screen Shot 2021-03-19 at 16 37 45

my setup:

(use-package selectrum
  :hook (after-init . selectrum-mode)
  :config
  (use-package selectrum-prescient
    :custom
    (prescient-filter-method '(literal regexp initialism fuzzy))
    :config
    (selectrum-prescient-mode t)
    (prescient-persist-mode t)))

I have been told to open this issue here: https://github.com/raxod502/selectrum/issues/497#issuecomment-802990278

basil-conto commented 3 years ago

See also: https://emacs.stackexchange.com/q/63980/15748

milouse commented 3 years ago

Mmmh very weird. The default value should be black on gray:

Capture du 2021-03-22 20-32-49

I see in another comment of you that you play with iterm parameters. Can you confirm

Thanks you very much.

avatar-lavventura commented 3 years ago

@milouse Yes sir, please see the paremeters I set, I always set for smart cursor (sometimes disable and re-able may fix the issue I am having):

image

Please see my dracula theme file (I may have done some minor changes): https://github.com/avatar-lavventura/dotfiles/blob/main/dracula-theme.el

On the iTerm changin cursor color to complete white and keeping Cursor Boost at 2 seems like fixed the issue

image
milouse commented 3 years ago

… So it seems to be an iTerm issue :/ I don’t have a Mac, nor I know this software… I’m afraid I cannot do anything more here. I’m glad you find the correct configuration for iTerm to have it work following your taste.