Dark Aqua for Automator Actions

The Shape of Everything
A website mostly about Mac stuff, written by August "Gus" Mueller
Dark Aqua for Automator Actions

Here's a Mojave tip. Your Automator actions are going to want to support dark mode. Luckily this is super easy to do just by adding the following to your action's Info.plist:

    <key>NSRequiresAquaSystemAppearance</key>
    <false/>