Where is configuration file located?

Hi there. This might seem like a pointless or a beginner friendly question, but when I run Salome, I get the warning:
WRN - The configuration file has not been found, using default parameters.
And btw, my windows is set to dark mode and therefore my Salome is loaded in dark mode by default. Is there a way I could create a configuration file and tell it to not start the platform in dark mode ?

Hello,

It seems the warning message is in fact coming from one of the module (maybe OpenTURNS?). It is shown only on Windows.

The configuration file of SALOME is in the $HOME directory of the user.
On Windows it is %USERPROFILE%\.config\salome. The name of the file is SalomeApp.xml.<version>.
Note that the <version> could be lower than the current version.

But unfortunately there is no setting to select the theme.

As it was pointed out by Frédéric, the warning is triggered yb Openturns. Here you can edit the salome launcher and add:


    context.setVariable(r “OPENTURNS_CONFIG_PATH”, out_dir_Path + r“\W64\OT\etc\openturns”, overwrite=True)

or simply ignore it.

Very thankful about the quick responses. I got the answer I needed which is “It’s not possible to change from dark theme unless windows is set to light theme as a default option”. Thank you guys.