[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
- [elpa] externals/modus-operandi-theme 867d211 74/99: Modus Vivendi: minor tweak for consistency, (continued)
- [elpa] externals/modus-operandi-theme 867d211 74/99: Modus Vivendi: minor tweak for consistency, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme dbdbb90 82/99: Clarify that specific degree of "bold" is optional, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 2ae2e12 84/99: Remove obsolete comment, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5c58249 90/99: Use line highlight for flycheck list current line, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7ad88f0 94/99: Improve distinction between MU4E read and unread, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme b80d4b4 93/99: Add "conf" to org-src-block-faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c8deb91 95/99: Add explicit support for BONGO, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme e536a59 55/99: Tweak Org block begin/end for "rainbow blocks", Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7a3ceda 56/99: Update documention of "rainbow src blocks" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 72d4723 57/99: Remove ':extend t' from all Org block options, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 1841211 58/99: Add support for HL-DEFINED,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme 4bde9bc 61/99: Update README install section (GNU/Linux distros), Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 23b38df 60/99: Add "bug" keyword to 'hl-todo-keyword-faces' list, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 52a8c0c 62/99: Clarify customisation symbols and possible values, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 0e5f2b0 66/99: Internal re-order of a few faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme aea6d29 69/99: Add support for built-in TTY-MENU faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme ae2fa4a 70/99: Let Markdown tables always inherit fixed-pitch, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 72e1f6b 68/99: Minor review of MARKDOWN-MODE faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7bf96d9 73/99: Internal: review of docs, outline comments, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8a555e9 77/99: Internal: fix misplaced comment line, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme d8986b7 79/99: Let outline-minor-faces respect "section headings", Stefan Monnier, 2020/07/31