Closed lvh closed 5 years ago
Dear @lvh , I'm not using magit -- I prefer the vc-dir interface which allows me to use the same key bindings.
If you do have a suggestion about what to change, let me know. I'll accept your PR.
Ugh, never mind: the issue was on my side. For some reason customize had value specifying all teams were dark, and just unsetting that fixed the issue. Sorry!
Thanks for mentioning, and closing this!
FWIW, just had the same issue as @lvh, and, for me, the offending customize setting was
'(frame-background-mode (quote dark))
I figured I'd add that since it wasn't totally explicit in @lvh's comment. Otherwise, nothing to do here. Thanks for the theme!
Thanks for the tip @inducer !
According to the documentation, when frame-background-mode
is set to nil
, the default, Emacs will "examine the brightness for you". Does anyone have any ideas why this does not work for leuven, but it does work for other light themes?
Some minutes later: Of course when I went digging, I found an explicit 'dark
setting in my customize file. Of course Leuven works just perfectly also with magit, and the default setting of frame-backgound-mode
to nil
(autodetect)!
This is a great tip regardless: If you run into this issue, ensure with C-h v frame-background-mode
that that variable is set to nil
.
@fniessen Thank you again for such a fantastic theme. For two of the Emacs killer apps, namely orgmode and magit, Leuven is top of the class.
@inducer and @cpbotha, thanks for helping making this contribution still stand out! And thanks for the nice comments - you know, after having copy/pasted some much code from all over the place, learning that way, it was my duty to share it with all of you.
As I said, I'm not using magit, though I know I could like it, but, having still SVN repos, I prefer one common way for accessing them all.
If you have suggestions for improvements, please send them…
(You may be interested having a look at some other projects of mine - namely git-leuven and shell-leuven - where I also share code for improving the experience in the shell, and with Git. As always, WIP, but a lot of good things is already in there.)
Hi! I'm not sure how to debug this but I figure a screenshot or two would speak a 1000 words.
package-list-packages shows me as having:
Other themes, like e.g. the spacemacs builtin themes, appear to theme this face to match the theme. I assumed leuven-theme would do as well because of the README, which mentions:
So presumably I'm not seeing the intended behavior :)
I hunted this down in magit and it appears it has a default for "light themes" and "dark themes" and somehow has decided that leuven is a dark theme?