Merge pull request #1135 from github/js-colour-update

Updating JS colour to be a little softer
This commit is contained in:
Arfon Smith
2014-04-26 19:57:49 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -985,7 +985,7 @@ Java Server Pages:
JavaScript:
type: programming
ace_mode: javascript
color: "#f7df1e"
color: "#f1e05a"
aliases:
- js
- node

View File

@@ -323,7 +323,7 @@ class TestLanguage < Test::Unit::TestCase
def test_color
assert_equal '#701516', Language['Ruby'].color
assert_equal '#3581ba', Language['Python'].color
assert_equal '#f7df1e', Language['JavaScript'].color
assert_equal '#f1e05a', Language['JavaScript'].color
assert_equal '#31859c', Language['TypeScript'].color
end