mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
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:
@@ -1958,7 +1958,7 @@ M:
|
||||
|
||||
MAXScript:
|
||||
type: programming
|
||||
color: "#00aaaa"
|
||||
color: "#00a6a6"
|
||||
extensions:
|
||||
- .ms
|
||||
- .mcr
|
||||
|
||||
Reference in New Issue
Block a user