tldr/pages.zh/osx/dark-mode.md

21 lines
392 B
Markdown
Raw Normal View History

# dark-mode
> 从命令行控制 macOS 的深色模式。
> 更多信息:<https://github.com/sindresorhus/dark-mode>.
- 切换深色模式(如果目前是关闭的,就把它打开,如果目前是打开的,就把它关闭):
`dark-mode`
- 打开深色模式:
`dark-mode on`
- 关闭深色模式:
`dark-mode off`
- 检查深色模式是否开启:
`dark-mode status`