branch: elpa/apropospriate-theme
commit 97829ccd585551739b21a6de65334582983f3dbe
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add flymake and flycheck-inline support
---
README.md | 2 ++
apropospriate.el | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/README.md b/README.md
index cc328cb..d3578fc 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,8 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Highlight Indent Guides Mode
* Beacon
* Flycheck
+* Flycheck Inline
+* Flymake
* Auto Dim Other Buffers
* Ace Jump Mode
* Ace Jump Window
diff --git a/apropospriate.el b/apropospriate.el
index 8419c7b..141e881 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -271,6 +271,12 @@ Set to `1.0' or nil to prevent font size manipulation."
`(flycheck-error ((,class (:underline (:style wave :color ,red) :inherit
unspecified))))
`(flycheck-info ((,class (:underline (:style wave :color ,green) :inherit
unspecified))))
`(flycheck-warning ((,class (:underline (:style wave :color ,orange)
:inherit unspecified))))
+ `(flycheck-inline-error ((,class (:foreground ,base03 :background
,base00-1 :inherit unspecified))))
+ `(flycheck-inline-warning ((,class (:foreground ,base03 :background
,base00-1 :inherit unspecified))))
+ `(flycheck-inline-info ((,class (:foreground ,base03 :background
,base00-1 :inherit unspecified))))
+ `(flymake-error ((,class (:underline (:style wave :color ,red) :inherit
unspecified))))
+ `(flymake-warning ((,class (:underline (:style wave :color ,orange)
:inherit unspecified))))
+ `(flymake-note ((,class (:underline (:style wave :color ,green) :inherit
unspecified))))
`(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))))