vscode-better-solarized icon indicating copy to clipboard operation
vscode-better-solarized copied to clipboard

Illegible terminal text

Open scottinet opened this issue 1 year ago • 3 comments

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

image

Better Selenized Dark (ok)

image

(for reference) Solarized Dark (default VSCode theme)

image

scottinet avatar May 24 '24 08:05 scottinet

Thanks for catching this.

edheltzel avatar May 24 '24 11:05 edheltzel

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"
  }

image

scottinet avatar May 24 '24 11:05 scottinet

Appreciate it... I've fixed the values. I'll include this in the next release.

edheltzel avatar May 24 '24 12:05 edheltzel