Skip to content

Commit

Permalink
feat(macos): make MS Word light again
Browse files Browse the repository at this point in the history
Having white text on a black canvas seems weird to me. ;-)
  • Loading branch information
mrolli committed Jan 4, 2025
1 parent 0c4a9d8 commit 5262d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macos/macos
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ lightApps=(
com.apple.Mail
com.apple.Safari
com.runningwithcrayons.Alfred
com.microsoft.Word
)

for lightApp in ${lightApps[0]}; do
defaults write "${lightApp}" NSRequiresAquaSystemAppearance -bool true
done
Expand Down

0 comments on commit 5262d04

Please sign in to comment.