Skip to content

Commit 4277098

Browse files
committed
Tweak colors for Linux.
1 parent eade6f3 commit 4277098

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fluentcmd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ module.exports = function () {
6262
// Load the theme
6363
var theTheme = new FLUENT.Theme().open( tFolder );
6464
_opts.themeObj = theTheme;
65-
_log( 'Applying '.status + theTheme.name.toUpperCase().infoBold + (' theme (' +
66-
Object.keys(theTheme.formats).length + ' formats)').status );
65+
_log( 'Applying '.info + theTheme.name.toUpperCase().infoBold + (' theme (' +
66+
Object.keys(theTheme.formats).length + ' formats)').info );
6767

6868
// Expand output resumes... (can't use map() here)
6969
var targets = [], that = this;

0 commit comments

Comments
 (0)