[DOCS] How do I use Dark Mode?

How-to guides, frequently asked questions, not-so-obvious features, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[DOCS] How do I use Dark Mode?

Post by rednoah »

FileBot uses the System theme by default. If you have configured Dark Mode in your Desktop preferences then FileBot will automatically use the Darcula theme. You can use the net.filebot.theme system property to force a specific theme irregardless of Desktop preferences.


:?: How do I enable Dark Mode on Windows 11?
Screenshot

:?: How do I enable Dark Mode on macOS?
Screenshot


:?: How do I force Dark Mode via a custom configuration file?
  1. Press Win+R to open the Run Command prompt
  2. Paste filebot -script fn:properties --def net.filebot.theme=Darcula and then press ENTER

Console Output: Select all

$ filebot -script fn:properties --def net.filebot.theme=Darcula
Update user-defined System Properties
* Set net.filebot.theme = Darcula
Store user-defined System Properties
* Write /data/system.properties
#FileBot System Properties
#Wed Aug 16 8:00:00 GMT 2023
net.filebot.theme=Darcula


Darcula

Shell: Select all

filebot -script fn:properties --def net.filebot.theme=Darcula
Screenshot



Nimbus

Shell: Select all

filebot -script fn:properties --def net.filebot.theme=Nimbus
Screenshot



Flat Light

Shell: Select all

filebot -script fn:properties --def net.filebot.theme=FlatLight
Screenshot



Flat Darcula

Shell: Select all

filebot -script fn:properties --def net.filebot.theme=FlatDark
Screenshot



System (Default)

The default System Look-and-Feel mimics the underlying Desktop platform and looks different on Windows, macOS and Linux.

Shell: Select all

filebot -script fn:properties --def net.filebot.theme=System
Screenshot
:idea: Please read the FAQ and How to Request Help.
Post Reply