Skip to content

Commit fab316e

Browse files
Fix OCaml and ReasonML ribbon colors (#257)
* Revert accidental ocaml ribbon color change. * Use actual ReasonML ribbon color.
1 parent 7de90c7 commit fab316e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cover/ribbon-ocaml.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
\coordinate (B) at ($ (current page.south east) + (0,\stripskip) $);% <-- changed coordinate from 'north' to south' and sign for \stripskip
1818
\coordinate (B') at ($(B) + (0,\stripwidth) $);% <-- changed sign for \stripskip
1919

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

2222
\coordinate (tempA) at ($(A)!.5!(A')$);
2323
\coordinate (tempB) at ($(B)!.5!(B')$);

src/cover/ribbon-reason.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\newcommand{\stripskip}{4}
44
\newcommand{\stripwidth}{3}
55

6-
\definecolor{RedOrange}{rgb}{0.8, 0.33, 0.0}
6+
\definecolor{RedOrange}{rgb}{0.86, 0.30, 0.25}
77

88
\begin{tikzpicture}[
99
overlay,

0 commit comments

Comments
 (0)