Skip to content

Commit a1b4573

Browse files
macos-tweaks: don't enable dark mode by default
1 parent 5d0d14f commit a1b4573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos-tweaks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
2929
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
3030

3131
# Enable dark theme
32-
defaults write NSGlobalDomain AppleInterfaceStyle Dark
32+
# defaults write NSGlobalDomain AppleInterfaceStyle Dark
3333

3434
###############################################################################
3535
# Input #

0 commit comments

Comments
 (0)