From 5ef7d7b960030ade4d2153d06bee36706d50d6c6 Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 24 Jan 2025 09:27:10 -0800 Subject: [PATCH] Added `oorange` color --- lib/typst/local/handout/0.1.0/handout.typ | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/typst/local/handout/0.1.0/handout.typ b/lib/typst/local/handout/0.1.0/handout.typ index f35cebd..bb5709a 100755 --- a/lib/typst/local/handout/0.1.0/handout.typ +++ b/lib/typst/local/handout/0.1.0/handout.typ @@ -22,6 +22,7 @@ // Colors #let ored = rgb("D62121") +#let oorange = rgb("#ffaa3b") #let ogrape = rgb("9C36B5") #let ocyan = rgb("2288BF") #let oteal = rgb("12B886")