forked from HEL/circuiteria
added blue color
This commit is contained in:
parent
9e4767663e
commit
c01e33cab4
BIN
manual.pdf
BIN
manual.pdf
Binary file not shown.
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user