about summary refs log tree commit diff stats
path: root/yolk.colors.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-05-28 21:47:09 -0500
committerCase Duckworth2023-05-28 21:47:09 -0500
commit82a6e29eaad2944eb2e1a2213a9bce17e896add4 (patch)
treeebedbf6e65bb222d2ce76b491cccb51eca479d00 /yolk.colors.sld
downloadyolk-82a6e29eaad2944eb2e1a2213a9bce17e896add4.tar.gz
yolk-82a6e29eaad2944eb2e1a2213a9bce17e896add4.zip
initial commit
Diffstat (limited to 'yolk.colors.sld')
-rw-r--r--yolk.colors.sld7
1 files changed, 7 insertions, 0 deletions
diff --git a/yolk.colors.sld b/yolk.colors.sld new file mode 100644 index 0000000..44d7593 --- /dev/null +++ b/yolk.colors.sld
@@ -0,0 +1,7 @@
1(define-library (yolk colors)
2 (export colors-reset
3 color?
4 colors
5 with-colors)
6
7 (include "yolk.colors.ss"))