Closed Simon-He95 closed 2 years ago
I don't have the issue - how would removing opacity helps?
Problem with 8 digits,but 6 is fine
"terminal.foreground": "#d7caee"
I think #dbd7ca
is more closer origin #dbd7caee
This feels like a bug of your terminal not supporting alpha channel?
This feels like a bug of your terminal not supporting alpha channel?
I make a test and only individual 8 digits have this problem. I think our terminal should be the same by ohmyzsh
@antfu can you help me merge or Do you think I can modify it myself and send a separate vscode plugin?
I have same problem, It seems that the transparency overlay is overlapping the text at om-my-zsh termainal。 currently fixed by overriding terminal.foreground
in setting.json。e.g.
{
"workbench.colorCustomizations": {
"terminal.foreground": "#dbd7ca" // replce "#dbd7cacc"
}
}
only the dark-soft theme can be reproduced here, step: paste a words in vscode termainal
close: #14