Move colors into utils file

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-02-28 01:41:21 -03:00
parent e697ee72fa
commit ddff2b2982
3 changed files with 19 additions and 5 deletions

View File

@@ -5,12 +5,9 @@
*
* Olex S. original idea this deprecated option
*/
var colors = require("colors/safe");
colors.setTheme({warn: "yellow"})
var deprecated = {
configs: ["kioskmode"],
colors: colors
};
/*************** DO NOT EDIT THE LINE BELOW ***************/