Expand and harmonize color sets.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user