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

[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



reply via email to

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