From 42770989bc75e64176a47ceeefe2037accc518e1 Mon Sep 17 00:00:00 2001 From: devlinjd Date: Sun, 22 Nov 2015 00:10:08 -0500 Subject: [PATCH] Tweak colors for Linux. --- src/fluentcmd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fluentcmd.js b/src/fluentcmd.js index 0a5c76e..2a329ba 100644 --- a/src/fluentcmd.js +++ b/src/fluentcmd.js @@ -62,8 +62,8 @@ module.exports = function () { // Load the theme var theTheme = new FLUENT.Theme().open( tFolder ); _opts.themeObj = theTheme; - _log( 'Applying '.status + theTheme.name.toUpperCase().infoBold + (' theme (' + - Object.keys(theTheme.formats).length + ' formats)').status ); + _log( 'Applying '.info + theTheme.name.toUpperCase().infoBold + (' theme (' + + Object.keys(theTheme.formats).length + ' formats)').info ); // Expand output resumes... (can't use map() here) var targets = [], that = this;