srcery-colors / srcery-emacs

The dark color scheme for Emacs/Spacemacs. GUI and terminal support
https://srcery.sh
131 stars 6 forks source link

Fix `flymake` faces #12

Closed kenranunderscore closed 1 year ago

kenranunderscore commented 1 year ago

Using this nice theme, I realized I couldn't see any flymake error or warning squiggles in a project of mine. I found out that things like flymake-error inherit from their flycheck-* counterpart, but I don't have flycheck installed at all, leading to that face not being defined (yet).

Since flymake is installed by default and flycheck isn't, the faces common to both syntax checkers should be inherited the other way around, removing this problem. I checked that flymake is now working as intended, afterwards installed flycheck and checked with describe-face that its faces are still correct as well.

roosta commented 1 year ago

Cheers! Glad this theme still see some use. Spent a lot of time making it :)

kenranunderscore commented 1 year ago

It's awesome, I really love the colors! When I was giving neovim a serious shot, it was one of my themes of choice as well.