- Change underscores in file names to hyphens.

- Make color names clearer.
- Clean up commonincludes.
This commit is contained in:
2025-09-15 17:00:34 -05:00
parent 029916b8d6
commit 5e578de497
22 changed files with 70 additions and 62 deletions

View File

@@ -122,58 +122,58 @@
\ifthenelse{\boolean{isDarkMode}\AND\boolean{isElectronic}}{
% Page and text colors.
\colorlet{page}{PrimeDarkGray}
\colorlet{text}{PrimePastelGray}
\colorlet{pageColor}{PrimeDarkGray}
\colorlet{textColor}{PrimePastelGray}
\colorlet{caption}{PrimePastelBlue}
\colorlet{captionColor}{PrimePastelBlue}
\colorlet{marginText}{PrimePastelBlue}
\colorlet{marginTextColor}{PrimePastelBlue}
\colorlet{link}{PrimeLightBlue}
\colorlet{linkColor}{PrimeLightBlue}
% Banded table rows.
\colorlet{bandedRow}{PrimeGray}
\colorlet{bandedRowColor}{PrimeGray}
% Boxout colors.
\colorlet{boxoutBG}{PrimeDarkBlue}
\colorlet{boxoutFG}{PrimeLightBlue}
\colorlet{boxoutBGColor}{PrimeDarkBlue}
\colorlet{boxoutFGColor}{PrimeLightBlue}
% Warning Box colors.
\colorlet{warningBG}{PrimeDarkOrange}
\colorlet{warningFG}{PrimeOrange}
\colorlet{warningBGColor}{PrimeDarkOrange}
\colorlet{warningFGColor}{PrimeOrange}
% Layout preview frame color.
\colorlet{layout}{PrimeGray}
\colorlet{layoutColor}{PrimeGray}
}{
% Page and text colors.
\colorlet{page}{white}
\colorlet{text}{black}
\colorlet{pageColor}{white}
\colorlet{textColor}{black}
\colorlet{caption}{PrimeDarkBlue}
\colorlet{captionColor}{PrimeDarkBlue}
\colorlet{marginText}{PrimeDarkBlue}
\colorlet{marginTextColor}{PrimeDarkBlue}
\colorlet{link}{PrimeBlue}
\colorlet{linkColor}{PrimeBlue}
% Banded table rows.
\colorlet{bandedRow}{PrimePaleGray}
\colorlet{bandedRowColor}{PrimePaleGray}
% Boxout colors.
\colorlet{boxoutBG}{PrimePaleBlue}
\colorlet{boxoutFG}{PrimeBlue}
\colorlet{boxoutBGColor}{PrimePaleBlue}
\colorlet{boxoutFGColor}{PrimeBlue}
% Warning Box colors.
\colorlet{warningBG}{PrimePastelOrange}
\colorlet{warningFG}{PrimeBrightOrange}
\colorlet{warningBGColor}{PrimePastelOrange}
\colorlet{warningFGColor}{PrimeBrightOrange}
% Layout preview frame color.
\colorlet{layout}{PrimePaleBlue}
\colorlet{layoutColor}{PrimePaleBlue}
}
\pagecolor{page}
\color{text}
\pagecolor{pageColor}
\color{textColor}
\colorlet{boxedcoloroutline}{text}
\colorlet{boxedcoloroutline}{textColor}
\NewDocumentCommand{\boxedcolor}{
% #1: Text inside box.