nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
600 stars 113 forks source link

Add support for evil-goggles #115

Closed syl20bnr closed 6 years ago

syl20bnr commented 6 years ago

I just added evil-goggles, would be cool to have a better color for the flashing effect. Seems not so trivial to add colors for it though: https://github.com/edkolev/evil-goggles/blob/master/evil-goggles.el#L260

nashamri commented 6 years ago

Sure thing

nashamri commented 6 years ago

@syl20bnr It's supported now (https://github.com/nashamri/spacemacs-theme/commit/350221a24d19b8a29dc5c9971b1f5604dda3fecf). However, something seems not right. When I call list-faces-display I get this:

evil-goggles

Which seems okay. But when I use evil-goggles, it seems that only the :background color is applied and not the :foreground. I'm not sure if that's the way it's intended to be or it's some sort of a bug or a conflicting package. Here's my system info for reference:



Can you verify this? Once this and this https://github.com/nashamri/spacemacs-theme/issues/114 is done, I'll submit the latest changes upstream :smile:

syl20bnr commented 6 years ago

I had the same behavior until I test with pulse disabled. Seems that pulsing cannot change the foreground color which makes it more annoying than useful. I disabled it by default in Spacemacs so we will have the full contrast with the correct foreground colors.

Thank you for the quick addition! 💜

nashamri commented 6 years ago

Yeah you are right :smile: disabling pulse did solve the problem.