From dd7e44f957d7074f90c0742f801684dda96e6e63 Mon Sep 17 00:00:00 2001 From: phase Date: Wed, 21 Oct 2015 15:34:25 -0700 Subject: [PATCH] Change D color to match the website The original yellow color doesn't fit D very well, and it looks an awful lot like the color for JavaScript. This changes it to the color used on the website's sidebar, and nice dark maroon: http://www.colorpicker.com/2e2324 --- 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 d7f5f24d..a03718a4 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -720,7 +720,7 @@ Cython: D: type: programming - color: "#fcd46d" + color: "#2e2424" extensions: - .d - .di