aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/color/named.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/data/color/named.lux')
-rw-r--r--stdlib/source/library/lux/data/color/named.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/data/color/named.lux b/stdlib/source/library/lux/data/color/named.lux
index a70309fb7..4e7ab9c1a 100644
--- a/stdlib/source/library/lux/data/color/named.lux
+++ b/stdlib/source/library/lux/data/color/named.lux
@@ -1,6 +1,6 @@
(.using
[library
- [lux (.full)
+ [lux (.except)
[math
[number (.only hex)]]]]
["[0]" // (.only Color)])