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

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

[elpa] externals/modus-vivendi-theme 5767a3d 037/110: Add support for WI


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 5767a3d 037/110: Add support for WINUM
Date: Wed, 29 Apr 2020 21:40:02 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 5767a3df0b18da550cfc908a2d0ca4d492dfd677
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for WINUM
---
 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 e84d60a..6b0a172 100644
--- a/README.org
+++ b/README.org
@@ -449,6 +449,7 @@ the "full support" may not be 100% true…
 + which-key
 + whitespace-mode
 + window-divider-mode
++ winum
 + writegood-mode
 + xah-elisp-mode
 + xref
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4e61303..0757a9d 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -271,6 +271,7 @@
 ;;     which-key
 ;;     whitespace-mode
 ;;     window-divider-mode
+;;     winum
 ;;     writegood-mode
 ;;     xah-elisp-mode
 ;;     xref
@@ -2919,6 +2920,8 @@ AMOUNT is a customisation option."
    `(window-divider ((,class (:foreground ,fg-window-divider-inner))))
    `(window-divider-first-pixel ((,class (:foreground 
,fg-window-divider-outer))))
    `(window-divider-last-pixel ((,class (:foreground 
,fg-window-divider-outer))))
+   ;;;; winum
+   `(winum-face ((,class (:foreground ,cyan-active :weight bold))))
    ;;;; writegood-mode
    `(writegood-duplicates-face ((,class (:background ,bg-alt :foreground 
,red-alt-other :underline t))))
    `(writegood-passive-voice-face ((,class (:background ,bg-alt :foreground 
,cyan-alt-other :underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ae78204..9239bc2 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -271,6 +271,7 @@
 ;;     which-key
 ;;     whitespace-mode
 ;;     window-divider-mode
+;;     winum
 ;;     writegood-mode
 ;;     xah-elisp-mode
 ;;     xref
@@ -2919,6 +2920,8 @@ AMOUNT is a customisation option."
    `(window-divider ((,class (:foreground ,fg-window-divider-inner))))
    `(window-divider-first-pixel ((,class (:foreground 
,fg-window-divider-outer))))
    `(window-divider-last-pixel ((,class (:foreground 
,fg-window-divider-outer))))
+   ;;;; winum
+   `(winum-face ((,class (:foreground ,cyan-active :weight bold))))
    ;;;; writegood-mode
    `(writegood-duplicates-face ((,class (:background ,bg-alt :foreground 
,red-alt-other :underline t))))
    `(writegood-passive-voice-face ((,class (:background ,bg-alt :foreground 
,cyan-alt-other :underline t))))



reply via email to

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