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
This commit is contained in:
Alhadis
2015-11-23 19:04:09 +11:00
parent d2e739ba8c
commit f46e053633

View File

@@ -1958,7 +1958,7 @@ M:
MAXScript: MAXScript:
type: programming type: programming
color: "#00aaaa" color: "#00a6a6"
extensions: extensions:
- .ms - .ms
- .mcr - .mcr