-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Default focus is very subtle in empty editor groups, not many options for themes #50686
Comments
@Tyriar but there are two colors: One idea for empty grids was to keep the visual impact as little as possible to not draw too much attention. I am currently dimming inactive groups 50%. @isidorn already stated that he found that change too subtle too. I am open for other ideas (@joaomoreno maybe)? |
@bpasero yeah I did try that (see second screenshot), it only applies to empty groups though so focus is really in your face for empty groups only.
How do you do the dimming? This is what I couldn't find, I was expecting a |
I thought this issue was about making empty groups easier to see, or did I miss something?
It does, if the color is not defined it will inherit the editor color. The dimming is done currently via CSS and not within theme control, but if I think about it, maybe all of this should be themable so that a theme can also opt in to changing the dimming... |
Easier to see while also fitting the aesthetic of the theme. This is very easy to see, but it doesn't fit with the theme as no where else has such a large area filled with the "focus color" (even after dimming it to 25% opacity): One way to make it fit with the rest of the these would be to use a darker color for all inactive editor backgrounds (both empty and non-empty) like this:
But the latter setting doesn't exist: |
@Tyriar I am still not sure I understand the need for more colors. Given |
@Tyriar I see where you are going: you actually want to be able to change the background color of active vs. inactive editor groups independent if they are empty or not. I am not 100% sure this is the right way forward though. So far we did not allow to change the background color of the editor based on being active or not. I have talked to Steven about this and we might want to revisit the notion of active editors vs inactive in general. If you agree I would mark this a duplicate of #2352 |
Sure, let's close as duplicate of #2352 |
VS Code version: Code - Insiders 1.24.0-insider (41a7c49, 2018-05-29T06:09:34.618Z)
OS version: Windows_NT x64 10.0.16299
#50458
For custom themes, I notice that
editorGroup.activeEmptyBackground
is available but that doesn't really seem to fit very well:vs:
Something that could work is to be able to specify the background of active and non-active editor groups. That way themes could make the non-active editor slightly darker than the rest to make it much more obvious.
The text was updated successfully, but these errors were encountered: