1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-22 06:35:23 +02:00

dark-mode: add page (#5225)

This commit is contained in:
bl-ue 2021-02-05 07:36:55 -05:00 committed by GitHub
parent 3d3f1fc2fb
commit d85ac6642c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages/osx/dark-mode.md Normal file
View file

@ -0,0 +1,20 @@
# 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`