setCachedSystemTheme function
Update the cached terminal theme (called by watcher on OSC 11 response).
Implementation
void setCachedSystemTheme(SystemTheme theme) {
_cachedSystemTheme = theme;
}
Update the cached terminal theme (called by watcher on OSC 11 response).
void setCachedSystemTheme(SystemTheme theme) {
_cachedSystemTheme = theme;
}