Graphs color option does not change back when the dark theme is disabled.

Author: fz0000Created Apr 12, 2026Updated Sep 10, 2026

Steps:

  1. Check "Enable theme support (experimental)" and restart.
  2. Uncheck "Enable theme support (experimental)" and restart.

The Graphs color is still in dark mode:

Image

Expected: The backgroud should be reset, too.

Image

https://github.com/winsiderss/systeminformer/blob/2df5e68badc846301e7642f164ceaa5df032cd60/SystemInformer/options.c#L1730-L1734

Should we append the following code after it?

c
else
{
    PhSetIntegerSetting(SETTING_GRAPH_COLOR_MODE, 0);
}

Source: winsiderss/systeminformer