palette property

Map<int, Color> palette
final

16-entry color table keyed by ANSI index (0-15).

Only the indices present in the original theme are filled; lookups for missing keys will return null.

Implementation

final Map<int, Color> palette;