()
| 1232 | * Users can send `kill -USR2 <pid>` to force theme recomputation |
| 1233 | */ |
| 1234 | export function enableManualThemeRefresh() { |
| 1235 | process.on('SIGUSR2', () => { |
| 1236 | recomputeSystemTheme() |
| 1237 | }) |
| 1238 | } |
| 1239 | |
| 1240 | /** |
| 1241 | * OSC Terminal Theme Detection |
no test coverage detected