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

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

[elpa] externals/modus-operandi-theme a4d69ba 060/112: Add support for H


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme a4d69ba 060/112: Add support for HIGHLIGHT-THING
Date: Mon, 30 Mar 2020 15:59:38 -0400 (EDT)

branch: externals/modus-operandi-theme
commit a4d69baddff356b5a8e71fae11f076fd0e61948d
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for HIGHLIGHT-THING
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 5e55f78..9a1f771 100644
--- a/README.org
+++ b/README.org
@@ -255,6 +255,7 @@ the "full support" may not be 100% true…
 + highlight-blocks
 + highlight-defined
 + highlight-numbers
++ highlight-thing
 + hl-fill-column
 + hl-line-mode
 + hl-todo
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index daa00aa..17efa5c 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -145,6 +145,7 @@
 ;;     highlight-blocks
 ;;     highlight-defined
 ;;     highlight-numbers
+;;     highlight-thing
 ;;     hl-fill-column
 ;;     hl-line-mode
 ;;     hl-todo
@@ -1539,6 +1540,8 @@ between foreground and background is >= 7:1)."
    `(highlight-defined-variable-name-face ((,class (:foreground ,cyan))))
    ;;;; highlight-numbers
    `(highlight-numbers-number ((,class (:foreground ,blue-alt-other))))
+   ;;;; highlight-thing
+   `(highlight-thing ((,class (:background ,bg-alt :foreground ,cyan))))
    ;;;; hl-fill-column
    `(hl-fill-column-face ((,class (:background ,bg-active :foreground 
,fg-active))))
    ;;;; hl-todo
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 4b4e083..510c06d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -145,6 +145,7 @@
 ;;     highlight-blocks
 ;;     highlight-defined
 ;;     highlight-numbers
+;;     highlight-thing
 ;;     hl-fill-column
 ;;     hl-line-mode
 ;;     hl-todo
@@ -1539,6 +1540,8 @@ between foreground and background is >= 7:1)."
    `(highlight-defined-variable-name-face ((,class (:foreground ,cyan))))
    ;;;; highlight-numbers
    `(highlight-numbers-number ((,class (:foreground ,blue-alt-other))))
+   ;;;; highlight-thing
+   `(highlight-thing ((,class (:background ,bg-alt :foreground ,cyan))))
    ;;;; hl-fill-column
    `(hl-fill-column-face ((,class (:background ,bg-active :foreground 
,fg-active))))
    ;;;; hl-todo



reply via email to

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