aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/color/named.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/color/named.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/data/color/named.lux b/stdlib/source/library/lux/data/color/named.lux
index 43fd25f16..5d6a92463 100644
--- a/stdlib/source/library/lux/data/color/named.lux
+++ b/stdlib/source/library/lux/data/color/named.lux
@@ -8,9 +8,9 @@
(template [<red> <green> <blue> <name>]
[(`` (def: .public <name>
Color
- (//.of_rgb {#//.red (hex <red>)
+ (//.of_rgb [#//.red (hex <red>)
#//.green (hex <green>)
- #//.blue (hex <blue>)})))]
+ #//.blue (hex <blue>)])))]
["F0" "F8" "FF" alice_blue]
["FA" "EB" "D7" antique_white]