UNPKG

@boost/theme-one-light

Version:

One Light command line theme for Boost powered CLIs.

16 lines (14 loc) 282 B
/** * @copyright 2020, Miles Johnson * @license https://opensource.org/licenses/MIT */ module.exports = { default: '#373a42', failure: '#E45649', info: '#4c79ea', inverted: '#fafafa', muted: '#ABB2BF', notice: '#a045a7', success: '#50A14F', warning: '#986801', };