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

[Feature]: Allow Theme Color In FullScreen #47

Open
1 task done
EmreSURK opened this issue Dec 8, 2022 · 1 comment
Open
1 task done

[Feature]: Allow Theme Color In FullScreen #47

EmreSURK opened this issue Dec 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@EmreSURK
Copy link

EmreSURK commented Dec 8, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

When VSCode becomes fullscreen on macOS, the theme color not using for the background, and this causes a colorless, dead visual.

Describe your idea or feature request

When VSCode is fullscreen, use the theme's background color.

Describe alternatives you've considered

As an alternative, we can apply the native approach as I mentioned in this issue:
#37 (comment)

@EmreSURK EmreSURK added the enhancement New feature or request label Dec 8, 2022
@illixion
Copy link
Owner

illixion commented Dec 9, 2022

As mentioned in #37 (comment), this is affected by a .monaco-workbench.fullscreen background-color setting. Need to ensure that this works properly on macOS and Windows before implementing it.

Feel free to use the Vibrancy custom import feature in the meantime using this CSS:

.monaco-workbench.fullscreen {
	background-color: transparent !important;
}

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

No branches or pull requests

2 participants