Skip to content

Commit d7d651b

Browse files
committed
design: commit the regenerated main.tex with the new palette
The previous commit staged only content/, tools/ and docs/, so the regenerated main.tex was left behind. That published tools/preamble.tex carrying the new palette while main.tex still carried the Santander red - an inconsistent tree, and `npm run check` returns 1 against it, so CI would have failed on that commit. The Fase 0 guard caught the class of error it was built for; it was run before staging rather than after pushing, which is where it needed to be. Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012ubYyHTXGyiRAqPMqeQgJE
1 parent c5cb9aa commit d7d651b

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

main.tex

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,16 @@
2828
\usepackage{tgheros}
2929
\renewcommand{\familydefault}{\sfdefault}
3030

31-
% Color definitions - Santander-inspired palette (red accent, neutral grays)
32-
\definecolor{primaryColor}{HTML}{EC0000} % Santander red
33-
\definecolor{accentColor}{HTML}{EC0000} % Santander red (rules)
34-
\definecolor{accentDark}{HTML}{B30000} % Darker red for links (contrast)
35-
\definecolor{mutedGray}{HTML}{4D4D4D} % Body/secondary text
36-
\definecolor{badgeBg}{HTML}{F5F5F5} % Light gray badge background
37-
\definecolor{boxBg}{HTML}{FAFAFA} % Very light gray box background
31+
% Color definitions - Basalto & Oceano palette, matching the website.
32+
% Deep ocean brand, warm sand accent, basalt neutrals. All pairs verified at
33+
% WCAG AA against the paper background.
34+
\definecolor{primaryColor}{HTML}{0E4F49} % Deep ocean - headings, company names
35+
\definecolor{accentColor}{HTML}{0E4F49} % Section rules
36+
\definecolor{accentDark}{HTML}{0A3B36} % Links (darker for contrast)
37+
\definecolor{accentWarm}{HTML}{8A5A16} % Warm sand - bullets, used sparingly
38+
\definecolor{mutedGray}{HTML}{58635F} % Body/secondary text
39+
\definecolor{badgeBg}{HTML}{F2F4F2} % Badge background
40+
\definecolor{boxBg}{HTML}{FBFBFA} % Page-tone box background
3841

3942
% Page layout
4043
\pagestyle{fancy}
@@ -127,7 +130,7 @@
127130
}
128131

129132
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*,labelsep=1mm,label={},itemsep=0.3mm,topsep=0pt]}
130-
\newcommand{\resumeItemListStart}{\begin{itemize}[leftmargin=*,labelsep=1mm,itemsep=0.3mm,label=\textcolor{primaryColor}{\textbullet}]}
133+
\newcommand{\resumeItemListStart}{\begin{itemize}[leftmargin=*,labelsep=1mm,itemsep=0.3mm,label=\textcolor{accentWarm}{\textbullet}]}
131134
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}\vspace{1mm}}
132135
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-2mm}}
133136

0 commit comments

Comments
 (0)