diff --git a/pages/osx/dark-mode.md b/pages/osx/dark-mode.md new file mode 100644 index 0000000000..156ea87ea4 --- /dev/null +++ b/pages/osx/dark-mode.md @@ -0,0 +1,20 @@ +# dark-mode + +> Control macOS dark mode from the command-line. +> More information: . + +- 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`