Skip to content

Commit

Permalink
Adjust PDF colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Jul 31, 2024
1 parent d311b52 commit 92e728f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions latex/ims-style.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,36 +41,36 @@

% Colors on screen ------------------------------------------------------------

\definecolor{oiB}{HTML}{569BBD} % COL["blue","full"]
\definecolor{oiLB}{HTML}{e3eef4} % lighter version of oiB

\definecolor{oiY}{HTML}{f4dc00} % COL["yellow","full"]
\definecolor{oiLY}{HTML}{fffacd} % lighter version of oiY

\definecolor{oiR}{HTML}{E97583} % COL["red","full"]
\definecolor{oiLR}{HTML}{F3CED4} % lighter version of oiR

\definecolor{oiGray}{HTML}{808080} % COL["gray","full"]
\definecolor{oiLGray}{HTML}{f8f8f8} % lighter version of oiGray

\definecolor{oiGB}{rgb}{0.5,0.5,.5} % from OS4 - for footnotes

% Colors - for print -----------------------------------------------------------

%\definecolor{oiB}{HTML}{000000} % COL["blue","full"]
%\definecolor{oiLB}{HTML}{e0e0e0} % lighter version of oiB
%\definecolor{oiB}{HTML}{569BBD} % COL["blue","full"]
%\definecolor{oiLB}{HTML}{e3eef4} % lighter version of oiB
%
%\definecolor{oiY}{HTML}{000000} % COL["yellow","full"]
%\definecolor{oiLY}{HTML}{e0e0e0} % lighter version of oiY
%\definecolor{oiY}{HTML}{f4dc00} % COL["yellow","full"]
%\definecolor{oiLY}{HTML}{fffacd} % lighter version of oiY
%
%\definecolor{oiR}{HTML}{000000} % COL["red","full"]
%\definecolor{oiLR}{HTML}{e0e0e0} % lighter version of oiR
%\definecolor{oiR}{HTML}{E97583} % COL["red","full"]
%\definecolor{oiLR}{HTML}{F3CED4} % lighter version of oiR
%
%\definecolor{oiGray}{HTML}{808080} % COL["gray","full"]
%\definecolor{oiLGray}{HTML}{f8f8f8} % lighter version of oiR
%\definecolor{oiLGray}{HTML}{f8f8f8} % lighter version of oiGray
%
%\definecolor{oiGB}{rgb}{0.5,0.5,.5} % from OS4 - for footnotes

% Colors - for print -----------------------------------------------------------

\definecolor{oiB}{HTML}{000000} % COL["blue","full"]
\definecolor{oiLB}{HTML}{e0e0e0} % lighter version of oiB

\definecolor{oiY}{HTML}{000000} % COL["yellow","full"]
\definecolor{oiLY}{HTML}{e0e0e0} % lighter version of oiY

\definecolor{oiR}{HTML}{000000} % COL["red","full"]
\definecolor{oiLR}{HTML}{e0e0e0} % lighter version of oiR

\definecolor{oiGray}{HTML}{808080} % COL["gray","full"]
\definecolor{oiLGray}{HTML}{f8f8f8} % lighter version of oiR

\definecolor{oiGB}{rgb}{0.5,0.5,.5} % from OS4 - for footnotes

% Headers

\fancypagestyle{plain}{%
Expand Down

0 comments on commit 92e728f

Please sign in to comment.