uloco / theme-bluloco-dark

A fancy and sophisticated dark designer color scheme.
https://marketplace.visualstudio.com/items?itemName=uloco.theme-bluloco-dark
GNU Lesser General Public License v3.0
105 stars 12 forks source link

How to change the color of terminal path font? #17

Closed chaneesong closed 1 year ago

chaneesong commented 1 year ago

I like your theme. But I have a question. Path font is white in term2 but black in vscode. Is there any way to change path font to white in vscode?

in vscode, Screenshot 2023-02-17 at 12 33 19 AM

in iterm2, Screenshot 2023-02-17 at 12 33 30 AM

uloco commented 1 year ago

It is not black for me in vscode. Which prompt are you using? I am on powerlevel10k and it works the same in iTerm and VSCode.

chaneesong commented 1 year ago

I also use powerlevel10k and iTerm2.

Screenshot 2023-02-17 at 6 58 15 PM

Do I have to support 256 colors or true colors in vscode?

uloco commented 1 year ago

Do I have to support 256 colors or true colors in vscode?

I don't know what you mean, is there a setting for this in vscode? I think I did not change anything specific to this.

chaneesong commented 1 year ago

I see. Maybe my iTerm or vscode has a wrong setting. I thought the two colors were meant to be different.

uloco commented 1 year ago

Oh I think I had to set this "terminal.integrated.minimumContrastRatio": 1, to make the colors work. VSCode changed the behavior at some point. Can you try this

chaneesong commented 1 year ago

Wow! It's working properly! Thank you so much!!