starship / starship

☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
https://starship.rs
ISC License
44.3k stars 1.93k forks source link

Tokyo-Night PReset on Powershell #4793

Open stampe99 opened 1 year ago

stampe99 commented 1 year ago

Fading in the beginning of the prompt is expected to look like this image While on Powershell it looks like this for me image

davidkna commented 1 year ago

I remember reading about MS Terminal having some text rendering issues. Can you reproduce your issue with other terminals like alacritty or wezterm?

indiejames commented 1 year ago

I have basically the same issue on iTerm2 on Mac Monterey

Screen Shot 2023-05-05 at 11 37 31 PM

I'm using FiraCode Nerd Font Mono - is there a better choice?

mickimnet commented 1 year ago

Yesterday, a friend of mine was using the Tokyo Night as well, and had the same issue. I checked and it depends on the font used. I gave him a quick fix: Replace the following in the format section of starship.toml:

format = """
[░▒▓](#a3aed2)\
...
"""

with

format = """
[ ](bg:#445167)\
[ ](bg:#5e6c87)\
[ ](bg:#7d8bad)\
...
"""