From e538f72b639611793a672aa1a6892dc888cde090 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Tue, 24 Mar 2015 14:34:13 -0700 Subject: [PATCH] Use #000080 for Lua color This is the color of the official Lua logo, as seen at http://www.lua.org/images/ --- 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 fd49bd5d..46625f3c 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1730,7 +1730,7 @@ LoomScript: Lua: type: programming ace_mode: lua - color: "#fa1fa1" + color: "#000080" extensions: - .lua - .fcgi