Expand and harmonize color sets.

This commit is contained in:
2025-08-29 12:56:36 -05:00
parent 9147415df7
commit fc3e8e2575
9 changed files with 188 additions and 71 deletions

View File

@@ -1,9 +1,6 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{PrimeTeX/packages/Marginalia}[2025-07-09]
% Marginalia formatting.
\colorlet{marginTextColor}{PrimeBlue}
% Allow hyphenation in narrow margin paragraphs.
\RequirePackage{ragged2e}
@@ -20,8 +17,8 @@
- \textheight
},
yshift = {7pt}, % Just a magic number that lines up margin notes with their reference.
style recto outer = {\RaggedRight\small\color{marginTextColor}},
style verso outer = {\RaggedLeft\small\color{marginTextColor}},
style recto outer = {\RaggedRight\small\color{marginText}},
style verso outer = {\RaggedLeft\small\color{marginText}},
}
% Put a glossary definition in a margin paragraph.