Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improper Colour Shift for Explorer Windows #845

Open
HarshdeepSinghChauhan opened this issue May 8, 2024 · 6 comments
Open

Improper Colour Shift for Explorer Windows #845

HarshdeepSinghChauhan opened this issue May 8, 2024 · 6 comments

Comments

@HarshdeepSinghChauhan
Copy link

Description

When Auto Dark Mode be enabled to follow the Night Light routine,
and a window is open before the colour switch takes place, then after it, the colours on the title bar, ribbon etc. appear as a mix-match between the light mode and the dark mode. The only quick fix is to close the Explorer window and reopen it again.

Expected Behavior

ADM should change the colours of the explorer windows without any jarring colour shifts, like how it would be if the dark and light themes were being switched manually.

Log Data

2024-04-29 01:25:38 | Info | Program.Main: commit hash: cf7a0fe, build: 10.4.1.1
2024-04-29 01:25:38 | Info | Program.Main: cwd: C:\Users\harsh\AppData\Local\Programs\AutoDarkMode\adm-app\AutoDarkModeSvc.exe
2024-04-29 01:25:39 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\spotlight.theme
2024-04-29 01:25:39 | Info | AsyncPipeServer.Loop: started npipe server with 5 workers (single in, multi out), request: admpipe_request_harsh
2024-04-29 01:25:39 | Info | ComponentManager..ctor: current windows build: 22621.3527
2024-04-29 01:25:39 | Info | ComponentManager..ctor: using apps and system components for newer builds 19044 and up
2024-04-29 01:25:39 | Info | ComponentManager..ctor: using wallpaper component for windows builds 22621.1105 and up
2024-04-29 01:25:39 | Info | ComponentManager..ctor: using colorization and cursor switcher for newer builds 19044 and up
2024-04-29 01:25:39 | Info | MessageParser.Parse: signal received: request for running status
2024-04-29 01:25:39 | Info | MessageParser.Parse: signal received: add service to autostart
2024-04-29 01:25:39 | Info | SystemEventHandler.RegisterResumeEvent: enabling theme refresh at system unlock (win 11)
2024-04-29 01:25:43 | Info | TimeSwitchGovernor.EnableHook: time switch governor selected
2024-04-29 01:25:43 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-29 01:25:43 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\spotlight.theme
2024-04-29 01:25:43 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-04-29 01:25:43 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-04-29 01:25:43 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-29 01:25:44 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-29 01:25:44 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: TimeSwitchModule, sunset: 29-04-2024 20:00:00
2024-04-29 01:25:47 | Info | NightLightGovernor.EnableHook: night light governor selected
2024-04-29 01:25:47 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-04-29 03:29:33 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 03:29:33
2024-04-29 03:29:42 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-29 03:29:42 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-29 07:03:40 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 07:03:40
2024-04-29 07:03:46 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-04-29 13:36:32 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 13:36:32
2024-04-29 13:36:43 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-29 13:36:43 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-29 13:36:43 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-29 13:36:49 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-04-29 13:36:52 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-04-29 13:36:52 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-04-29 13:36:52 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-29 13:36:58 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-29 13:36:58 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-04-29 14:07:46 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 14:07:46
2024-04-29 14:08:25 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-29 14:08:25 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-29 17:56:16 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 17:56:16
2024-04-29 23:41:57 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 23:41:57
2024-04-29 23:42:05 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-04-29 23:42:07 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-29 23:42:07 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-29 23:42:07 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-29 23:42:08 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-04-29 23:42:08 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-04-29 23:42:08 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-04-29 23:42:08 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-29 23:42:10 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-29 23:42:10 | Info | ThemeManager.UpdateTheme: refreshed dark theme, source: SystemUnlock
2024-04-29 23:42:16 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 23:42:16
2024-04-30 01:46:52 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 01:46:52
2024-04-30 01:49:39 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 01:49:39 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 02:08:54 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 02:08:54
2024-04-30 02:09:02 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 02:09:02 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 05:18:23 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 05:18:23
2024-04-30 14:14:32 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 14:14:32
2024-04-30 14:14:41 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-04-30 14:14:41 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 14:14:41 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 14:14:41 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-30 14:14:45 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-04-30 14:14:45 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-04-30 14:14:45 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-04-30 14:14:45 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-30 14:14:47 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-30 14:14:47 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-04-30 17:36:58 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 17:36:58
2024-04-30 17:37:04 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 17:37:04 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 18:39:00 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-04-30 18:39:00 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-30 18:39:00 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-04-30 18:39:00 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-04-30 18:39:00 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-04-30 18:39:00 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-30 18:39:01 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-30 18:39:01 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 30-04-2024 18:39:00
2024-04-30 19:45:26 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 19:45:26
2024-04-30 19:45:33 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 19:45:33 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 22:55:57 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 22:55:57
2024-05-01 15:37:11 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 01-05-2024 15:37:11
2024-05-01 15:37:19 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-01 15:37:23 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-01 15:37:23 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-01 15:37:23 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-01 15:37:25 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-05-01 15:37:25 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-01 15:37:25 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-01 15:37:26 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-01 15:37:30 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-01 15:37:30 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-01 17:41:08 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 01-05-2024 17:41:08
2024-05-01 17:43:48 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-01 17:43:48 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-01 18:24:34 | Info | MessageParser.Parse: signal received: request for running status
2024-05-01 18:24:34 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-01 18:24:34 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-01 18:39:00 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-01 18:39:00 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-01 18:39:00 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\spotlight.theme
2024-05-01 18:39:00 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-01 18:39:00 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-01 18:39:00 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-01 18:39:03 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-01 18:39:03 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 01-05-2024 18:39:00
2024-05-01 23:19:34 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 01-05-2024 23:19:33
2024-05-01 23:19:42 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-01 23:19:42 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 03:10:20 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 03:10:20
2024-05-02 03:10:29 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-02 03:10:29 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 07:31:59 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 07:31:59
2024-05-02 15:36:14 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 15:36:14
2024-05-02 15:36:18 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-02 15:36:22 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-02 15:36:22 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 15:36:22 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-02 15:36:25 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-05-02 15:36:25 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-02 15:36:26 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-02 15:36:26 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-02 15:36:30 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-02 15:36:30 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-02 17:32:58 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 17:32:58
2024-05-02 17:33:16 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-02 17:33:16 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 20:34:02 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 20:34:02
2024-05-02 20:34:12 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-02 20:34:12 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 20:38:21 | Info | MessageParser.Parse: signal received: request for running status
2024-05-02 20:38:21 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-02 20:38:21 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-02 20:40:06 | Info | MessageParser.Parse: signal received: remove service from autostart
2024-05-02 20:40:06 | Info | MessageParser.Parse: signal received, exiting
2024-05-02 20:40:06 | Info | Service.Exit: exiting service
2024-05-02 20:40:06 | Info | Program.Main: service shutdown successful
2024-05-04 14:20:22 | Info | Program.Main: commit hash: cf7a0fe, build: 10.4.1.1
2024-05-04 14:20:23 | Info | Program.Main: cwd: C:\Users\harsh\AppData\Local\Programs\AutoDarkMode\adm-app\AutoDarkModeSvc.exe
2024-05-04 14:20:23 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\aero.theme
2024-05-04 14:20:25 | Info | AsyncPipeServer.Loop: started npipe server with 5 workers (single in, multi out), request: admpipe_request_harsh
2024-05-04 14:20:25 | Info | ComponentManager..ctor: current windows build: 22621.3527
2024-05-04 14:20:25 | Info | ComponentManager..ctor: using apps and system components for newer builds 19044 and up
2024-05-04 14:20:25 | Info | ComponentManager..ctor: using wallpaper component for windows builds 22621.1105 and up
2024-05-04 14:20:25 | Info | ComponentManager..ctor: using colorization and cursor switcher for newer builds 19044 and up
2024-05-04 14:20:25 | Info | MessageParser.Parse: signal received: request for running status
2024-05-04 14:20:25 | Info | MessageParser.Parse: signal received: add service to autostart
2024-05-04 14:20:25 | Info | NightLightGovernor.EnableHook: night light governor selected
2024-05-04 14:20:25 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-04 14:20:25 | Info | SystemEventHandler.RegisterResumeEvent: enabling theme refresh at system unlock (win 11)
2024-05-04 14:20:44 | Info | MessageParser.Parse: signal recevied: get autostart state
2024-05-04 14:20:54 | Info | MessageParser.Parse: signal received: checking for update and requesting notification
2024-05-04 14:21:01 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-04 14:21:01 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-04 14:21:01 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\aero.theme
2024-05-04 14:21:01 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-04 14:21:01 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-04 14:21:01 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-04 14:21:02 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-04 14:21:02 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 04-05-2024 14:21:01
2024-05-04 14:21:05 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-04 14:21:05 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-04 14:21:05 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-05-04 14:21:05 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-04 14:21:05 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-04 14:21:05 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-04 14:21:07 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-04 14:21:07 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 04-05-2024 14:21:05
2024-05-04 14:21:19 | Info | MessageParser.Parse: signal received: request for running status
2024-05-04 14:21:19 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-04 14:21:19 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-04 14:26:09 | Info | MessageParser.Parse: signal recevied: get autostart state
2024-05-04 14:26:29 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:26:29 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:27:55 | Info | MessageParser.Parse: signal received: detecting new monitors
2024-05-04 14:27:55 | Info | DisplayHandler.DetectMonitors: missing monitor found, adding new default config for: \?\DISPLAY#AUO41EC#4&41820d&0&UID265988#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}
2024-05-04 14:27:55 | Info | MessageParser.Parse: signal received: get requested theme
2024-05-04 14:28:02 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:28:02 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [WallpaperSwitchThemeFile]
2024-05-04 14:28:02 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-04 14:28:03 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-04 14:28:03 | Info | ThemeManager.UpdateTheme: dwm management: no refresh required
2024-05-04 14:28:03 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-04 14:28:03 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: Manual
2024-05-04 14:28:32 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:28:32 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [WallpaperSwitchThemeFile]
2024-05-04 14:28:32 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-04 14:28:32 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-05-04 14:28:32 | Info | ThemeManager.UpdateTheme: dwm management: no refresh required
2024-05-04 14:28:32 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-04 14:28:32 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: Manual
2024-05-04 14:28:51 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:29:10 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:29:12 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:29:25 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 15:53:43 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 04-05-2024 15:53:43
2024-05-04 15:53:53 | Info | SystemEventHandler.NotifyAtResume: system unlocked, theme state valid, not sending notification
2024-05-04 15:53:53 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-04 19:36:01 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 04-05-2024 19:36:01
2024-05-04 19:36:08 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-04 22:46:31 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 04-05-2024 22:46:31
2024-05-05 01:00:46 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 01:00:46
2024-05-05 01:01:00 | Info | SystemEventHandler.NotifyAtResume: system unlocked, prompting user for theme switch
2024-05-05 01:01:02 | Info | ToastHandler.InvokeDelayAutoSwitchNotifyToast: requested theme at delay notification time: light
2024-05-05 01:01:02 | Info | PostponeItem.StartExpiry: SwitchNotification will expire at 05.05.2024 01:06:02
2024-05-05 01:01:08 | Info | PostponeItem.StartExpiry: SwitchNotification had its expiry at 05.05.2024 01:06:02 cancelled
2024-05-05 01:01:08 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 01:01:08 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 01:01:08 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-05 01:01:09 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 01:01:09 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-05 01:01:09 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-05 01:01:09 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 01:01:12 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 01:01:12 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: Manual
2024-05-05 01:02:20 | Info | MessageParser.Parse: signal received: request for running status
2024-05-05 01:02:20 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-05 01:02:20 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-05 01:02:35 | Info | MessageParser.Parse: signal recevied: get autostart state
2024-05-05 02:16:01 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 02:16:01
2024-05-05 03:14:10 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 03:14:10
2024-05-05 03:14:16 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 03:14:16 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 03:16:05 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-05 03:16:05 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 03:16:06 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-05 03:16:06 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 03:16:06 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-05 03:16:06 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-05 03:16:06 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 03:16:08 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 03:16:08 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 05-05-2024 03:16:05
2024-05-05 03:16:12 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-05 03:16:12 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 03:16:12 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-05 03:16:12 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 03:16:12 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-05 03:16:12 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-05 03:16:12 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 03:16:14 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 03:16:14 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 05-05-2024 03:16:12
2024-05-05 03:16:45 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-05 03:16:45 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 03:16:45 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-05 03:16:45 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 03:16:45 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-05 03:16:45 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-05 03:16:45 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 03:16:47 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 03:16:47 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 05-05-2024 03:16:45
2024-05-05 03:17:48 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-05 03:17:48 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 03:17:49 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-05 03:17:49 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 03:17:49 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-05 03:17:49 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-05 03:17:49 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 03:17:51 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 03:17:51 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 05-05-2024 03:17:48
2024-05-05 07:04:55 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 07:04:55
2024-05-05 07:05:04 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-05 11:14:35 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 11:14:35
2024-05-05 11:14:49 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 11:14:49 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 11:14:49 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 11:14:50 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-05 11:14:54 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 11:14:54 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-05 11:14:54 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-05 11:14:54 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 11:15:00 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 11:15:00 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-05 11:15:00 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 11:15:00
2024-05-05 14:33:09 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 14:33:09
2024-05-05 16:45:04 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 16:45:04
2024-05-05 18:27:15 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 18:27:15
2024-05-05 18:27:39 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 18:27:39 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 18:42:00 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-05 18:42:00 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 18:42:00 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-05 18:42:00 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 18:42:00 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-05 18:42:00 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-05 18:42:00 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 18:42:02 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 18:42:02 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 05-05-2024 18:42:00
2024-05-05 19:53:07 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 19:53:07
2024-05-05 19:53:20 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 19:53:20 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 20:51:55 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 20:51:55
2024-05-05 20:52:35 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 20:52:35 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 21:08:23 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 21:08:23
2024-05-05 21:08:32 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 21:08:32 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-06 02:07:00 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 02:07:00
2024-05-06 03:10:12 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 03:10:12
2024-05-06 03:10:22 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-06 03:10:22 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-06 06:23:24 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 06:23:24
2024-05-06 06:23:30 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-06 17:45:56 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 17:45:56
2024-05-06 18:02:26 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 18:02:26
2024-05-06 18:02:34 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-06 18:02:34 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-06 18:02:34 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-06 18:02:35 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-06 18:02:36 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-06 18:02:36 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-06 18:02:36 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-06 18:02:36 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-06 18:02:39 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-06 18:02:39 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-06 21:18:27 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 21:18:26
2024-05-06 21:18:33 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-06 23:08:08 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 23:08:08
2024-05-06 23:08:24 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-06 23:08:24 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-06 23:08:24 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-06 23:08:28 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-06 23:08:29 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-06 23:08:29 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-06 23:08:29 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-06 23:08:29 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-06 23:08:33 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-06 23:08:33 | Info | ThemeManager.UpdateTheme: refreshed dark theme, source: SystemUnlock
2024-05-07 02:22:29 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 02:22:29
2024-05-07 02:39:01 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 02:39:01
2024-05-07 02:39:24 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 02:39:24 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 02:52:06 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 02:52:06
2024-05-07 06:19:57 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 06:19:56
2024-05-07 11:57:11 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 11:57:11
2024-05-07 11:57:18 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-07 11:58:25 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 11:58:25 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 11:58:25 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-07 11:58:28 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-07 11:58:30 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-07 11:58:30 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-07 11:58:30 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-07 11:58:30 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-07 11:58:35 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-07 11:58:35 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-07 13:57:44 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 13:57:44
2024-05-07 13:57:52 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 13:57:52 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 15:12:47 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 15:12:47
2024-05-07 15:12:57 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 15:12:57 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 16:11:57 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 16:11:57
2024-05-07 16:12:04 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 16:12:04 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 18:43:47 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 18:43:47
2024-05-07 18:43:54 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 18:43:54 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 18:44:01 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-07 18:44:01 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-07 18:44:01 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-07 18:44:03 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-07 18:44:03 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-07 18:44:03 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-07 18:44:03 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-07 18:44:06 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-07 18:44:06 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 07-05-2024 18:44:01
2024-05-07 19:30:50 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 19:30:50
2024-05-07 19:31:01 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 19:31:01 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 23:43:20 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 23:43:20
2024-05-08 14:02:33 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 08-05-2024 14:02:33
2024-05-08 14:02:46 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-08 14:02:46 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-08 14:02:54 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-08 14:02:54 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-08 14:02:56 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-08 14:03:03 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-08 14:03:03 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-08 14:03:03 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-08 14:03:03 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-08 14:03:11 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-08 14:03:11 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 08-05-2024 14:02:54
2024-05-08 14:13:01 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-08 14:13:01 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-08 17:13:22 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 08-05-2024 17:13:22
2024-05-08 17:13:51 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-08 17:13:51 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-08 18:43:04 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-08 18:43:04 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-08 18:43:06 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-08 18:43:45 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-08 18:43:45 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-08 18:43:45 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-08 18:43:45 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-08 18:44:18 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-08 18:44:18 | Warn | ThemeHandler.ApplyIThemeManager2: theme switching took longer than expected (33.6387096 seconds)
2024-05-08 18:44:18 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 08-05-2024 18:43:04
2024-05-08 22:06:22 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 08-05-2024 22:06:22
2024-05-08 23:16:03 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 08-05-2024 23:16:03
2024-05-08 23:16:25 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-08 23:16:25 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-09 00:25:49 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 09-05-2024 00:25:49
2024-05-09 00:25:55 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-09 00:25:55 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-09 00:45:23 | Info | MessageParser.Parse: signal received: request for running status
2024-05-09 00:45:23 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-09 00:45:23 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-09 00:50:31 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-09 00:50:31 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:50:31 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-09 00:50:32 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:50:32 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-09 00:50:32 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-09 00:50:32 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:50:35 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:50:35 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 09-05-2024 00:50:31
2024-05-09 00:50:39 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-09 00:50:39 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:50:39 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-09 00:50:39 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:50:39 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-09 00:50:39 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-09 00:50:39 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:50:41 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:50:41 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 09-05-2024 00:50:39
2024-05-09 00:51:10 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-09 00:51:10 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:51:10 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-09 00:51:11 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:51:11 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-09 00:51:11 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-09 00:51:11 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:51:15 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:51:15 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 09-05-2024 00:51:10
2024-05-09 00:51:22 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-09 00:51:22 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:51:22 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-09 00:51:24 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:51:24 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-09 00:51:24 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-09 00:51:24 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:51:27 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:51:28 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 09-05-2024 00:51:22
2024-05-09 00:51:32 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-09 00:51:32 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:51:32 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-09 00:51:33 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:51:33 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-09 00:51:33 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-09 00:51:33 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:51:36 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:51:37 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 09-05-2024 00:51:32
2024-05-09 00:52:34 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-09 00:52:34 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:52:34 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-09 00:52:35 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:52:35 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-09 00:52:35 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-09 00:52:35 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:52:39 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:52:40 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 09-05-2024 00:52:34

