diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-05-23 22:59:25 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-05-23 22:59:25 +0200 |
| commit | 14f093bfee3d0871d9796a0dcaf1648b76010930 (patch) | |
| tree | 83cf2e2d56d2d25a154c76c5bf31146eb03ce3c1 /tests/typ/library/stack.typ | |
| parent | cd25b402816b0b4db0b310e3fff179f2a4fd7751 (diff) | |
A few predefined colors for testing
Diffstat (limited to 'tests/typ/library/stack.typ')
| -rw-r--r-- | tests/typ/library/stack.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/library/stack.typ b/tests/typ/library/stack.typ index c773ec79..d03a95c8 100644 --- a/tests/typ/library/stack.typ +++ b/tests/typ/library/stack.typ @@ -4,6 +4,6 @@ #let rect(width, color) = rect(width: width, height: 1cm, fill: color) #stack( rect(2cm, #2a631a), - rect(3cm, #43a127), - rect(1cm, #9feb52), + rect(3cm, forest), + rect(1cm, conifer), ) |
