Update themes for the upcoming Fleet 1.44 release #63
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi folks,
I'm working on the JetBrains Fleet team.
This week we are planning to publish a new Fleet 1.44 release that will include a significant redesign of the UI.
I've implemented a few changes to the .tera file and updated the resources to make the theme in general compatible with the new UI theme. There's definitely a space for further improvements.
I've manually customized background color for selected and hovered list items in the Mocha and Latte themes. Can you please recommend me a better way to handle that case?
The newly introduced
listItem.*
key currently controls the style of list items across all UI elements, including context menus and completion popup. To make the style of selection work across different elements, I've used colors with alpha parameters and different tints work better for different themes.The PR doesn't prepare the plugin for the release:
Please let me know if you want early access to the new build for testing or have any further questions. You can join Fleet's Slack using this link and reach out to me (username: ekaterina.prigara).