Using VS Code Remote Development (SSH, container, WSL) I want a different theme on my remote and local VS Code windows so that I can easily tell them apart.
You can set your theme in remote settings to use a different theme for that specific remote, open up the command palette (F1) and run the "Open Remote Settings" command:

Then add the following setting and save:
{
"workbench.colorTheme": "<your theme of choice>"
}

Or if you're using the settings editor:

There is currently no way to do this all at once for all remotes, it must be configured per machine.
I'm not sure if the top answer is applicable anymore, however this approach works.
Settings -> Workbench -> AppearanceUser, and Workspace
Remote [<server_name>] if you are connected to your code via sshUser means global default settings for vscodeRemote overrides global and takes effect to all specified remote sessionsWorkspace takes highest precedence, and modifies only the settings for the current folder.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With