- Change underscores in file names to hyphens.
- Make color names clearer. - Clean up commonincludes.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user