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

different background colour for Terminal #48

Open
dulhaver opened this issue Dec 16, 2021 · 1 comment
Open

different background colour for Terminal #48

dulhaver opened this issue Dec 16, 2021 · 1 comment

Comments

@dulhaver
Copy link

I am using Gruvbox Dark Soft thems and believe it would be very nice to have a slightly different background colour for the Terminal then the editor window.

Nothing crazy, just slightly less/more saturation/brightness in the Terminal then the Editor, so the eyes have a little help grasping what's what.

@dulhaver dulhaver changed the title different backgtound colour for Terminal different background colour for Terminal Dec 16, 2021
@jdinhify
Copy link
Owner

Hey @vrms

Thank you for using the theme.

We're not gonna look into using different background color for the terminal at this stage. I think one of the goals when I started this was to provide a seamless look to the whole editor.

If you want to have a different background color for the terminal, you can edit your user settings and put in a different background. For instance if you want a darker background for the terminal with the Dark Soft variant, you can put this in settings.json

  "workbench.colorCustomizations": {
    "terminal.background": "#282828"
  }

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