From 2c6a20aa91778ffa089517ad099b067658967d0d Mon Sep 17 00:00:00 2001 From: Joshua Lucas Date: Mon, 14 Jul 2025 17:04:56 -0500 Subject: [PATCH] - Temporarily redefine PrimeBlue for dark mode. - Wrap some long lines. --- Color.sty | 2 +- Graphics.sty | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Color.sty b/Color.sty index 34f3993..41e5be2 100644 --- a/Color.sty +++ b/Color.sty @@ -4,5 +4,5 @@ % Color import and definition %#region \RequirePackage{xcolor} - \definecolor{PrimeBlue}{RGB}{25,45,145} + \definecolor{PrimeBlue}{RGB}{192,224,255}%{25,45,145} %#endregion diff --git a/Graphics.sty b/Graphics.sty index 41611fc..025b2e8 100644 --- a/Graphics.sty +++ b/Graphics.sty @@ -21,7 +21,11 @@ \end{figure}% } \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]{% \bigfloat[#1]{figure}{htp}{%