You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node names are indistinguishable when previewing the CWL using a dark theme:
To resolve this, might want to consider either force the preview panel to have a light background, like one would do in LaTeX previewers, or, determine the theme is light or dark and apply font colors accordingly (not sure if the current vscode API supports getting this though)
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @nanxstats . I would imagine the best solution would be to detect the theme and supply two color sets depending on the theme. There are indications that this may be impossible: microsoft/vscode#46940
The best short term solution might be to pin the preview background color.
Node names are indistinguishable when previewing the CWL using a dark theme:
To resolve this, might want to consider either force the preview panel to have a light background, like one would do in LaTeX previewers, or, determine the theme is light or dark and apply font colors accordingly (not sure if the current vscode API supports getting this though)
The text was updated successfully, but these errors were encountered: