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

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

[elpa] externals/modus-operandi-theme 1841211 58/99: Add support for HL-


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 1841211 58/99: Add support for HL-DEFINED
Date: Fri, 31 Jul 2020 09:25:25 -0400 (EDT)

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

    Add support for HL-DEFINED
    
    Source: https://www.emacswiki.org/emacs/hl-defined.el
---
 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 984099b..42c9ca3 100644
--- a/README.org
+++ b/README.org
@@ -909,6 +909,7 @@ the "full support" may not be 100% true…
 + highlight-symbol
 + highlight-tail
 + highlight-thing
++ hl-defined
 + hl-fill-column
 + hl-line-mode
 + hl-todo
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 0693bf1..a86ae44 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -182,6 +182,7 @@
 ;;     highlight-symbol
 ;;     highlight-tail
 ;;     highlight-thing
+;;     hl-defined
 ;;     hl-fill-column
 ;;     hl-line-mode
 ;;     hl-todo
@@ -2178,6 +2179,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(highlight-symbol-face ((,class :inherit modus-theme-special-mild)))
    ;;;; highlight-thing
    `(highlight-thing ((,class :background ,bg-alt :foreground ,cyan)))
+   ;;;; hl-defined
+   `(hdefd-functions ((,class :foreground ,blue)))
+   `(hdefd-undefined ((,class :foreground ,red-alt)))
+   `(hdefd-variables ((,class :foreground ,cyan-alt)))
    ;;;; 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 97ad217..75aec0b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -182,6 +182,7 @@
 ;;     highlight-symbol
 ;;     highlight-tail
 ;;     highlight-thing
+;;     hl-defined
 ;;     hl-fill-column
 ;;     hl-line-mode
 ;;     hl-todo
@@ -2178,6 +2179,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(highlight-symbol-face ((,class :inherit modus-theme-special-mild)))
    ;;;; highlight-thing
    `(highlight-thing ((,class :background ,bg-alt :foreground ,cyan)))
+   ;;;; hl-defined
+   `(hdefd-functions ((,class :foreground ,blue)))
+   `(hdefd-undefined ((,class :foreground ,red-alt)))
+   `(hdefd-variables ((,class :foreground ,cyan-alt)))
    ;;;; 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]