Skip to content

Instantly share code, notes, and snippets.

@chomy
Created August 3, 2023 07:49
Show Gist options
  • Save chomy/8f25defdde8271ffcb070b55c17f3f2c to your computer and use it in GitHub Desktop.
Save chomy/8f25defdde8271ffcb070b55c17f3f2c to your computer and use it in GitHub Desktop.
Universal color definition for LaTeX
% Define color for universal design
% https://jfly.uni-koeln.de/colorset/
\definecolor{red}{cmyk}{0, .75, .90, 0}
\definecolor{yellow}{cmyk}{0, 0, 1, 0}
\definecolor{green}{cmyk}{.75, 0, .65, 0}
\definecolor{blue}{cmyk}{1, .45, 0, 0}
\definecolor{skyblue}{cmyk}{.55, 0, 0, 0}
\definecolor{pink}{cmyk}{0, .55, .35, 0}
\definecolor{orange}{cmyk}{0, .45, 1, 0}
\definecolor{purple}{cmyk}{.30, .95, 0, 0}
\definecolor{brown}{cmyk}{.55, .90, 1, 0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment