branch: elpa/apropospriate-theme
commit 140284fdf2f235d0b899857b3ef5b5be49c19f7c
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add flymake-diagnostic-at-point-posframe-background-face
currently only within
https://github.com/meqif/flymake-diagnostic-at-point/pull/5
---
apropospriate.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/apropospriate.el b/apropospriate.el
index aea4e3f..b9b5070 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -277,6 +277,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(flymake-error ((,class (:underline (:style wave :color ,red) :inherit
unspecified))))
`(flymake-warning ((,class (:underline (:style wave :color ,orange)
:inherit unspecified))))
`(flymake-note ((,class (:underline nil :inherit unspecified))))
+ `(flymake-diagnostic-at-point-posframe-background-face ((,class
(:background ,base00-1))))
`(swoop-face-target-words ((,class (:foreground ,yellow))))
`(swoop-face-target-line ((,class (:background ,base01))))
`(swoop-face-line-buffer-name ((,class (:inherit header-line :foreground
,base02))))