[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: 21964
Joined: 16 Nov 2011, 08:59

[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 settings to force a specific theme irregardless of Desktop preferences.


:?: How do I force Dark Mode?
  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


Darcula

Code: Select all

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


Nimbus

Code: Select all

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


Flat Light

Code: Select all

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


Flat Darcula

Code: Select all

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


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

Code: Select all

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