TerminalColorPalette
constructor(defaultForeground: Int = 0xFFFFFFFF.toInt(), defaultBackground: Int = 0xFF000000.toInt(), selectionForeground: Int = 0xFFFFFFFF.toInt(), selectionBackground: Int = 0xFF000000.toInt(), cursorForeground: Int = 0xFF000000.toInt(), cursorBackground: Int = 0xFFFFFFFF.toInt(), indexedColors: IntArray = defaultIndexedColors(), boldAsBright: Boolean = true)
Parameters
indexedColors
256-entry indexed palette in packed ARGB form.