-
Notifications
You must be signed in to change notification settings - Fork 187
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
Improvement to the existing dark theme #2112
Conversation
As part of Eclipse modernization project, we have enhanced the look and feel of Eclipse IDE. This change includes improvements to the background color of Views and working of tabs. This has been done with reference to the other IDEs like VS Code, Intellij etc.
Current dark theme has many issues with the background color and contrasts. As a first step to improve dark theme, we have changed the background color of the editor, making it the darkest when compared to other views. Also, the working of tabs are made simple wrt to the background colors and gradients. These changes were made by referring other IDEs like VS Code and IntelliJ. Now, eclipse dark theme also looks modern.
Screenshots ? |
The sap specific styling should be done by a sap extension to the dark theme IEclipsePreferences#org-eclipse-ui-workbench:com-sap-adt-tools-abapsource-ui { |
Please adjust also the Linux dark theme |
Test Results 1 210 files - 4 1 210 suites - 4 1h 8m 36s ⏱️ - 8m 4s For more details on these failures, see this check. Results for commit c509c76. ± Comparison against base commit 8534560. This pull request skips 3 and un-skips 5 tests.
|
Please find the screenshots in the issue link provided : #2114 |
@vogella Adjusting the themes is very expensive. It took one person 3+ months to learn about how the themes work and get the Windows and Mac themes ready. Before we adjust the Linux theme we want to be sure that the Eclipse community approves the made changes and incorporate their feedback. Once Windows and Mac are finished we are fully committed to update the Linux theme. |
Windows errors looks unrelated, merging |
For the full details of the change including screenshots see issue: #2114