- Rename PrimeBright color set to PrimeMedium to get rid of oxymoronic PrimeBrightGray color.
- Add higher-contrast gray text color. - Fix the star argument for \CenterFig. - Add argument to \BigFig for keyvals passed to \includegraphics. - Adjust \InlineGraphic offset. - Adjust paragraph and line spacing.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
}
|
||||
|
||||
% Lightness ≈ 49%
|
||||
\definecolorset{HTML}{PrimeBright}{}{%
|
||||
\definecolorset{HTML}{PrimeMedium}{}{%
|
||||
Gray, 717588;% #717588
|
||||
Yellow, d4b725;% #d4b725
|
||||
Lime, 9ad425;% #9ad425
|
||||
@@ -133,7 +133,8 @@
|
||||
|
||||
\colorlet{linkColor}{PrimeLightBlue}
|
||||
|
||||
\colorlet{grayTextColor}{PrimeGray}
|
||||
\colorlet{textDullGrayColor}{PrimeGray}
|
||||
\colorlet{textGrayColor}{PrimeMediumGray}
|
||||
|
||||
% Banded table rows.
|
||||
\colorlet{bandedRowColor}{PrimeGray}
|
||||
@@ -175,7 +176,8 @@
|
||||
|
||||
\colorlet{linkColor}{PrimeBlue}
|
||||
|
||||
\colorlet{grayTextColor}{PrimeLightGray}
|
||||
\colorlet{textDullGrayColor}{PrimeLightGray}
|
||||
\colorlet{textGrayColor}{PrimeGray}
|
||||
|
||||
% Banded table rows.
|
||||
\colorlet{bandedRowColor}{PrimePaleGray}
|
||||
@@ -186,16 +188,16 @@
|
||||
|
||||
% Warning Box colors.
|
||||
\colorlet{dangerBGColor}{PrimePastelRed}
|
||||
\colorlet{dangerFGColor}{PrimeBrightRed}
|
||||
\colorlet{dangerFGColor}{PrimeMediumRed}
|
||||
|
||||
\colorlet{warningBGColor}{PrimePastelOrange}
|
||||
\colorlet{warningFGColor}{PrimeBrightOrange}
|
||||
\colorlet{warningFGColor}{PrimeMediumOrange}
|
||||
|
||||
\colorlet{infoBGColor}{PrimePastelYellow}
|
||||
\colorlet{infoFGColor}{PrimeBrightYellow}
|
||||
\colorlet{infoFGColor}{PrimeMediumYellow}
|
||||
|
||||
\colorlet{tipBGColor}{PrimePastelMint}
|
||||
\colorlet{tipFGColor}{PrimeBrightMint}
|
||||
\colorlet{tipFGColor}{PrimeMediumMint}
|
||||
|
||||
% Layout preview frame color.
|
||||
\colorlet{layoutColor}{PrimePaleBlue}
|
||||
@@ -215,7 +217,7 @@
|
||||
|
||||
\NewDocumentCommand{\ColorText}{
|
||||
O{PrimeBlue}
|
||||
O{PrimeBrightBlue}
|
||||
O{PrimeMediumBlue}
|
||||
O{}
|
||||
+m
|
||||
}{
|
||||
|
||||
Reference in New Issue
Block a user