[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
- [elpa] externals/modus-operandi-theme 497ed60 034/112: Reword note in README for Helm grep, (continued)
- [elpa] externals/modus-operandi-theme 497ed60 034/112: Reword note in README for Helm grep, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme b09c076 041/112: Add support for BM (visual bookmarks for Emacs), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 84ea727 045/112: Add tentative support for MARKUP-FACES (adoc-mode), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 709ecfe 047/112: Add tentative support for CIDER, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme efae501 050/112: Add support for SELECTRUM, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 990539b 055/112: Define dedicated colours for tabs, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 46c99ed 057/112: Do not set the default background in non-GUI Emacs, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 856626d 051/112: Add CHANGELOG with release notes of all tags, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 8aac934 056/112: Add support for CENTAUR-TABS, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme cc9e4c5 059/112: Add support for ORG-SUPERSTAR, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme a4d69ba 060/112: Add support for HIGHLIGHT-THING,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme d454e0f 064/112: Use appropriate red for `trailing-whitespace', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 2d1c21c 077/112: Use new fringe colours in BM fringe indicators, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme cac1f03 085/112: Support HIGHLIGHT-ESCAPE-SEQUENCES (hes-mode), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme a5f4ece 033/112: Refinements for MAGIT/DIFF hunk headers, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 618560a 038/112: Remove box property from `mode-line-emphasis', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 00249c8 040/112: Revert "Add support for BUFLER", Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7ae7684 048/112: Internal: minor doc update, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme fe71333 049/112: Add support for SESMAN, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme e7ac643 062/112: Add support for SKEWER-MODE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 08586a4 058/112: Add support for AUCTEX/TEX, Stefan Monnier, 2020/03/30