Class IkePalette

java.lang.Object
network.ike.plugin.IkePalette

public final class IkePalette extends Object
The IKE Network's canonical green palette, expressed as hex strings for CSS consumption.

Source-of-truth for every IKE color override emitted from this plugin — both InjectBreadcrumbMojo's JaCoCo theme and InjectJavadocThemeMojo's Javadoc theme reference these constants rather than carrying their own string literals.

Adjacent palette references that must stay in lockstep:

  • ike-base-parent/src/main/site-theme/css/site.css — the body.sentry-green variable block read by the Sentry Maven skin at site render time.

The class is intentionally small and dependency-free. Promoting to ike-java-support (as a value-types citizen) is the eventual home, deferred until the cross-module sharing motivates the release-cycle cost of a new ike-java-support version.

IKE-Network/ike-issues#518.