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

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

[elpa] externals/modus-operandi-theme 7b49796 116/153: Add support for f


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 7b49796 116/153: Add support for flycheck-color-mode-line
Date: Thu, 18 Mar 2021 13:47:52 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 7b49796ea39d174dc6d802c5b4ecba58408de4bd
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for flycheck-color-mode-line
---
 doc/modus-themes.org    | 1 +
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 3 files changed, 13 insertions(+)

diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index fb7e925..617acfe 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -1292,6 +1292,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + eyebrowse
 + fancy-dabbrev
 + flycheck
++ flycheck-color-mode-line
 + flycheck-indicator
 + flycheck-posframe
 + flymake
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 1816077..4301bf8 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -159,6 +159,7 @@
 ;;     eyebrowse
 ;;     fancy-dabbrev
 ;;     flycheck
+;;     flycheck-color-mode-line
 ;;     flycheck-indicator
 ;;     flycheck-posframe
 ;;     flymake
@@ -2389,6 +2390,11 @@ Also bind `class' to ((class color) (min-colors 89))."
      ((,(append '((supports :underline (:style wave))) class)
        :underline (:color ,fg-lang-warning :style wave))
       (,class :foreground ,fg-lang-warning :underline t)))
+;;;;; flycheck-color-mode-line
+   `(flycheck-color-mode-line-error-face ((,class :inherit 
flycheck-fringe-error)))
+   `(flycheck-color-mode-line-info-face ((,class :inherit 
flycheck-fringe-info)))
+   `(flycheck-color-mode-line-running-face ((,class :foreground ,fg-inactive 
:slant italic)))
+   `(flycheck-color-mode-line-info-face ((,class :inherit 
flycheck-fringe-warning)))
 ;;;;; flycheck-indicator
    `(flycheck-indicator-disabled ((,class :foreground ,fg-inactive :slant 
,modus-theme-slant)))
    `(flycheck-indicator-error ((,class ,@(modus-operandi-theme-bold-weight) 
:foreground ,red-active)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a588412..05b61a2 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -159,6 +159,7 @@
 ;;     eyebrowse
 ;;     fancy-dabbrev
 ;;     flycheck
+;;     flycheck-color-mode-line
 ;;     flycheck-indicator
 ;;     flycheck-posframe
 ;;     flymake
@@ -2389,6 +2390,11 @@ Also bind `class' to ((class color) (min-colors 89))."
      ((,(append '((supports :underline (:style wave))) class)
        :underline (:color ,fg-lang-warning :style wave))
       (,class :foreground ,fg-lang-warning :underline t)))
+;;;;; flycheck-color-mode-line
+   `(flycheck-color-mode-line-error-face ((,class :inherit 
flycheck-fringe-error)))
+   `(flycheck-color-mode-line-info-face ((,class :inherit 
flycheck-fringe-info)))
+   `(flycheck-color-mode-line-running-face ((,class :foreground ,fg-inactive 
:slant italic)))
+   `(flycheck-color-mode-line-info-face ((,class :inherit 
flycheck-fringe-warning)))
 ;;;;; flycheck-indicator
    `(flycheck-indicator-disabled ((,class :foreground ,fg-inactive :slant 
,modus-theme-slant)))
    `(flycheck-indicator-error ((,class ,@(modus-vivendi-theme-bold-weight) 
:foreground ,red-active)))



reply via email to

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