mirror of https://github.com/CrimsonTome/tldr.git
21 lines
349 B
Markdown
21 lines
349 B
Markdown
|
# dark-mode
|
||
|
|
||
|
> Control macOS dark mode from the command-line.
|
||
|
> 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`
|