From f46e0536330e5b5bfd008169e2655d4f04654306 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Mon, 23 Nov 2015 19:04:09 +1100 Subject: [PATCH] Darken MAXScript's language colour Rake's tests are failing because #0AA is too similar to the colour being used by another language (Dart: #00B4AB). This commit increases contrast enough to satisfy the build (with 00A6A6 being the closest shade allowed by the current colour threshold). See also: github/linguist@3c96f9e --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 45f618de..e41f3868 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1958,7 +1958,7 @@ M: MAXScript: type: programming - color: "#00aaaa" + color: "#00a6a6" extensions: - .ms - .mcr