snippetbashTip
dark-mode — Control macOS dark mode. More information: <https://github.com/sindresorhus/dark-mode>.
Viewed 0 times
commanddarkclicontroldark-modemoremacosmode
macos
Problem
How to use the
dark-mode command: Control macOS dark mode. More information: <https://github.com/sindresorhus/dark-mode>.Solution
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-modeTurn dark mode on:
dark-mode onTurn dark mode off:
dark-mode offCheck if dark mode is on:
dark-mode statusCode Snippets
Toggle dark mode (turn it on if it's currently off, off if it's currently on)
dark-modeTurn dark mode on
dark-mode onTurn dark mode off
dark-mode offCheck if dark mode is on
dark-mode statusContext
tldr-pages: osx/dark-mode
Revisions (0)
No revisions yet.