Graphs color option does not change back when the dark theme is disabled.
Author: fz0000Created Apr 12, 2026Updated Sep 10, 2026
Steps:
- Check "Enable theme support (experimental)" and restart.
- Uncheck "Enable theme support (experimental)" and restart.
The Graphs color is still in dark mode:
Expected: The backgroud should be reset, too.
Should we append the following code after it?
else
{
PhSetIntegerSetting(SETTING_GRAPH_COLOR_MODE, 0);
}Source: winsiderss/systeminformer