Skip to content

Instantly share code, notes, and snippets.

View Maqsim's full-sized avatar

Max Diachenko Maqsim

View GitHub Profile
@d-srd
d-srd / DarkMode.swift
Last active September 29, 2019 15:53
enum DarkMode {
static var isEnabled: Bool {
let script = """
tell application "System Events"
tell appearance preferences
get properties
return dark mode
end tell
end tell
"""