protesilaos / modus-themes

Highly accessible themes for GNU Emacs, conforming with the highest standard for colour contrast between background and foreground values (WCAG AAA).
https://protesilaos.com/emacs/modus-themes
GNU General Public License v3.0
553 stars 30 forks source link

Can't get the same look in doom-emacs for the operandi theme #35

Closed wd closed 2 years ago

wd commented 2 years ago

From the screenshot here https://protesilaos.com/emacs/modus-themes-pictures image

I can see the background of minibuffer is white.

But it looks a little bit darker when I use this theme in doom-emacs. I have tried many ways to find out where I can set the background color for the minibuffer but failed. The only thing I found is I can set the background for modus-themes-completion-selected, but I don't want to do that, since I think this is not a problem for modus.

This is the output of M-x with vertico enabled.

image

any help is appreciated.

protesilaos commented 2 years ago

Hi @wd! This is most likely due to Solaire: https://github.com/hlissner/emacs-solaire-mode

Try to disable the solaire-mode.

wd commented 2 years ago

Hi @wd! This is most likely due to Solaire: https://github.com/hlissner/emacs-solaire-mode

Try to disable the solaire-mode.

Oh, my lord, I just discovered this from doomemacs repo and go back to this issue to post the solution, and found that you already give me the solution 40 min ago...

image
protesilaos commented 2 years ago

Very well! I think I should mention Solaire in the README as it will probably surprise a lot of people.