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

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

[elpa] externals/modus-operandi-theme bf41544 18/99: Add tentative suppo


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme bf41544 18/99: Add tentative support for 'highlight-tail'
Date: Fri, 31 Jul 2020 09:25:18 -0400 (EDT)

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

    Add tentative support for 'highlight-tail'
    
    This is an attempt to address issue 56:
    https://gitlab.com/protesilaos/modus-themes/-/issues/56
    
    The implementation is subject to review, depending on the feedback I
    receive.
---
 README.org              | 1 +
 modus-operandi-theme.el | 5 +++++
 modus-vivendi-theme.el  | 5 +++++
 3 files changed, 11 insertions(+)

diff --git a/README.org b/README.org
index a14c10f..9e635c8 100644
--- a/README.org
+++ b/README.org
@@ -846,6 +846,7 @@ the "full support" may not be 100% true…
 + highlight-indentation
 + highlight-numbers
 + highlight-symbol
++ highlight-tail
 + highlight-thing
 + hl-fill-column
 + hl-line-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index fefe9ef..0b6159e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -176,6 +176,7 @@
 ;;     highlight-indentation
 ;;     highlight-numbers
 ;;     highlight-symbol
+;;     highlight-tail
 ;;     highlight-thing
 ;;     hl-fill-column
 ;;     hl-line-mode
@@ -3681,6 +3682,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(ibuffer-filter-group-name-face 'modus-theme-mark-symbol)
    `(ibuffer-marked-face 'modus-theme-mark-sel)
    `(ibuffer-title-face 'modus-theme-header)
+   ;;;; highlight-tail
+   `(highlight-tail-colors
+     '((,green-subtle-bg . 0)
+       (,cyan-subtle-bg . 20)))
    ;;;; hl-todo
    `(hl-todo-keyword-faces
      '(("HOLD" . ,yellow-alt)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index adbc2db..0d1359a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -176,6 +176,7 @@
 ;;     highlight-indentation
 ;;     highlight-numbers
 ;;     highlight-symbol
+;;     highlight-tail
 ;;     highlight-thing
 ;;     hl-fill-column
 ;;     hl-line-mode
@@ -3681,6 +3682,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(ibuffer-filter-group-name-face 'modus-theme-mark-symbol)
    `(ibuffer-marked-face 'modus-theme-mark-sel)
    `(ibuffer-title-face 'modus-theme-header)
+   ;;;; highlight-tail
+   `(highlight-tail-colors
+     '((,green-subtle-bg . 0)
+       (,cyan-subtle-bg . 20)))
    ;;;; hl-todo
    `(hl-todo-keyword-faces
      '(("HOLD" . ,yellow-alt)



reply via email to

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