-
-
Notifications
You must be signed in to change notification settings - Fork 802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be easier to specify bold in various path parts #650
Comments
We are actually in the process of dropping
Or you could do this:
It felt more flexible to allow putting VT seqs in the Text field as this gives you even more color control:
|
Ah, that's the reasoning I used in PSReadLine colors too - dropping the Foreground/Background options. Feel free to close, just make sure to call out the breaking change between beta releases because at you now know at least 1 person is using |
System Details
Issue Description
It should be easy to specify that parts of my prompt (e.g. the path) are in bold. In some consoles like http://github.com/jwilm/alacritty - bold looks really nice.
I noticed
CustomAnsi
is an option and it works, but it is less friendly.For some motivation, Here is a side by side comparison of the differences:
The left side (11-15) is conhost, the right side (39-42) shows alacritty as well as the settings. Both windows are using roughly the same font (Fira Code, but different sizes - as similar as I could make it look.)
At any rate, the point is that bold might not be that interesting for
conhost
, but it is definitely interesting for other consoles.The text was updated successfully, but these errors were encountered: