View Single Post
Old 03-11-2021, 07:52 AM   #235
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 899
Karma: 3501166
Join Date: Jan 2017
Location: Poland
Device: Various
Quote:
Originally Posted by Ashjuk View Post
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.
BeckyEbook is offline   Reply With Quote