Class IkePalette
java.lang.Object
network.ike.plugin.IkePalette
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— thebody.sentry-greenvariable 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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWarm orange — selected / active links / "you are here".static final StringSoft off-white — table-header tint / subnav background.static final StringGentle accent — reserved for highlight chrome.static final StringLink color.static final StringBody text / dark accents.static final StringBanner / table header band.static final StringLighter Verdant used for borders on table headers and other intermediate-tone separators. -
Method Summary
-
Field Details
-
VERDANT
-
TWILIGHT
Body text / dark accents. Matches banner in dark mode.- See Also:
-
MIST
-
CLOUD
-
SEA
-
ACCENT
-
VERDANT_LIGHT
Lighter Verdant used for borders on table headers and other intermediate-tone separators.- See Also:
-