1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/osx/dark-mode.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

20 lines
327 B
Markdown

# 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`