From f4a3636371a6edb6f72447eb527602db3536a961 Mon Sep 17 00:00:00 2001 From: Matt Brennan Date: Thu, 1 May 2014 09:33:05 +0100 Subject: [PATCH] Update PHP colour to reflect php.net Currently the PHP colour is very similar to C#, and seems to have been pull from thin air. PHP has a perfectly nice distinctive purple, used on [php.net](http://php.net) since forever. This pull request changes PHP's colour to a dark shade of that purple. Before | After -----------------------------------------|----------------------------------------- ![](http://www.colorhexa.com/6e03c1.png) | ![](http://www.colorhexa.com/4f5d95.png) --- 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 70302378..8a5cd7b0 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1394,7 +1394,7 @@ PAWN: PHP: type: programming ace_mode: php - color: "#6e03c1" + color: "#4F5D95" primary_extension: .php extensions: - .aw