updateTerminalTheme method

void updateTerminalTheme(
  1. Msg msg
)

Updates terminalTheme if msg carries theme information.

Implementation

void updateTerminalTheme(Msg msg) {
  terminalTheme = terminalTheme.update(msg);
}