From a646ef51242ae8425fd7c31964fe395dde305714 Mon Sep 17 00:00:00 2001 From: vasilcovsky Date: Thu, 16 Sep 2021 12:02:48 -0400 Subject: [PATCH] Fix names of turquoise colors --- html.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html.go b/html.go index 5f5d768..23430c6 100644 --- a/html.go +++ b/html.go @@ -234,7 +234,7 @@ var colorStyles = []string{ "olive", "rebeccapurple", "darkmagenta", - "darkturqoise", + "darkturquoise", "lightsteelblue", "gray", "orangered", @@ -242,7 +242,7 @@ var colorStyles = []string{ "gold", "royalblue", "orchid", - "turqoise", + "turquoise", "white", }