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

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

[elpa] externals/modus-operandi-theme 7253615 094/112: Add support for D


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 7253615 094/112: Add support for DYNAMIC-RULER
Date: Mon, 30 Mar 2020 15:59:46 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 7253615a0eae93049f847c4105e7d1a2eca69189
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for DYNAMIC-RULER
---
 README.org              | 1 +
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 05cd8c1..5eb59d8 100644
--- a/README.org
+++ b/README.org
@@ -229,6 +229,7 @@ the "full support" may not be 100% true…
 + diredfl
 + disk-usage
 + doom-modeline
++ dynamic-ruler
 + easy-jekyll
 + easy-kill
 + ediff
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 9122861..409295d 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -106,6 +106,7 @@
 ;;     diredfl
 ;;     disk-usage
 ;;     doom-modeline
+;;     dynamic-ruler
 ;;     easy-jekyll
 ;;     easy-kill
 ;;     ediff
@@ -1104,6 +1105,9 @@ between foreground and background is >= 7:1)."
    `(doom-modeline-unread-number ((,class (:foreground ,fg-active :slant 
italic))))
    `(doom-modeline-urgent ((,class (:foreground ,red-active :weight bold 
:underline t))))
    `(doom-modeline-warning ((,class (:foreground ,yellow-active :weight 
bold))))
+   ;;;; dynamic-ruler
+   `(dynamic-ruler-negative-face ((,class (:inherit 
modus-theme-intense-neutral))))
+   `(dynamic-ruler-positive-face ((,class (:inherit 
modus-theme-intense-yellow))))
    ;;;; easy-jekyll
    `(easy-jekyll-help-face ((,class (:background ,bg-dim :foreground 
,cyan-alt-other))))
    ;;;; easy-kill
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 63b7e3e..423cf01 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -106,6 +106,7 @@
 ;;     diredfl
 ;;     disk-usage
 ;;     doom-modeline
+;;     dynamic-ruler
 ;;     easy-jekyll
 ;;     easy-kill
 ;;     ediff
@@ -1104,6 +1105,9 @@ between foreground and background is >= 7:1)."
    `(doom-modeline-unread-number ((,class (:foreground ,fg-active :slant 
italic))))
    `(doom-modeline-urgent ((,class (:foreground ,red-active :weight bold))))
    `(doom-modeline-warning ((,class (:foreground ,yellow-active :weight 
bold))))
+   ;;;; dynamic-ruler
+   `(dynamic-ruler-negative-face ((,class (:inherit 
modus-theme-intense-neutral))))
+   `(dynamic-ruler-positive-face ((,class (:inherit 
modus-theme-intense-yellow))))
    ;;;; easy-jekyll
    `(easy-jekyll-help-face ((,class (:background ,bg-dim :foreground 
,cyan-alt-other))))
    ;;;; easy-kill



reply via email to

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