summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/whatsnote/whats-theorem-module.code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/whatsnote/whats-theorem-module.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/whatsnote/whats-theorem-module.code.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/whatsnote/whats-theorem-module.code.tex b/Master/texmf-dist/tex/latex/whatsnote/whats-theorem-module.code.tex
index fcde4a0aded..04a7b8fa783 100644
--- a/Master/texmf-dist/tex/latex/whatsnote/whats-theorem-module.code.tex
+++ b/Master/texmf-dist/tex/latex/whatsnote/whats-theorem-module.code.tex
@@ -1,7 +1,7 @@
\whatsnote_provide_module:n { theorem }
\RequirePackage
- { mathtools, amssymb, amsthm, cancel, extarrows,
+ { mathtools, amssymb, keytheorems, cancel, extarrows,
nicematrix, siunitx, physics2, fixdif, derivative }
\newtheorem{theorem}{Theorem}
@@ -19,17 +19,17 @@
{ \ensuremath { \mathcolor { gray } { \blacksquare } } }
\newtheorem { problem }
{
- \sffamily\scshape \color { DarkGreen }
+ \sffamily\scshape \color { DarkGreen \l__whats_darkmode_fading_tl }
\faIcon { pen-square }~Problem
} [ chapter ]
\newtheorem* { solution }
{
- \sffamily\scshape \color { MidnightBlue }
+ \sffamily\scshape \color { MidnightBlue \l__whats_darkmode_fading_tl }
\faIcon { check-square }~Solution
}
\newtheorem* { scratchwork }
{
- \sffamily\scshape \color { MidnightBlue }
+ \sffamily\scshape \color { MidnightBlue \l__whats_darkmode_fading_tl }
\faIcon { eraser }~Scratch~Work
}
\RequirePackage{comment}