- Tweak code colors.

- Debug CrossRef.
This commit is contained in:
2025-09-30 16:22:14 -05:00
parent 9d072c8191
commit 616c521c38
2 changed files with 35 additions and 23 deletions

View File

@@ -158,9 +158,9 @@
% Code snippet syntax highlighting colors.
\colorlet{codeKeywordColor}{PrimeLightBlue}
\colorlet{codeOperatorColor}{PrimeLightOrange}
\colorlet{codeOperatorColor}{PrimeLightPink}
\colorlet{codeCommentColor}{PrimeLightMint}
\colorlet{codeNumberColor}{PrimeLightPink}
\colorlet{codeNumberColor}{textColor}
\colorlet{codeStringColor}{PrimeLightLime}
} {
% Page and text colors.
@@ -197,11 +197,11 @@
\colorlet{layoutColor}{PrimePaleBlue}
% Code snippet syntax highlighting colors.
\colorlet{codeKeywordColor}{PrimeDarkBlue}
\colorlet{codeOperatorColor}{PrimeDarkOrange}
\colorlet{codeCommentColor}{PrimeDarkMint}
\colorlet{codeNumberColor}{PrimeDarkPink}
\colorlet{codeStringColor}{PrimeDarkLime}
\colorlet{codeKeywordColor}{PrimeBlue}
\colorlet{codeOperatorColor}{PrimePink}
\colorlet{codeCommentColor}{PrimeMint}
\colorlet{codeNumberColor}{textColor}
\colorlet{codeStringColor}{PrimeLime}
}
\pagecolor{pageColor}