TerminalColorTheme constructor
const
TerminalColorTheme({})
Implementation
const TerminalColorTheme({
required this.palette,
required this.background,
required this.foreground,
required this.cursorColor,
required this.selectionBackground,
required this.selectionForeground,
});