Quote:
Originally Posted by Ashjuk
Is dark theme something external to Sigil as I don't see an option for that in Preferences?
|
The dark mode depends on the theme set in the system. Additionally, only on Windows, this can be overridden by using the SIGIL_USES_DARK_MODE environment variable
If we run Sigil from the batch file and force environment variable
Code:
set SIGIL_USES_DARK_MODE
then even if we have a light mode in the system, the Sigil will be in a dark mode.
And the reverse situation:
If we write
Code:
set SIGIL_USES_DARK_MODE=0
so even in a dark system, the Sigil will be in light mode.