about summary refs log tree commit diff stats
path: root/yolk.colors.sld
diff options
context:
space:
mode:
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"))