Commit Hash, Version and Windows Build

  • Commit: cf7a0fe
  • Service/App: 10.4.1.1
  • Updater: 3.1.4
  • Shell: 1.3.3.0
  • .Net: 7.0.5
  • Windows: 22621.3527

Screenshots / Videos

BUG_Windows-Auto-Dark-Mode-Color-Issue_20240507.mp4

Screenshot 2024-05-09 005336

@Armin2208
Copy link
Member

Please open Auto Dark Mode App, navigate into settings and activate the option "Always refresh DWM on theme switch". See if the theme bugs go away.
grafik

@HarshdeepSinghChauhan
Copy link
Author

Please open Auto Dark Mode App, navigate into settings and activate the option "Always refresh DWM on theme switch". See if the theme bugs go away. grafik

Okay, I have enabled it and will observe for the issue to reproduce again. I saw the alert, and hopefully, I do not encounter any lags/crashes.

@HarshdeepSinghChauhan
Copy link
Author

Please open Auto Dark Mode App, navigate into settings and activate the option "Always refresh DWM on theme switch". See if the theme bugs go away. grafik

Update: I enabled the checkbox as suggested, but the dark theme was already enabled. When I returned to my laptop a couple of hours later, I saw the same issue persisting when I used Copilot and saw some suggestions inside it. Here is the snapshot.

