added blue color

This commit is contained in:
Louis Heredero 2024-05-17 16:58:40 +02:00
parent 9e4767663e
commit c01e33cab4
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
/// Predefined color palette /// Predefined color palette
/// #let w = 5 /// #let w = 4
/// #box(width: 100%, align(center)[ /// #box(width: 100%, align(center)[
/// #canvas(length: 2em, { /// #canvas(length: 2em, {
/// for (i, color) in util.colors.pairs().enumerate() { /// for (i, color) in util.colors.pairs().enumerate() {
@ -15,7 +15,8 @@
yellow: rgb(250, 225, 127), yellow: rgb(250, 225, 127),
green: rgb(127, 200, 172), green: rgb(127, 200, 172),
pink: rgb(236, 127, 178), pink: rgb(236, 127, 178),
purple: rgb(189, 151, 255) purple: rgb(189, 151, 255),
blue: rgb(127, 203, 235)
) )
/// Pads a string on the left with 0s to the given length /// Pads a string on the left with 0s to the given length