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

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

[elpa] externals/modus-operandi-theme 5c58249 90/99: Use line highlight


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 5c58249 90/99: Use line highlight for flycheck list current line
Date: Fri, 31 Jul 2020 09:25:32 -0400 (EDT)

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

    Use line highlight for flycheck list current line
    
    It is possible to customise how intense the highlight on the current
    line is.  See commit ea8517541.
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c60e686..c96842b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1839,7 +1839,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(flycheck-error-list-column-number ((,class :foreground ,fg-special-cold)))
    `(flycheck-error-list-error ((,class ,@(modus-operandi-theme-bold-weight) 
:foreground ,red)))
    `(flycheck-error-list-filename ((,class :foreground ,blue)))
-   `(flycheck-error-list-highlight ((,class :inherit 
modus-theme-special-warm)))
+   `(flycheck-error-list-highlight ((,class :inherit modus-theme-hl-line)))
    `(flycheck-error-list-id ((,class :foreground ,magenta-alt-other)))
    `(flycheck-error-list-id-with-explainer ((,class :inherit 
flycheck-error-list-id :box t)))
    `(flycheck-error-list-info ((,class :foreground ,cyan)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ad0fadb..31c069d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1839,7 +1839,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(flycheck-error-list-column-number ((,class :foreground ,fg-special-cold)))
    `(flycheck-error-list-error ((,class ,@(modus-vivendi-theme-bold-weight) 
:foreground ,red)))
    `(flycheck-error-list-filename ((,class :foreground ,blue)))
-   `(flycheck-error-list-highlight ((,class :inherit 
modus-theme-special-warm)))
+   `(flycheck-error-list-highlight ((,class :inherit modus-theme-hl-line)))
    `(flycheck-error-list-id ((,class :foreground ,magenta-alt-other)))
    `(flycheck-error-list-id-with-explainer ((,class :inherit 
flycheck-error-list-id :box t)))
    `(flycheck-error-list-info ((,class :foreground ,cyan)))



reply via email to

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