Updating JS colour to be a little softer

This commit is contained in:
Arfon Smith
2014-04-26 19:55:17 -05:00
parent 2fbca98e7f
commit 3dc11186a1
2 changed files with 2 additions and 2 deletions

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