Method 1: Siri Shortcuts + keyboard shortcut

This is the free, built-in approach. You create a shortcut that toggles your appearance, then assign a keyboard shortcut to it through System Settings.

How to set it up

  1. Open the Shortcuts app.
  2. Click the + button to create a new shortcut.
  3. Search for and add the "Set Appearance" action. Set it to Toggle.
  4. Name the shortcut "Toggle Dark Mode".
  5. Open System SettingsKeyboardKeyboard ShortcutsApp Shortcuts.
  6. Click +, select Shortcuts as the application, type "Toggle Dark Mode" as the menu title (must match exactly), and set your preferred key combination.

Pros and cons

Good to know

The menu title in the App Shortcuts settings must match the shortcut name exactly, including capitalisation. If it does not match, the keyboard shortcut will not work.

Method 2: Automator Quick Action

The classic approach. You create an Automator service that runs an AppleScript command, then assign a keyboard shortcut to it.

How to set it up

  1. Open Automator and create a new Quick Action.
  2. Set "Workflow receives" to no input in any application.
  3. Add a "Run AppleScript" action with this code:
    tell application "System Events" to tell appearance preferences to set dark mode to not dark mode
  4. Save the Quick Action as "Toggle Dark Mode".
  5. Open System SettingsKeyboardKeyboard ShortcutsServices.
  6. Find "Toggle Dark Mode" under General and assign your preferred key combination.

Pros and cons

Heads up

Apple has signalled that Automator is on its way out. If you are setting this up for the first time, the Siri Shortcuts method (Method 1) is a safer long-term bet.

Method 3: Nightfall

Nightfall is a free, open-source macOS app built specifically for toggling dark mode. It sits in your menu bar and includes a built-in keyboard shortcut.

How to set it up

  1. Download Nightfall from the GitHub releases page or the Mac App Store.
  2. Open the app. It appears in your menu bar.
  3. Open Nightfall preferences and set your preferred keyboard shortcut.
  4. Press the shortcut to toggle between light and dark mode instantly.

Pros and cons

Tip

If all you need is a keyboard shortcut to toggle dark mode and nothing else, Nightfall is an excellent choice. It is lightweight, free, and actively maintained.

Method 4: Solace

Solace is for users who want the keyboard shortcut plus full automation. It sits in your menu bar and combines a global hotkey with solar scheduling, weather-aware switching, wallpaper sync, and evening warmth.

How to set it up

  1. Download and open Solace. It appears in your menu bar.
  2. Open Solace preferences and set a global keyboard shortcut — any key combination you choose.
  3. Press the shortcut to toggle between light and dark mode instantly.
  4. Optionally, set up automatic switching — solar, custom schedule, or weather-aware — and the keyboard shortcut will temporarily override the schedule when you need it.

What makes it different

Comparison: all methods side by side

Feature Shortcuts Automator Nightfall Solace
Cost Free Free Free $4.99 one-time
Setup difficulty Moderate Moderate Easy Easy
Reliability Variable Variable Good Excellent
Auto scheduling Basic Solar + custom
Weather-aware
Wallpaper sync
Evening warmth

Tips for choosing your shortcut key combination

There is no universal standard for a dark mode shortcut, so you can pick whatever feels natural. A few practical tips:

Tip

If you use an app like Solace that provides its own global shortcut, it will not conflict with per-app shortcuts since it registers at the system level.

Frequently asked questions

Is there a built-in keyboard shortcut for dark mode on Mac?

No. Apple does not include a default keyboard shortcut for toggling dark mode on macOS. You can switch manually through System Settings or Control Centre, but there is no built-in key combination. You need to create one yourself using Siri Shortcuts, Automator, or a third-party app.

Can I use Siri to toggle dark mode?

Yes. Saying "Hey Siri, turn on dark mode" or "Hey Siri, turn off dark mode" will change your Mac's appearance. However, this is voice-only. It is not a keyboard shortcut. If you want to toggle with a keystroke, you will need one of the methods described above.

Why doesn't Apple add a dark mode keyboard shortcut?

It is unclear. Apple added a dark mode toggle to Control Centre in macOS Ventura and supports automatic switching via the Auto appearance setting, but a keyboard shortcut has never been included. It may be that Apple considers dark mode a preference you set once rather than something you toggle frequently. For users who do toggle often, third-party solutions fill the gap.

Can I toggle dark mode from the Control Centre?

Yes, on macOS Ventura and later. Click the Control Centre icon in the menu bar, click Display, then toggle Dark Mode on or off. It takes two clicks, which is faster than opening System Settings but slower than a keyboard shortcut.

Solace — $4.99, yours forever

A global keyboard shortcut for dark mode, plus solar scheduling, weather-aware switching, wallpaper sync, and evening warmth. One app, zero data collection.

Buy Now

One-time purchase, no subscription. Learn more

All posts