From c1150024306840c7dfca9aa0c6b2ad19bd5f9ff7 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Tue, 19 May 2026 13:38:17 +0300 Subject: [PATCH] Change the fill-column-indicator background to unspecified Thanks to vpxyz for telling me about the relevant warning. This was done in issue 219: . --- doc/modus-themes.info | 13 +++++++------ doc/modus-themes.org | 3 ++- modus-themes.el | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/modus-themes.info b/doc/modus-themes.info index 543d231..5f2a66a 100644 --- a/doc/modus-themes.info +++ b/doc/modus-themes.info @@ -6658,7 +6658,8 @@ Ideas and user feedback amano-kenji, baconabo, bangedorrunt, bepolymathe, bit9tream, case-lambda, chainedghost, derek-upham, doolio, fleimgruber, gitrj95, iSeeU, jixiuf, ltmsyvag, okamsn, pedro-nonfree, pRot0ta1p, - realazy, shimeike, shipmints, soaringbird, tumashu, wakamenod. + realazy, shimeike, shipmints, soaringbird, tumashu, vpxyz, + wakamenod. Packaging Basil L. Contovounesios, Eli Zaretskii, Glenn Morris, Mauro Aranda, @@ -7506,11 +7507,11 @@ Node: Sources of the themes281012 Node: Issues you can help with281753 Node: Patches require copyright assignment to the FSF283191 Node: Acknowledgements285405 -Node: GNU Free Documentation License290246 -Node: Indices315409 -Node: Function index315588 -Node: Variable index320197 -Node: Concept index324774 +Node: GNU Free Documentation License290258 +Node: Indices315421 +Node: Function index315600 +Node: Variable index320209 +Node: Concept index324786  End Tag Table diff --git a/doc/modus-themes.org b/doc/modus-themes.org index 3d83309..d5ec840 100644 --- a/doc/modus-themes.org +++ b/doc/modus-themes.org @@ -6435,7 +6435,8 @@ The Modus themes are a collective effort. Every bit of work matters. amano-kenji, baconabo, bangedorrunt, bepolymathe, bit9tream, case-lambda, chainedghost, derek-upham, doolio, fleimgruber, gitrj95, iSeeU, jixiuf, ltmsyvag, okamsn, pedro-nonfree, pRot0ta1p, - realazy, shimeike, shipmints, soaringbird, tumashu, wakamenod. + realazy, shimeike, shipmints, soaringbird, tumashu, vpxyz, + wakamenod. + Packaging :: Basil L.{{{space()}}} Contovounesios, Eli Zaretskii, Glenn Morris, Mauro Aranda, Richard Stallman, Stefan Kangas (core diff --git a/modus-themes.el b/modus-themes.el index dbe3748..411d4e9 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -5069,7 +5069,7 @@ If COLOR is unspecified, then return :box unspecified." ;;;;; display-fill-column-indicator-mode `(fill-column-indicator ((((type tty)) - :height 1.0 :background nil :foreground ,bg-active) + :height 1.0 :background unspecified :foreground ,bg-active) (,c :height 1 :background ,bg-active :foreground ,bg-active))) ;;;;; doom-modeline