Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having the backgroud color (defined in color scheme) force-applied to SSH terminal #9894

Closed
slanglade opened this issue Aug 22, 2024 · 4 comments

Comments

@slanglade
Copy link

Is your feature request related to a problem? Please describe.
When I select a color scheme, the SSH terminal window doesn't respect the background color.

Describe the solution you'd like
I want the defined backgroung color to be force-applied to the background of my SSH terminal

Describe alternatives you've considered
none

Additional context

@slanglade slanglade changed the title Having the backgroud color defined in color scheme, force-applied to SSH terminal Having the backgroud color (defined in color scheme) force-applied to SSH terminal Aug 22, 2024
@slanglade
Copy link
Author

@Eugeny , there seems to be a "terminal.background" setting that could be added in the config file, but when I try and add it, the ssh tab still doesn't show the background color of the scheme. Every other color looks fine.

In my case, it's the "Red Sands" one for my prod connections, so background is red and can't be missed :-)

@Eugeny
Copy link
Owner

Eugeny commented Aug 22, 2024

Are you using the default Theme? ("Follow the color scheme" in Settings -> Window -> Theme).

If you're using a non-default window theme, the window background doesn't automatically use the background from the color scheme. You'll see a setting for that in Appearance -> Terminal background

@slanglade
Copy link
Author

slanglade commented Aug 22, 2024

I have the Settings / Window / Theme = "Follow the color scheme".

The scheme itself is applied via a profile group / SSH / Colors / "Red Sands".

When I open a SSH connexion attached to this profile group, I can see different colors if I change the "Colors" settings in the profile group. But the background doesn't change keep being some kind of dark grey (n really black), that is shared by all tab of all kinds.

And I added the terminal.background setting in the "</> Config file" panel :

...
terminal:
  background: colorScheme
  searchOptions: {}
  ...

@slanglade
Copy link
Author

slanglade commented Aug 22, 2024

Oh @Eugeny, by the way, I'm using 1.0.211 and I don't see the Appearance / Terminal Background option ?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants