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

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

[elpa] externals/modus-vivendi-theme 55dad77 052/110: Make bold optional


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 55dad77 052/110: Make bold optional in WINUM and ESHELL prompt
Date: Wed, 29 Apr 2020 21:40:05 -0400 (EDT)

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

    Make bold optional in WINUM and ESHELL prompt
    
    The use of "more bold" constructs is controlled by this customisation
    option (all such options are `nil' by default):
    
        modus-operandi-theme-bold-constructs
        modus-vivendi-theme-bold-constructs
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4cb71b8..dca3f96 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1353,7 +1353,7 @@ AMOUNT is a customisation option."
    `(eshell-ls-special ((,class (:foreground ,magenta :weight bold))))
    `(eshell-ls-symlink ((,class (:foreground ,cyan :underline t))))
    `(eshell-ls-unreadable ((,class (:background ,bg-inactive :foreground 
,fg-inactive))))
-   `(eshell-prompt ((,class (:foreground ,cyan-alt-other :weight bold))))
+   `(eshell-prompt ((,class (:foreground ,cyan-alt-other :weight 
,modus-theme-bold))))
    ;;;; evil-mode
    `(evil-ex-commands ((,class (:foreground ,magenta-alt-other))))
    `(evil-ex-info ((,class (:foreground ,cyan-alt-other))))
@@ -2966,7 +2966,7 @@ AMOUNT is a customisation option."
    `(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))))
+   `(winum-face ((,class (:foreground ,cyan-active :weight 
,modus-theme-bold))))
    ;;;; writegood-mode
    `(writegood-duplicates-face ((,class (:background ,bg-alt :foreground 
,red-alt :underline t))))
    `(writegood-passive-voice-face ((,class (:foreground ,yellow-nuanced 
:underline (:color ,fg-lang-warning :style line)))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0c4605f..8900052 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1353,7 +1353,7 @@ AMOUNT is a customisation option."
    `(eshell-ls-special ((,class (:foreground ,magenta :weight bold))))
    `(eshell-ls-symlink ((,class (:foreground ,cyan :underline t))))
    `(eshell-ls-unreadable ((,class (:background ,bg-inactive :foreground 
,fg-inactive))))
-   `(eshell-prompt ((,class (:foreground ,cyan-alt-other :weight bold))))
+   `(eshell-prompt ((,class (:foreground ,cyan-alt-other :weight 
,modus-theme-bold))))
    ;;;; evil-mode
    `(evil-ex-commands ((,class (:foreground ,magenta-alt-other))))
    `(evil-ex-info ((,class (:foreground ,cyan-alt-other))))
@@ -2966,7 +2966,7 @@ AMOUNT is a customisation option."
    `(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))))
+   `(winum-face ((,class (:foreground ,cyan-active :weight 
,modus-theme-bold))))
    ;;;; writegood-mode
    `(writegood-duplicates-face ((,class (:background ,bg-alt :foreground 
,red-alt :underline t))))
    `(writegood-passive-voice-face ((,class (:foreground ,yellow-nuanced 
:underline (:color ,fg-lang-warning :style line)))))



reply via email to

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