SBoudrias / Inquirer.js

A collection of common interactive command line user interfaces.
MIT License
20.09k stars 1.3k forks source link

Is there any way to change style of default value? #1538

Closed jihea-park closed 3 weeks ago

jihea-park commented 3 weeks ago

Hi, I want to change default value style.

During asking user, I make default primary color. It's hard to know what color it is just by looking at the hexadecimal number.

스크린샷 2024-09-05 오후 7 32 13

So I want to set style like chalk bgHex. 스크린샷 2024-09-05 오후 7 34 46

Is there any way to express the color of default value?

SBoudrias commented 3 weeks ago

Yes, you'll want to provide a theme

theme.style.defaultAnswer is the function to customize it.