[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes d07b696c7b 2/2: Make 'olivetti-fringe' vis
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes d07b696c7b 2/2: Make 'olivetti-fringe' visible when needed |
Date: |
Wed, 13 Dec 2023 04:05:11 -0500 (EST) |
branch: externals/modus-themes
commit d07b696c7b6895be17fa812b1d150fa45a0bca07
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Make 'olivetti-fringe' visible when needed
This is subject to the user option 'olivetty-style', which can be set
to the value of 'fancy' to produce a page-like effect.
Thanks to Dhavan Vaidya and Gautier Ponsinet for bringing this matter
to my
<attention:https://lists.sr.ht/~protesilaos/modus-themes/%3Cm2a5qzpi3y.fsf%40muon.local.mail-host-address-is-not-set%3E>
.
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 6cdbcd86c0..b704dfc6c9 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3174,7 +3174,7 @@ FG and BG are the main colors."
`(nxml-ref ((,c :inherit (shadow modus-themes-bold))))
`(rng-error ((,c :inherit error)))
;;;;; olivetti
- `(olivetti-fringe ((,c :background ,bg-main)))
+ `(olivetti-fringe ((,c :background ,fringe)))
;;;;; orderless
`(orderless-match-face-0 ((,c :inherit modus-themes-completion-match-0)))
`(orderless-match-face-1 ((,c :inherit modus-themes-completion-match-1)))