Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save douglasmiranda/801d6089148911e238613106af0c8822 to your computer and use it in GitHub Desktop.
Save douglasmiranda/801d6089148911e238613106af0c8822 to your computer and use it in GitHub Desktop.
Solution: OSX - Reduced Transparency after crashing / restarting
# Go to the terminal, type:
defaults read com.apple.universalaccess reduceTransparency
# If it returns 1, set false and reboot. Type:
defaults write com.apple.universalaccess reduceTransparency -bool FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment