Lots of stuff.

This commit is contained in:
2025-09-24 17:02:24 -05:00
parent d781100822
commit f8bae5a800
11 changed files with 206 additions and 53 deletions

View File

@@ -141,9 +141,18 @@
\colorlet{boxoutFGColor}{PrimeLightBlue}
% Warning Box colors.
\colorlet{dangerBGColor}{PrimeDarkRed}
\colorlet{dangerFGColor}{PrimeRed}
\colorlet{warningBGColor}{PrimeDarkOrange}
\colorlet{warningFGColor}{PrimeOrange}
\colorlet{infoBGColor}{PrimeDarkYellow}
\colorlet{infoFGColor}{PrimeYellow}
\colorlet{tipBGColor}{PrimeDarkMint}
\colorlet{tipFGColor}{PrimeMint}
% Layout preview frame color.
\colorlet{layoutColor}{PrimeGray}
} {
@@ -165,9 +174,18 @@
\colorlet{boxoutFGColor}{PrimeBlue}
% Warning Box colors.
\colorlet{dangerBGColor}{PrimePastelRed}
\colorlet{dangerFGColor}{PrimeBrightRed}
\colorlet{warningBGColor}{PrimePastelOrange}
\colorlet{warningFGColor}{PrimeBrightOrange}
\colorlet{infoBGColor}{PrimePastelYellow}
\colorlet{infoFGColor}{PrimeBrightYellow}
\colorlet{tipBGColor}{PrimePastelMint}
\colorlet{tipFGColor}{PrimeBrightMint}
% Layout preview frame color.
\colorlet{layoutColor}{PrimePaleBlue}
}