From 83991d2a2282a412f1f31181977f43b449054490 Mon Sep 17 00:00:00 2001 From: lethosor Date: Fri, 30 Oct 2015 18:45:55 -0400 Subject: [PATCH] plug: Don't color loaded plugins --- library/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Core.cpp b/library/Core.cpp index ea3eca5f8..2d537c1b3 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -882,7 +882,7 @@ command_result Core::runCommand(color_ostream &con, const std::string &first_, v switch (plug->getState()) { case Plugin::PS_LOADED: - color = COLOR_LIGHTGREEN; + color = COLOR_RESET; break; case Plugin::PS_UNLOADED: case Plugin::PS_UNLOADING: