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

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

[nongnu] elpa/gotham-theme f4b46570ae 036/214: Add flymake, flyspell and


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme f4b46570ae 036/214: Add flymake, flyspell and flycheck
Date: Fri, 7 Jan 2022 17:58:39 -0500 (EST)

branch: elpa/gotham-theme
commit f4b46570aede2ef76c6ce420576d69c88ea52270
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add flymake, flyspell and flycheck
---
 gotham-theme.el | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 7661386317..a2375f2907 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -204,6 +204,14 @@ depending on DISPLAY for keys which are either :foreground 
or
    (eshell-ls-symlink :foreground blue :weight bold)
    (eshell-ls-unreadable :foreground red)
 
+   ;; flymake
+   (flymake-errline :underline (:style wave :color red))
+   (flymake-warnline :underline (:style wave :color orange))
+
+   ;; flyspell
+   (flyspell-duplicate :underline (:style wave :color orange))
+   (flyspell-incorrect :underline (:style wave :color red))
+
    ;; ido
    (ido-first-match :foreground yellow :weight bold)
    (ido-indicator :foreground red)
@@ -286,6 +294,11 @@ depending on DISPLAY for keys which are either :foreground 
or
    (company-tooltip-mouse :foreground base7 :background base4)
    (company-tooltip-selection :foreground base7 :background base4)
 
+   ;; flycheck
+   (flycheck-error :underline (:style wave :color red))
+   (flycheck-info :underline (:style wave :color green))
+   (flycheck-warning :underline (:style wave :color orange))
+
    ;; enh-ruby-mode
    (enh-ruby-heredoc-delimiter-face :foreground green :weight bold)
    (enh-ruby-op-face :foreground magenta)



reply via email to

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