diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-15 15:48:00 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-15 15:48:00 -0300 |
commit | 80fc2421c1d3bc9f2b60cd8594787f74ec3ce733 (patch) | |
tree | ce4b15b26edc6cee9be73580048ab40423d3fc16 /cv-template.tex | |
parent | d8b0d6e6f4225fe1f522e63a980fa80e8e850a1a (diff) | |
download | cv-80fc2421c1d3bc9f2b60cd8594787f74ec3ce733.tar.gz |
Diffstat (limited to 'cv-template.tex')
-rw-r--r-- | cv-template.tex | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cv-template.tex b/cv-template.tex index b10f66c..f518f9b 100644 --- a/cv-template.tex +++ b/cv-template.tex @@ -3,23 +3,23 @@ \usepackage[T1]{fontenc} \usepackage{palatino} -\input{solarized.tex} +\input{selenized.tex} -\pagecolor{sbase3} -\color{sbase01} +\pagecolor{bg0} +\color{fg0} \pagestyle{empty} \setlength{\parskip}{1ex} -\newcommand{\cvcompanycolor}{\color{sred}} -\newcommand{\cvprofessiontitlecolor}{\color{sbase02}} -\newcommand{\cvsectioncolor}{\color{sbase03}} -\newcommand{\cvtimeintervalcolor}{\color{sbase03}} -\newcommand{\cvitemcolor}{\color{sbase03}} -\newcommand{\cvnamecolor}{\color{sred}} -\newcommand{\cvrulecolor}{\color{sbase03}} -\newcommand{\cvemphcolor}{\color{sorange}} +\newcommand{\cvcompanycolor}{\color{brblue}} +\newcommand{\cvprofessiontitlecolor}{\color{fg1}} +\newcommand{\cvsectioncolor}{\color{fg1}} +\newcommand{\cvtimeintervalcolor}{\color{fg0}} +\newcommand{\cvitemcolor}{\color{fg1}} +\newcommand{\cvnamecolor}{\color{brblue}} +\newcommand{\cvrulecolor}{\color{fg1}} +\newcommand{\cvemphcolor}{\color{brblue}} -\hypersetup{colorlinks=true,linkcolor=sblue,urlcolor=sblue} +\hypersetup{colorlinks=true,linkcolor=brviolet,urlcolor=brviolet} \newcommand{\cvemph}[1]{\emph{\cvemphcolor#1}} \newcommand{\cvhref}[2]{#2\footnote{#2 --- \href{#1}{#1}}} |