You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform currently is improving their light theme. This is not yet finished but already available as a separate "Preview" theme called "Light (Preview)".
The main idea of the theme changes are to only have the editor in a bright white background but all the other views around it in background that is "dimmed" a bit. For more details see: eclipse-platform/eclipse.platform.ui#2114
Actual behavior
With this theme enabled the egit history page now looks like this:
Expected behavior
I am wondering if the "styled text" should fill up the complete area of the scrolled composite. This could be a bug that was not visible up to now because the background color of the "styled text" and the "scrolled composite" have been identical.
Relevant log output
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
The tree on the right (yellow border in your screenshot) has background-color: inherit. Apparently Platform is only dimming certain controls.
On the left: apparently Platform changes the background of StyledText in views. We do programmatically set the background of the scrolled composite to that of the viewer.
I don't think this "dimming" is a good idea at all; note that the gray header lines now have a low contrast. (And the same for the file tree view on the right; it also shows sometimes file names in gray.) This all worked well with the normal white backgrounds, but now it may no longer be good. So more changes would be needed.
As for the source viewer not taking the whole area: looks a bit strange (is the source viewer even cut off at the right?). But it's possible that the viewer does not grab all available space.
Note that any changes must work well not only for this newfangled new theme but also for the old (current) one.
Side tracking: Is there an issue for the Light theme to be discussed? IMO making everything gray on gray is a usability disaster. I don't know why more and more tools come with themes that have far less contrast and shapes than before.
Version
7.0.0
Operating System
MacOS
Eclipse version
2023-09
Bug description
Platform currently is improving their light theme. This is not yet finished but already available as a separate "Preview" theme called "Light (Preview)".
The main idea of the theme changes are to only have the editor in a bright white background but all the other views around it in background that is "dimmed" a bit. For more details see: eclipse-platform/eclipse.platform.ui#2114
Actual behavior
With this theme enabled the egit history page now looks like this:
![image](https://private-user-images.githubusercontent.com/28338612/370208659-d16c1de0-0def-40f7-b9ab-6daf1942f93a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTQ0MTYsIm5iZiI6MTczOTMxNDExNiwicGF0aCI6Ii8yODMzODYxMi8zNzAyMDg2NTktZDE2YzFkZTAtMGRlZi00MGY3LWI5YWItNmRhZjE5NDJmOTNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIyNDgzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU3Y2U4MzgwYzZkMDgxMjJlZTAzMDBmN2I2Y2EzNWY3MDI5ODJkNmJjNjIxNTgyMTY2MzMwMjc1YmE4MzQ2ZjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vkxgxSphXHabKXysYolq6tPDJltK166-2RyzgwT-Dpk)
Expected behavior
I am wondering if the "styled text" should fill up the complete area of the scrolled composite. This could be a bug that was not visible up to now because the background color of the "styled text" and the "scrolled composite" have been identical.
Relevant log output
No response
Other information
No response
The text was updated successfully, but these errors were encountered: