1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-10 11:17:40 +00:00
shoestrap/assets/default/mac-bin/light_mode

10 lines
150 B
Plaintext
Raw Normal View History

#! /bin/sh
osascript <<EOF
tell application "System Events"
tell appearance preferences
set dark mode to false
end tell
end tell
EOF