Paquetage keytheorems : modifier la couleur des points de suite.
Je ne parviens pas à modifier la couleur des points de suite de la liste des théorèmes.
\documentclass{article}
\usepackage{keytheorems}
\newkeytheoremstyle{mystyle}{
tcolorbox={
colback=blue!10,
colframe=blue!75
tcolorbox={ colback=blue!10, colframe=blue!75 }
}
\newkeytheorem{theorem}[style=mystyle,]
\newkeytheorem{theorem}[
style=mystyle,
]
\begin{document}
\begin{theorem}Content of the theorem.\end{theorem}
\listofkeytheorems[%
\listofkeytheorems[
title=Liste des théorèmes,%
théorèmes,
note-code={#1},%
note-code={#1},
format-code=Th.~\numberline{#2}#3%
format-code=Th.~\numberline{#2}#3
]%
]
\end{document}