TerminalTheme constructor
const
TerminalTheme({
- required Color cursor,
- required Color selection,
- required Color foreground,
- required Color background,
- required Color black,
- required Color white,
- required Color red,
- required Color green,
- required Color yellow,
- required Color blue,
- required Color magenta,
- required Color cyan,
- required Color brightBlack,
- required Color brightRed,
- required Color brightGreen,
- required Color brightYellow,
- required Color brightBlue,
- required Color brightMagenta,
- required Color brightCyan,
- required Color brightWhite,
- required Color searchHitBackground,
- required Color searchHitBackgroundCurrent,
- required Color searchHitForeground,
Implementation
const TerminalTheme({
required this.cursor,
required this.selection,
required this.foreground,
required this.background,
required this.black,
required this.white,
required this.red,
required this.green,
required this.yellow,
required this.blue,
required this.magenta,
required this.cyan,
required this.brightBlack,
required this.brightRed,
required this.brightGreen,
required this.brightYellow,
required this.brightBlue,
required this.brightMagenta,
required this.brightCyan,
required this.brightWhite,
required this.searchHitBackground,
required this.searchHitBackgroundCurrent,
required this.searchHitForeground,
});