| Summary: | Adjust default color scheme for selection feedback and handles. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 (Neon) RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
If we reserve blue for focus, we should ensure that all selection handles orient themselves at the selection color scheme (e.g. green). We should also consider to inject the color preferences with named bindings rather than defining constants that cannot be simple changed. I pushed the following changes to origin/master: - Changed color schema for selection to be based on indigo colors, as this harmonizes with the simultaneously used focus and hover colors. - Replaced public color constants within feedback and handle parts with named bindings of colors, so they can be easily exchanged via Guice. - Removed effect provider option from FXHoverFeedbackPart, as this should rather be done via a specialization. - Added binding for a focus geometry provider for EdgePart to Zest.FX. Using green or other colors leads to a bad contrast in combination with the light blue focus color. As colors can now be easily exchanged, users can adopt the color scheme as needed. Revolving as fixed in 4.0.0 RC1. |