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

N&N for Theme Improvements #200

Merged
merged 4 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added news/4.33/images/preview-theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions news/4.33/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,38 @@ <h2>Preferences </h2>
<h2>Themes and Styling </h2>
</td>
</tr>
<tr id="new-light-theme"> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/issues/2114 -->
<td class="title">Preview Version of Improved Light Theme</td>
<td class="content">
<p>
The Eclipse default light theme has not been updated in years. It is not state
of the art anymore. All major IDEs have shifted to a different light theme style.
When comparing the different IDEs it is easy to pick out the design decisions
they all share:
BeckerWdf marked this conversation as resolved.
Show resolved Hide resolved
</p>
<ol>
<li>Lightweight view tab design</li>
<li>Flat look - No use of 3D gradients</li>
<li>Views use a darker background color.</li>
</ol>
<p>
We have been working hard on an improved version of the light theme that follows these
design decisions. These improvement are not yet finished but are available as a preview
version.
BeckerWdf marked this conversation as resolved.
Show resolved Hide resolved
</p>
<p><img style="max-width: 600px;" src="images/preview-theme.png" alt="Preview Theme"/></p>
<p>
You can try it out by selecting <em>Light (Preview)</em> on the <b>General >
Appearance</b> preference page. See
<a href="https://github.com/eclipse-platform/eclipse.platform.ui/issues/2114">issue #2114</a>
for more details and the motivation behind these changes and to give your feedback.
</p>
<p>
The improvements in the <em>Light (Preview)</em> theme will be integrated in the standard
<em>Light</em> theme once ready and the <em>Light (Preview)</em> will be removed again.
</p>
</td>
BeckerWdf marked this conversation as resolved.
Show resolved Hide resolved
</tr>
<!-- ******************* End of Themes and Styling ************************************* -->

<!-- ******************* General Updates ************************************* -->
Expand Down