alexmurray / flycheck-posframe

Show flycheck errors via posframe.el
60 stars 9 forks source link

Allow configuration of background #6

Closed aaronjensen closed 6 years ago

aaronjensen commented 6 years ago

I'm not sure how, but it'd be great if we could customize the background color of the posframe. It currently matches the frame it is showing over, which makes it a bit harder to read.

If I customize the error/warning faces, I get this:

cloudapp annotation 2018-03-11 at 10 01 20 am png
alexmurray commented 6 years ago

Let me know if https://github.com/alexmurray/flycheck-posframe/commit/93a8c590ac2275d754b4ca57f64e8335620ae789 solves this for you - you can customize flycheck-posframe-background-face - and the background of this face will be used for the background of the posframe frame.

aaronjensen commented 6 years ago

Seems to work for me. It doesn't play well w/ auto-dim-other-buffers-mode, but that's not the fault of this. I'll fix that elsewhere. Thanks!