vscode-better-solarized
vscode-better-solarized copied to clipboard
Illegible terminal text
Hi!
I was trying this theme, and I like it, except it has the same problem as the default Solarized Dark theme: some texts in the VSCode terminal are illegible due to their color being the same as the background one.
Here are a few screenshot to illustrate:
Better Solarized Dark
Better Selenized Dark (ok)
(for reference) Solarized Dark (default VSCode theme)
Thanks for catching this.
Theming is not my forte (at all) so I won't submit a PR for this issue, but just in case, the culprit is terminal.ansiBlack which has the same value in both the Better Solarized Dark and Better Solarized Dark Italic themes than the terminal background color.
I forced it to a color I handpicked (randomly, sorry, I'm bad at this), near the background color, using this configuration:
"workbench.colorCustomizations": {
"terminal.ansiBrightBlack": "#454a4c"
}
Appreciate it... I've fixed the values. I'll include this in the next release.