Marak / colors.js

get colors in your node.js console
https://github.com/Marak/colors.js
Other
5.16k stars 446 forks source link

multiple colours in custom theme with setTheme() #267

Open SeeGreatness opened 4 years ago

SeeGreatness commented 4 years ago

in the example in the readme you can use colors.setTheme({ custom: ['red', 'underline'] }); to set a custom theme for "custom" however it would be more pratical to let people add something like this colors.setTheme({ custom: ['red', 'white', 'red'] }); for the canadian flag where it works similar to the american easter egg! this way we wouldnt need to edit the source to add flags for every country... people can just add their own colours to work in that similar way!