image

And here is the log file.

2024-04-29 01:25:38 | Info | Program.Main: commit hash: cf7a0fe, build: 10.4.1.1
2024-04-29 01:25:38 | Info | Program.Main: cwd: C:\Users\harsh\AppData\Local\Programs\AutoDarkMode\adm-app\AutoDarkModeSvc.exe
2024-04-29 01:25:39 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\spotlight.theme
2024-04-29 01:25:39 | Info | AsyncPipeServer.Loop: started npipe server with 5 workers (single in, multi out), request: admpipe_request_harsh
2024-04-29 01:25:39 | Info | ComponentManager..ctor: current windows build: 22621.3527
2024-04-29 01:25:39 | Info | ComponentManager..ctor: using apps and system components for newer builds 19044 and up
2024-04-29 01:25:39 | Info | ComponentManager..ctor: using wallpaper component for windows builds 22621.1105 and up
2024-04-29 01:25:39 | Info | ComponentManager..ctor: using colorization and cursor switcher for newer builds 19044 and up
2024-04-29 01:25:39 | Info | MessageParser.Parse: signal received: request for running status
2024-04-29 01:25:39 | Info | MessageParser.Parse: signal received: add service to autostart
2024-04-29 01:25:39 | Info | SystemEventHandler.RegisterResumeEvent: enabling theme refresh at system unlock (win 11)
2024-04-29 01:25:43 | Info | TimeSwitchGovernor.EnableHook: time switch governor selected
2024-04-29 01:25:43 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-29 01:25:43 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\spotlight.theme
2024-04-29 01:25:43 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-04-29 01:25:43 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-04-29 01:25:43 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-29 01:25:44 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-29 01:25:44 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: TimeSwitchModule, sunset: 29-04-2024 20:00:00
2024-04-29 01:25:47 | Info | NightLightGovernor.EnableHook: night light governor selected
2024-04-29 01:25:47 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-04-29 03:29:33 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 03:29:33
2024-04-29 03:29:42 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-29 03:29:42 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-29 07:03:40 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 07:03:40
2024-04-29 07:03:46 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-04-29 13:36:32 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 13:36:32
2024-04-29 13:36:43 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-29 13:36:43 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-29 13:36:43 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-29 13:36:49 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-04-29 13:36:52 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-04-29 13:36:52 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-04-29 13:36:52 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-29 13:36:58 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-29 13:36:58 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-04-29 14:07:46 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 14:07:46
2024-04-29 14:08:25 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-29 14:08:25 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-29 17:56:16 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 17:56:16
2024-04-29 23:41:57 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 23:41:57
2024-04-29 23:42:05 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-04-29 23:42:07 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-29 23:42:07 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-29 23:42:07 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-29 23:42:08 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-04-29 23:42:08 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-04-29 23:42:08 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-04-29 23:42:08 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-29 23:42:10 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-29 23:42:10 | Info | ThemeManager.UpdateTheme: refreshed dark theme, source: SystemUnlock
2024-04-29 23:42:16 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 29-04-2024 23:42:16
2024-04-30 01:46:52 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 01:46:52
2024-04-30 01:49:39 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 01:49:39 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 02:08:54 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 02:08:54
2024-04-30 02:09:02 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 02:09:02 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 05:18:23 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 05:18:23
2024-04-30 14:14:32 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 14:14:32
2024-04-30 14:14:41 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-04-30 14:14:41 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 14:14:41 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 14:14:41 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-30 14:14:45 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-04-30 14:14:45 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-04-30 14:14:45 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-04-30 14:14:45 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-30 14:14:47 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-30 14:14:47 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-04-30 17:36:58 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 17:36:58
2024-04-30 17:37:04 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 17:37:04 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 18:39:00 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-04-30 18:39:00 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-04-30 18:39:00 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-04-30 18:39:00 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-04-30 18:39:00 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-04-30 18:39:00 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-04-30 18:39:01 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-04-30 18:39:01 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 30-04-2024 18:39:00
2024-04-30 19:45:26 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 19:45:26
2024-04-30 19:45:33 | Info | PostponeManager.Remove: postpone queue cleared
2024-04-30 19:45:33 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-04-30 22:55:57 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 30-04-2024 22:55:57
2024-05-01 15:37:11 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 01-05-2024 15:37:11
2024-05-01 15:37:19 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-01 15:37:23 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-01 15:37:23 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-01 15:37:23 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-01 15:37:25 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-05-01 15:37:25 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-01 15:37:25 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-01 15:37:26 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-01 15:37:30 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-01 15:37:30 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-01 17:41:08 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 01-05-2024 17:41:08
2024-05-01 17:43:48 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-01 17:43:48 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-01 18:24:34 | Info | MessageParser.Parse: signal received: request for running status
2024-05-01 18:24:34 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-01 18:24:34 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-01 18:39:00 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-01 18:39:00 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-01 18:39:00 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\spotlight.theme
2024-05-01 18:39:00 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-01 18:39:00 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-01 18:39:00 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-01 18:39:03 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-01 18:39:03 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 01-05-2024 18:39:00
2024-05-01 23:19:34 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 01-05-2024 23:19:33
2024-05-01 23:19:42 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-01 23:19:42 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 03:10:20 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 03:10:20
2024-05-02 03:10:29 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-02 03:10:29 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 07:31:59 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 07:31:59
2024-05-02 15:36:14 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 15:36:14
2024-05-02 15:36:18 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-02 15:36:22 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-02 15:36:22 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 15:36:22 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-02 15:36:25 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-05-02 15:36:25 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-02 15:36:26 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-02 15:36:26 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-02 15:36:30 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-02 15:36:30 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-02 17:32:58 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 17:32:58
2024-05-02 17:33:16 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-02 17:33:16 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 20:34:02 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 02-05-2024 20:34:02
2024-05-02 20:34:12 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-02 20:34:12 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-02 20:38:21 | Info | MessageParser.Parse: signal received: request for running status
2024-05-02 20:38:21 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-02 20:38:21 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-02 20:40:06 | Info | MessageParser.Parse: signal received: remove service from autostart
2024-05-02 20:40:06 | Info | MessageParser.Parse: signal received, exiting
2024-05-02 20:40:06 | Info | Service.Exit: exiting service
2024-05-02 20:40:06 | Info | Program.Main: service shutdown successful
2024-05-04 14:20:22 | Info | Program.Main: commit hash: cf7a0fe, build: 10.4.1.1
2024-05-04 14:20:23 | Info | Program.Main: cwd: C:\Users\harsh\AppData\Local\Programs\AutoDarkMode\adm-app\AutoDarkModeSvc.exe
2024-05-04 14:20:23 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\aero.theme
2024-05-04 14:20:25 | Info | AsyncPipeServer.Loop: started npipe server with 5 workers (single in, multi out), request: admpipe_request_harsh
2024-05-04 14:20:25 | Info | ComponentManager..ctor: current windows build: 22621.3527
2024-05-04 14:20:25 | Info | ComponentManager..ctor: using apps and system components for newer builds 19044 and up
2024-05-04 14:20:25 | Info | ComponentManager..ctor: using wallpaper component for windows builds 22621.1105 and up
2024-05-04 14:20:25 | Info | ComponentManager..ctor: using colorization and cursor switcher for newer builds 19044 and up
2024-05-04 14:20:25 | Info | MessageParser.Parse: signal received: request for running status
2024-05-04 14:20:25 | Info | MessageParser.Parse: signal received: add service to autostart
2024-05-04 14:20:25 | Info | NightLightGovernor.EnableHook: night light governor selected
2024-05-04 14:20:25 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-04 14:20:25 | Info | SystemEventHandler.RegisterResumeEvent: enabling theme refresh at system unlock (win 11)
2024-05-04 14:20:44 | Info | MessageParser.Parse: signal recevied: get autostart state
2024-05-04 14:20:54 | Info | MessageParser.Parse: signal received: checking for update and requesting notification
2024-05-04 14:21:01 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-04 14:21:01 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-04 14:21:01 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is default theme with localized name, path: C:\WINDOWS\resources\Themes\aero.theme
2024-05-04 14:21:01 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-04 14:21:01 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-04 14:21:01 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-04 14:21:02 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-04 14:21:02 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 04-05-2024 14:21:01
2024-05-04 14:21:05 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-04 14:21:05 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile]
2024-05-04 14:21:05 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-05-04 14:21:05 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-04 14:21:05 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-04 14:21:05 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-04 14:21:07 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-04 14:21:07 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 04-05-2024 14:21:05
2024-05-04 14:21:19 | Info | MessageParser.Parse: signal received: request for running status
2024-05-04 14:21:19 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-04 14:21:19 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-04 14:26:09 | Info | MessageParser.Parse: signal recevied: get autostart state
2024-05-04 14:26:29 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:26:29 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:27:55 | Info | MessageParser.Parse: signal received: detecting new monitors
2024-05-04 14:27:55 | Info | DisplayHandler.DetectMonitors: missing monitor found, adding new default config for: \?\DISPLAY#AUO41EC#4&41820d&0&UID265988#{e6f07b5f-ee97-4a90-b076-33f57bf4eaa7}
2024-05-04 14:27:55 | Info | MessageParser.Parse: signal received: get requested theme
2024-05-04 14:28:02 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:28:02 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [WallpaperSwitchThemeFile]
2024-05-04 14:28:02 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-04 14:28:03 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-04 14:28:03 | Info | ThemeManager.UpdateTheme: dwm management: no refresh required
2024-05-04 14:28:03 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-04 14:28:03 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: Manual
2024-05-04 14:28:32 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:28:32 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [WallpaperSwitchThemeFile]
2024-05-04 14:28:32 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-04 14:28:32 | Info | ThemeFile.SyncWithActiveTheme: theme used for syncing is ADMTheme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme
2024-05-04 14:28:32 | Info | ThemeManager.UpdateTheme: dwm management: no refresh required
2024-05-04 14:28:32 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-04 14:28:32 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: Manual
2024-05-04 14:28:51 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:29:10 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:29:12 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 14:29:25 | Info | MessageParser.Parse: signal received: invoke theme switch request
2024-05-04 15:53:43 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 04-05-2024 15:53:43
2024-05-04 15:53:53 | Info | SystemEventHandler.NotifyAtResume: system unlocked, theme state valid, not sending notification
2024-05-04 15:53:53 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-04 19:36:01 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 04-05-2024 19:36:01
2024-05-04 19:36:08 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-04 22:46:31 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 04-05-2024 22:46:31
2024-05-05 01:00:46 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 01:00:46
2024-05-05 01:01:00 | Info | SystemEventHandler.NotifyAtResume: system unlocked, prompting user for theme switch
2024-05-05 01:01:02 | Info | ToastHandler.InvokeDelayAutoSwitchNotifyToast: requested theme at delay notification time: light
2024-05-05 01:01:02 | Info | PostponeItem.StartExpiry: SwitchNotification will expire at 05.05.2024 01:06:02
2024-05-05 01:01:08 | Info | PostponeItem.StartExpiry: SwitchNotification had its expiry at 05.05.2024 01:06:02 cancelled
2024-05-05 01:01:08 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 01:01:08 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 01:01:08 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-05 01:01:09 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 01:01:09 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-05 01:01:09 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-05 01:01:09 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 01:01:12 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 01:01:12 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: Manual
2024-05-05 01:02:20 | Info | MessageParser.Parse: signal received: request for running status
2024-05-05 01:02:20 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-05 01:02:20 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-05 01:02:35 | Info | MessageParser.Parse: signal recevied: get autostart state
2024-05-05 02:16:01 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 02:16:01
2024-05-05 03:14:10 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 03:14:10
2024-05-05 03:14:16 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 03:14:16 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 03:16:05 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-05 03:16:05 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 03:16:06 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-05 03:16:06 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 03:16:06 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-05 03:16:06 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-05 03:16:06 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 03:16:08 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 03:16:08 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 05-05-2024 03:16:05
2024-05-05 03:16:12 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-05 03:16:12 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 03:16:12 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-05 03:16:12 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 03:16:12 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-05 03:16:12 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-05 03:16:12 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 03:16:14 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 03:16:14 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 05-05-2024 03:16:12
2024-05-05 03:16:45 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-05 03:16:45 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 03:16:45 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-05 03:16:45 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 03:16:45 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-05 03:16:45 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-05 03:16:45 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 03:16:47 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 03:16:47 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 05-05-2024 03:16:45
2024-05-05 03:17:48 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-05 03:17:48 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 03:17:49 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-05 03:17:49 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 03:17:49 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-05 03:17:49 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-05 03:17:49 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 03:17:51 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 03:17:51 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 05-05-2024 03:17:48
2024-05-05 07:04:55 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 07:04:55
2024-05-05 07:05:04 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-05 11:14:35 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 11:14:35
2024-05-05 11:14:49 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 11:14:49 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 11:14:49 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 11:14:50 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-05 11:14:54 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 11:14:54 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-05 11:14:54 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-05 11:14:54 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 11:15:00 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 11:15:00 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-05 11:15:00 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 11:15:00
2024-05-05 14:33:09 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 14:33:09
2024-05-05 16:45:04 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 16:45:04
2024-05-05 18:27:15 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 18:27:15
2024-05-05 18:27:39 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 18:27:39 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 18:42:00 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-05 18:42:00 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-05 18:42:00 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-05 18:42:00 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-05 18:42:00 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-05 18:42:00 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-05 18:42:00 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-05 18:42:02 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-05 18:42:02 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 05-05-2024 18:42:00
2024-05-05 19:53:07 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 19:53:07
2024-05-05 19:53:20 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 19:53:20 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 20:51:55 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 20:51:55
2024-05-05 20:52:35 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 20:52:35 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-05 21:08:23 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 05-05-2024 21:08:23
2024-05-05 21:08:32 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-05 21:08:32 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-06 02:07:00 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 02:07:00
2024-05-06 03:10:12 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 03:10:12
2024-05-06 03:10:22 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-06 03:10:22 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-06 06:23:24 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 06:23:24
2024-05-06 06:23:30 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-06 17:45:56 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 17:45:56
2024-05-06 18:02:26 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 18:02:26
2024-05-06 18:02:34 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-06 18:02:34 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-06 18:02:34 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-06 18:02:35 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-06 18:02:36 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-06 18:02:36 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-06 18:02:36 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-06 18:02:36 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-06 18:02:39 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-06 18:02:39 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-06 21:18:27 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 21:18:26
2024-05-06 21:18:33 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-06 23:08:08 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 06-05-2024 23:08:08
2024-05-06 23:08:24 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-06 23:08:24 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-06 23:08:24 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-06 23:08:28 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-06 23:08:29 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-06 23:08:29 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-06 23:08:29 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-06 23:08:29 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-06 23:08:33 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-06 23:08:33 | Info | ThemeManager.UpdateTheme: refreshed dark theme, source: SystemUnlock
2024-05-07 02:22:29 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 02:22:29
2024-05-07 02:39:01 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 02:39:01
2024-05-07 02:39:24 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 02:39:24 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 02:52:06 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 02:52:06
2024-05-07 06:19:57 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 06:19:56
2024-05-07 11:57:11 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 11:57:11
2024-05-07 11:57:18 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-07 11:58:25 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 11:58:25 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 11:58:25 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-07 11:58:28 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-07 11:58:30 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-07 11:58:30 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-07 11:58:30 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-07 11:58:30 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-07 11:58:35 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-07 11:58:35 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-07 13:57:44 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 13:57:44
2024-05-07 13:57:52 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 13:57:52 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 15:12:47 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 15:12:47
2024-05-07 15:12:57 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 15:12:57 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 16:11:57 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 16:11:57
2024-05-07 16:12:04 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 16:12:04 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 18:43:47 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 18:43:47
2024-05-07 18:43:54 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 18:43:54 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 18:44:01 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-07 18:44:01 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-07 18:44:01 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-07 18:44:03 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-07 18:44:03 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-07 18:44:03 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-07 18:44:03 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-07 18:44:06 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-07 18:44:06 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 07-05-2024 18:44:01
2024-05-07 19:30:50 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 19:30:50
2024-05-07 19:31:01 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-07 19:31:01 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-07 23:43:20 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 07-05-2024 23:43:20
2024-05-08 14:02:33 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 08-05-2024 14:02:33
2024-05-08 14:02:46 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-08 14:02:46 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-08 14:02:54 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-08 14:02:54 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-08 14:02:56 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-08 14:03:03 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-08 14:03:03 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-08 14:03:03 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-08 14:03:03 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-08 14:03:11 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-08 14:03:11 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 08-05-2024 14:02:54
2024-05-08 14:13:01 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-08 14:13:01 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-08 17:13:22 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 08-05-2024 17:13:22
2024-05-08 17:13:51 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-08 17:13:51 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-08 18:43:04 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-08 18:43:04 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-08 18:43:06 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-08 18:43:45 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-08 18:43:45 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-08 18:43:45 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-08 18:43:45 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-08 18:44:18 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-08 18:44:18 | Warn | ThemeHandler.ApplyIThemeManager2: theme switching took longer than expected (33.6387096 seconds)
2024-05-08 18:44:18 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 08-05-2024 18:43:04
2024-05-08 22:06:22 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 08-05-2024 22:06:22
2024-05-08 23:16:03 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 08-05-2024 23:16:03
2024-05-08 23:16:25 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-08 23:16:25 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-09 00:25:49 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 09-05-2024 00:25:49
2024-05-09 00:25:55 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-09 00:25:55 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-09 00:45:23 | Info | MessageParser.Parse: signal received: request for running status
2024-05-09 00:45:23 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-09 00:45:23 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-09 00:50:31 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-09 00:50:31 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:50:31 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-09 00:50:32 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:50:32 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-09 00:50:32 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-09 00:50:32 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:50:35 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:50:35 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 09-05-2024 00:50:31
2024-05-09 00:50:39 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-09 00:50:39 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:50:39 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-09 00:50:39 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:50:39 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-09 00:50:39 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-09 00:50:39 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:50:41 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:50:41 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 09-05-2024 00:50:39
2024-05-09 00:51:10 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-09 00:51:10 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:51:10 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-09 00:51:11 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:51:11 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-09 00:51:11 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-09 00:51:11 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:51:15 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:51:15 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 09-05-2024 00:51:10
2024-05-09 00:51:22 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-09 00:51:22 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:51:22 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-09 00:51:24 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:51:24 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-09 00:51:24 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-09 00:51:24 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:51:27 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:51:28 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 09-05-2024 00:51:22
2024-05-09 00:51:32 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-09 00:51:32 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:51:32 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-09 00:51:33 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:51:33 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-09 00:51:33 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-09 00:51:33 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:51:36 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:51:37 | Info | ThemeManager.UpdateTheme: light theme switch performed, source: NightLightTrackerModule, sunrise: 09-05-2024 00:51:32
2024-05-09 00:52:34 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-09 00:52:34 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 00:52:34 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-09 00:52:35 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 00:52:35 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-09 00:52:35 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-09 00:52:35 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 00:52:39 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 00:52:40 | Info | ThemeManager.UpdateTheme: dark theme switch performed, source: NightLightTrackerModule, sunset: 09-05-2024 00:52:34
2024-05-09 04:19:16 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 09-05-2024 04:19:16
2024-05-09 18:22:17 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 09-05-2024 18:22:17
2024-05-09 18:22:26 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to False
2024-05-09 18:23:09 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-09 18:23:10 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-09 18:23:10 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 18:23:11 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Dark/Fill, now: Light/Fill, mode: Fill, type: Individual
2024-05-09 18:23:13 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 18:23:13 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Dark, pending: Light, mode: Switch
2024-05-09 18:23:13 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Dark/NoAccent, pending: Light/NoAccent, mode: Switch, accent: no
2024-05-09 18:23:13 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 18:23:17 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 18:23:17 | Info | ThemeManager.UpdateTheme: refreshed light theme, source: SystemUnlock
2024-05-09 20:01:17 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 09-05-2024 20:01:17
2024-05-09 20:01:22 | Info | NightLightGovernor.UpdateNightLightState: night light status enabled changed to True
2024-05-09 20:01:28 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-09 20:01:28 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-09 20:01:28 | Info | ComponentManager.GetComponentsToUpdate: components queued for update: [AppsSwitchThemeFile, SystemSwitchThemeFile, WallpaperSwitchThemeFile]
2024-05-09 20:01:30 | Info | WallpaperSwitch.LogHandleSwitch: update info - previous: Light/Fill, now: Dark/Fill, mode: Fill, type: Individual
2024-05-09 20:01:34 | Info | ThemeFile.SyncWithActiveTheme: theme used for synching is custom theme, path: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\Custom.theme
2024-05-09 20:01:34 | Info | AppsSwitchThemeFile.HandleSwitch: update info - previous: Light, pending: Dark, mode: Switch
2024-05-09 20:01:34 | Info | SystemSwitchThemeFile.SwitchSystemTheme: update info - previous: Light/NoAccent, pending: Dark/NoAccent, mode: Switch, accent: no
2024-05-09 20:01:34 | Info | ThemeManager.UpdateTheme: dwm management: requested standard refresh will be performed by component(s) in queue
2024-05-09 20:01:39 | Info | Tm2Handler.SetTheme: applied theme ADMTheme, from origin: C:\Users\harsh\AppData\Local\Microsoft\Windows\Themes\ADMTheme.theme directly via IThemeManager2
2024-05-09 20:01:39 | Info | ThemeManager.UpdateTheme: refreshed dark theme, source: SystemUnlock
2024-05-09 20:03:22 | Info | MessageParser.Parse: signal recevied: get autostart state
2024-05-09 23:01:42 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 09-05-2024 23:01:42
2024-05-09 23:01:49 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-09 23:01:49 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-09 23:24:19 | Info | SystemEventHandler.HandleTimeChangedEvent: system time changed from 09-05-2024 23:24:19
2024-05-09 23:24:46 | Info | PostponeManager.Remove: postpone queue cleared
2024-05-09 23:24:46 | Info | SystemEventHandler.SystemEvents_Windows11_SessionSwitch: system unlocked, refreshing theme
2024-05-09 23:32:50 | Info | MessageParser.Parse: signal received: request for running status
2024-05-09 23:32:50 | Info | MessageParser.Parse: signal received: validate autostart entries
2024-05-09 23:32:50 | Info | TaskSchdHandler.GetLogonTask: logon task folder does not exist
2024-05-09 23:32:55 | Info | MessageParser.Parse: signal recevied: get autostart state

@HarshdeepSinghChauhan
Copy link
Author

HarshdeepSinghChauhan commented May 10, 2024

Update: The force refresh option has been mostly unhelpful, especially for Edge windows and Copilot side-pane

image

@Armin2208
Copy link
Member

What about Windows Explorer about what you complain about before? Does it switch now correctly?
Do you use Dark Reader in Edge?

@moonspeak
Copy link

Same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants