- Temporarily redefine PrimeBlue for dark mode.

- Wrap some long lines.
This commit is contained in:
2025-07-14 17:04:56 -05:00
parent 1f684fd0dd
commit 2c6a20aa91
2 changed files with 6 additions and 2 deletions

View File

@@ -4,5 +4,5 @@
% Color import and definition % Color import and definition
%#region %#region
\RequirePackage{xcolor} \RequirePackage{xcolor}
\definecolor{PrimeBlue}{RGB}{25,45,145} \definecolor{PrimeBlue}{RGB}{192,224,255}%{25,45,145}
%#endregion %#endregion

View File

@@ -21,7 +21,11 @@
\end{figure}% \end{figure}%
} }
\newcommand{\centerfig}[3]{\cfig{#1}{#2}{#3}{\includegraphics}} \newcommand{\centerfig}[3]{\cfig{#1}{#2}{#3}{\includegraphics}}
\newcommand{\centerfigw}[4][\textwidth]{\cfig{#2}{#3}{#4}{\includegraphics[keepaspectratio,width=#1]}} \newcommand{\centerfigw}[4][\textwidth]{
\cfig{#2}{#3}{#4}{
\includegraphics[keepaspectratio,width=#1]
}
}
\newcommand{\bigfig}[4][\twoscreenshotmaxwidth]{% \newcommand{\bigfig}[4][\twoscreenshotmaxwidth]{%
\bigfloat[#1]{figure}{htp}{% \bigfloat[#1]{figure}{htp}{%