mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Tweak colors for Linux.
This commit is contained in:
parent
eade6f3a5c
commit
42770989bc
@ -62,8 +62,8 @@ module.exports = function () {
|
|||||||
// Load the theme
|
// Load the theme
|
||||||
var theTheme = new FLUENT.Theme().open( tFolder );
|
var theTheme = new FLUENT.Theme().open( tFolder );
|
||||||
_opts.themeObj = theTheme;
|
_opts.themeObj = theTheme;
|
||||||
_log( 'Applying '.status + theTheme.name.toUpperCase().infoBold + (' theme (' +
|
_log( 'Applying '.info + theTheme.name.toUpperCase().infoBold + (' theme (' +
|
||||||
Object.keys(theTheme.formats).length + ' formats)').status );
|
Object.keys(theTheme.formats).length + ' formats)').info );
|
||||||
|
|
||||||
// Expand output resumes... (can't use map() here)
|
// Expand output resumes... (can't use map() here)
|
||||||
var targets = [], that = this;
|
var targets = [], that = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user