From 96561c24be3f6a31fc85e252d0637b3afd0af7d5 Mon Sep 17 00:00:00 2001 From: Steven Normore Date: Wed, 16 Apr 2014 16:59:26 -0400 Subject: [PATCH 1/2] change golang color to #3399ff --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 95b94f20..f658640f 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -669,7 +669,7 @@ Glyph: Go: type: programming - color: "#a89b4d" + color: "#3399ff" primary_extension: .go Gosu: From 39e5f5bab3fb010f2c84957b20d65ab66b043d4f Mon Sep 17 00:00:00 2001 From: Steven Normore Date: Tue, 22 Apr 2014 10:30:35 -0400 Subject: [PATCH 2/2] change golang color to #375EAB --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index f658640f..555a7655 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -669,7 +669,7 @@ Glyph: Go: type: programming - color: "#3399ff" + color: "#375eab" primary_extension: .go Gosu: