9 lines
202 B
TeX
9 lines
202 B
TeX
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesPackage{PrimeTeX/Color}[2025-07-09]
|
|
|
|
% Color import and definition
|
|
%#region
|
|
\RequirePackage{xcolor}
|
|
\definecolor{PrimeBlue}{RGB}{192,224,255}%{25,45,145}
|
|
%#endregion
|