[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 5ab6715 006/112: Add support for H
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 5ab6715 006/112: Add support for HIGHLIGHT-NUMBERS (issue #17) |
Date: |
Mon, 30 Mar 2020 15:59:26 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 5ab6715451879216453d0ff161f88fd4397be844
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Add support for HIGHLIGHT-NUMBERS (issue #17)
---
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 aea2218..102b716 100644
--- a/README.org
+++ b/README.org
@@ -246,6 +246,7 @@ the "full support" may not be 100% true…
+ helm-ls-git
+ helm-xref
+ highlight-blocks
++ highlight-numbers
+ hl-fill-column
+ hl-line-mode
+ hydra
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c43636a..ae15e5c 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -136,6 +136,7 @@
;; helm-ls-git
;; helm-xref
;; highlight-blocks
+;; highlight-numbers
;; hl-fill-column
;; hl-line-mode
;; hydra
@@ -1363,6 +1364,8 @@ between foreground and background is >= 7:1)."
`(highlight-blocks-depth-7-face ((,class (:background ,bg-inactive
:foreground ,fg-main))))
`(highlight-blocks-depth-8-face ((,class (:background ,bg-active
:foreground ,fg-main))))
`(highlight-blocks-depth-9-face ((,class (:background ,cyan-subtle-bg
:foreground ,fg-main))))
+ ;;;; highlight-numbers
+ `(highlight-numbers-number ((,class (:foreground ,blue-alt-other))))
;;;; hl-fill-column
`(hl-fill-column-face ((,class (:background ,bg-active :foreground
,fg-active))))
;;;; hydra
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 4db8281..8358f66 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -136,6 +136,7 @@
;; helm-ls-git
;; helm-xref
;; highlight-blocks
+;; highlight-numbers
;; hl-fill-column
;; hl-line-mode
;; hydra
@@ -1363,6 +1364,8 @@ between foreground and background is >= 7:1)."
`(highlight-blocks-depth-7-face ((,class (:background ,bg-inactive
:foreground ,fg-main))))
`(highlight-blocks-depth-8-face ((,class (:background ,bg-active
:foreground ,fg-main))))
`(highlight-blocks-depth-9-face ((,class (:background ,cyan-subtle-bg
:foreground ,fg-main))))
+ ;;;; highlight-numbers
+ `(highlight-numbers-number ((,class (:foreground ,blue-alt-other))))
;;;; hl-fill-column
`(hl-fill-column-face ((,class (:background ,bg-active :foreground
,fg-active))))
;;;; hydra
- [elpa] externals/modus-operandi-theme updated (616300d -> 58836de), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme f923fbe 001/112: Add support for INTERACTION-LOG (issue #16), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme ed04576 005/112: Add support for FLYSPELL-CORRECT (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 5ab6715 006/112: Add support for HIGHLIGHT-NUMBERS (issue #17),
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme b66b7b2 007/112: Add support for VOLATILE-HIGHLIGHTS (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme de1fbdf 003/112: General refinements to built-in DIFF faces, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 0413751 004/112: Add support for BUFFER-EXPOSE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 4ad18ec 008/112: Add support for YAML-MODE (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme af0d20d 011/112: Add support for MULTIPLE-CURSORS (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme dd783f1 002/112: Modus operandi: minor documentation tweak, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 32cfacd 009/112: Add support for SYMBOL-OVERLAY (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 6a605b5 010/112: Add support for HL-TODO (issue #17), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 4d97715 017/112: Internal: fix alphabetic order of some faces, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 83ab771 020/112: Include ELPA in README. Adapt accordingly., Stefan Monnier, 2020/03/30