Change the fill-column-indicator background to unspecified

Thanks to vpxyz for telling me about the relevant warning. This was
done in issue 219: <https://github.com/protesilaos/modus-themes/issues/219>.
This commit is contained in:
Protesilaos 2026-05-19 13:38:17 +03:00
parent a47ed7af3f
commit c115002430
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 10 additions and 8 deletions

View file

@ -6658,7 +6658,8 @@ Ideas and user feedback
amano-kenji, baconabo, bangedorrunt, bepolymathe, bit9tream, amano-kenji, baconabo, bangedorrunt, bepolymathe, bit9tream,
case-lambda, chainedghost, derek-upham, doolio, fleimgruber, case-lambda, chainedghost, derek-upham, doolio, fleimgruber,
gitrj95, iSeeU, jixiuf, ltmsyvag, okamsn, pedro-nonfree, pRot0ta1p, gitrj95, iSeeU, jixiuf, ltmsyvag, okamsn, pedro-nonfree, pRot0ta1p,
realazy, shimeike, shipmints, soaringbird, tumashu, wakamenod. realazy, shimeike, shipmints, soaringbird, tumashu, vpxyz,
wakamenod.
Packaging Packaging
Basil L. Contovounesios, Eli Zaretskii, Glenn Morris, Mauro Aranda, 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: Issues you can help with281753
Node: Patches require copyright assignment to the FSF283191 Node: Patches require copyright assignment to the FSF283191
Node: Acknowledgements285405 Node: Acknowledgements285405
Node: GNU Free Documentation License290246 Node: GNU Free Documentation License290258
Node: Indices315409 Node: Indices315421
Node: Function index315588 Node: Function index315600
Node: Variable index320197 Node: Variable index320209
Node: Concept index324774 Node: Concept index324786
 
End Tag Table End Tag Table

View file

@ -6435,7 +6435,8 @@ The Modus themes are a collective effort. Every bit of work matters.
amano-kenji, baconabo, bangedorrunt, bepolymathe, bit9tream, amano-kenji, baconabo, bangedorrunt, bepolymathe, bit9tream,
case-lambda, chainedghost, derek-upham, doolio, fleimgruber, case-lambda, chainedghost, derek-upham, doolio, fleimgruber,
gitrj95, iSeeU, jixiuf, ltmsyvag, okamsn, pedro-nonfree, pRot0ta1p, 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, + Packaging :: Basil L.{{{space()}}} Contovounesios, Eli Zaretskii,
Glenn Morris, Mauro Aranda, Richard Stallman, Stefan Kangas (core Glenn Morris, Mauro Aranda, Richard Stallman, Stefan Kangas (core

View file

@ -5069,7 +5069,7 @@ If COLOR is unspecified, then return :box unspecified."
;;;;; display-fill-column-indicator-mode ;;;;; display-fill-column-indicator-mode
`(fill-column-indicator `(fill-column-indicator
((((type tty)) ((((type tty))
:height 1.0 :background nil :foreground ,bg-active) :height 1.0 :background unspecified :foreground ,bg-active)
(,c (,c
:height 1 :background ,bg-active :foreground ,bg-active))) :height 1 :background ,bg-active :foreground ,bg-active)))
;;;;; doom-modeline ;;;;; doom-modeline