Skip to content

Commit

Permalink
Updating JS colour to be a little softer
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Apr 27, 2014
1 parent 2fbca98 commit 3dc1118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/linguist/languages.yml
Expand Up @@ -985,7 +985,7 @@ Java Server Pages:
JavaScript:
type: programming
ace_mode: javascript
color: "#f7df1e"
color: "#f1e05a"

This comment has been minimized.

Copy link
@orendon

orendon Apr 29, 2014

👍

aliases:
- js
- node
Expand Down
2 changes: 1 addition & 1 deletion test/test_language.rb
Expand Up @@ -323,7 +323,7 @@ def test_error_without_name
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

Expand Down

0 comments on commit 3dc1118

Please sign in to comment.