maxpowis / cv

My latex 🧔‍♂️ CV built, thumbnailed, released and published to my GitHub Pages personal website through GitHub actions 🤘
https://max.pow.is/cv
Other
4 stars 3 forks source link

Support parameterised generation of pdf in dark-mode #21

Closed maxpowis closed 1 year ago

maxpowis commented 1 year ago

https://tex.stackexchange.com/questions/1492/passing-parameters-to-a-document

\definecolor{tagbg-blue}{RGB}{120,180,240}
\definecolor{tagbg-green}{RGB}{120,240,180}
\definecolor{tagtxt-blue}{RGB}{0,0,0.1}
\definecolor{tagtxt-green}{RGB}{0,0.1,0}

\definecolor{linkcolor}{rgb}{0.6,0.8,1}

\definecolor{darkergray}{gray}{0.15}
\pagecolor{darkergray}
\color{white}

Dependencies:

maxpowis commented 1 year ago

Issue created at https://github.com/xu-cheng/latex-action/issues/124 to figure out how to add dark mode build to GitHub actions

maxpowis commented 1 year ago

Completed through creation of tex files for dark vs standard version in the github action for release