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
my terminal got funky too. what was supposed to be white is now black on vscode's terminal. same text on windows terminal remains white. using powerlevel10k on zsh
Description
The VSCode extension currently does not update the terminal colors, which is part of the workbench theming.
Benefits
Built-in terminal no longer shows unthemed default colors.
Alternative Solutions
I found a copy&paste-able theme in https://glitchbone.github.io/vscode-base16-term/#/nord but it just haphazardly assigns nord palette colors, so you get things like "green" being shown with a red color.
Example
I have ported the colors from nord's official alacritty config to vscode's config format:
(the cursor background/foreground look swapped here but "without swapping" the block cursor was invisible)
The text was updated successfully, but these errors were encountered: