D E F A U L T
DEFAULT(ColorThemeBuilder.newBuilder()
.withName("Default")
.withAccentColor(ANSITileColor.BRIGHT_GREEN)
.withPrimaryForegroundColor(ANSITileColor.BRIGHT_MAGENTA)
.withSecondaryForegroundColor(ANSITileColor.BRIGHT_BLUE)
.withPrimaryBackgroundColor(ANSITileColor.BRIGHT_YELLOW)
.withSecondaryBackgroundColor(ANSITileColor.BRIGHT_RED)
.build())
Content copied to clipboard
This is a null object for color themes indicating that no theme is chosen.