Skip to content

jeongwhanchoi/dark-mode-switcher

Repository files navigation

Dark Mode Switcher

How to make the Dark Mode Switcher

  1. Launch the Automator
  2. Choose a type as Application for your documents
  3. Find Actions, 'Run AppleScript'
  4. Type the AppleScript
  5. Save the action in the Application folder

Optional Steps:

  1. Add your own icon
  2. Keep in dock

Related

  • todarkmode: CLI switcher to dark mode on macOS Mojave

Launch the Automator

dm_0

Choose a type for your documents

Choose Application type

dm_1

Find Actions

Find Actions 'Run AppleScript'

dm_02

Type the script like below

dm_03

AppleScript Code:

tell application "System Events"
	tell appearance preferences
		set dark mode to not dark mode
	end tell
end tell

Add your own Application Icon

Download my custom icon file

dm_04

Keep in Dock

dm_05

This is the link about How to use the Dock.


Run the Dark Switcher

Dark-Mode-Switcher

About

Dark Mode Switcher for macOS Mojave (version 10.14)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published