Skip to content

Commit

Permalink
Fix OCaml and ReasonML ribbon colors (#257)
Browse files Browse the repository at this point in the history
* Revert accidental ocaml ribbon color change.

* Use actual ReasonML ribbon color.
  • Loading branch information
fhammerschmidt authored Oct 24, 2020
1 parent 7de90c7 commit fab316e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cover/ribbon-ocaml.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
\coordinate (B) at ($ (current page.south east) + (0,\stripskip) $);% <-- changed coordinate from 'north' to south' and sign for \stripskip
\coordinate (B') at ($(B) + (0,\stripwidth) $);% <-- changed sign for \stripskip

\fill [RedOrange!20] (A) -- (A') -- (B') -- (B) -- cycle;
\fill [BurntOrange!20] (A) -- (A') -- (B') -- (B) -- cycle;

\coordinate (tempA) at ($(A)!.5!(A')$);
\coordinate (tempB) at ($(B)!.5!(B')$);
Expand Down
2 changes: 1 addition & 1 deletion src/cover/ribbon-reason.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\newcommand{\stripskip}{4}
\newcommand{\stripwidth}{3}

\definecolor{RedOrange}{rgb}{0.8, 0.33, 0.0}
\definecolor{RedOrange}{rgb}{0.86, 0.30, 0.25}

\begin{tikzpicture}[
overlay,
Expand Down

0 comments on commit fab316e

Please sign in to comment.