updateTerminalTheme method
Updates terminalTheme if msg carries theme information.
Implementation
void updateTerminalTheme(Msg msg) {
terminalTheme = terminalTheme.update(msg);
}
Updates terminalTheme if msg carries theme information.
void updateTerminalTheme(Msg msg) {
terminalTheme = terminalTheme.update(msg);
}