UNPKG

343 BJavaScriptView Raw
1import { Grey } from '@palett/cards'
2import { Dye } from '@palett/dye'
3import { CHARSET_SHADE } from '../resources/charset'
4
5const grey = Dye.hex(Grey.base)
6
7// baro legacy style as of 1.x
8export const layout = {
9 sentence: grey(' {bar}') + ' {progress}% | ETA: {eta}s | {value}/{total}',
10 size: 16,
11 char: CHARSET_SHADE,
12}
\No newline at end of file