fniessen/emacs-leuven-theme

magit mode background problem

Closed this issue · 3 comments

I can't see charactor. Highlight line background is black in magit mode.

스크린샷 2020-05-05 15-29-35

Please fix this problem.
I love this theme. Thank you.

Hello. I don't use magit myself -- having to access SVN repos, I prefer vc-dir, which is universal for both SVN and Git (for me).
That said, please try to give me hints about what to change… Why is the highlight line black in magit? Nobody reported that ATM. It's supposed to be a yellow background, why is it different in magit? Do you have some face name I'd have to adapt. Please use C-u C-x = and check out for some useful names.

I tested other theme. zenburn, solarized ... But They are normal.
The following is result of 'C-u C-x ='
https://gist.github.com/33a2306fd85c433e0f81f38d7eb39c98

I looked code similar your theme(modus).
https://gitlab.com/protesilaos/modus-themes
I think you need to add below code.

   `(magit-section-highlight ((,class (:background  "#F6FECD"))))
   `(lsp-ui-doc-background ((,class (:background "#F6FECD"))))

In lsp-mode you have problem too.

Thanks for coming with helpful data.
I've included those new faces into Leuven theme.
Pushed!