emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme 97829cc 089/118: add flymake and flych


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 97829cc 089/118: add flymake and flycheck-inline support
Date: Thu, 21 Oct 2021 18:02:29 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 97829ccd585551739b21a6de65334582983f3dbe
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]