HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dark-mode — Control macOS dark mode. More information: <https://github.com/sindresorhus/dark-mode>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddarkclicontroldark-modemoremacosmode
macos

Problem

How to use the dark-mode command: Control macOS dark mode. More information: <https://github.com/sindresorhus/dark-mode>.

Solution

dark-mode — Control macOS dark mode. More information: <https://github.com/sindresorhus/dark-mode>.

Toggle dark mode (turn it on if it's currently off, off if it's currently on):
dark-mode


Turn dark mode on:
dark-mode on


Turn dark mode off:
dark-mode off


Check if dark mode is on:
dark-mode status

Code Snippets

Toggle dark mode (turn it on if it's currently off, off if it's currently on)

dark-mode

Turn dark mode on

dark-mode on

Turn dark mode off

dark-mode off

Check if dark mode is on

dark-mode status

Context

tldr-pages: osx/dark-mode

Revisions (0)

No revisions yet.