On this page you find all important commands for the CLI tool dark-mode. If the
command you are looking for is missing please ask our AI.
dark-mode
Dark-mode is a command line tool primarily designed for macOS that toggles the system-wide appearance between light and dark modes. The tool is written in Swift and can be used to switch between light and dark modes with a simple command. It provides a convenient way to automate the switching process or integrate it into scripts. Dark-mode supports additional functionalities like scheduling dark mode activation based on time, which can be useful to switch to dark mode automatically during nighttime. The tool uses the native macOS appearance API and does not require any third-party software installation. Dark-mode is an open-source project, and its source code is available on GitHub for users to modify and contribute to its development.
List of commands for dark-mode:
-
dark-mode:tldr:9e1f4 dark-mode: Toggle dark mode (turn it on if it's currently off, off if it's currently on).$ dark-modetry on your machineexplain this command
-
dark-mode:tldr:ae9bd dark-mode: Turn dark mode off.$ dark-mode offtry on your machineexplain this command
-
dark-mode:tldr:e2b30 dark-mode: Check if dark mode is on.$ dark-mode statustry on your machineexplain this command
-
dark-mode:tldr:fa4dc dark-mode: Turn dark mode on.$ dark-mode ontry on your machineexplain this command