Clarify Transparency title

This commit is contained in:
Marcel Bischoff 2015-10-18 22:19:49 +02:00
parent 1dabc11198
commit 22ed75b8d7

View File

@ -87,12 +87,12 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
### Transparency ### Transparency
#### Disable Transparency in Menu and Windows #### Reduce Transparency in Menu and Windows
```bash ```bash
defaults write com.apple.universalaccess reduceTransparency -bool true defaults write com.apple.universalaccess reduceTransparency -bool true
``` ```
#### Enable Transparency in Menu and Windows #### Restore Default Transparency in Menu and Windows
```bash ```bash
defaults write com.apple.universalaccess reduceTransparency -bool false defaults write com.apple.universalaccess reduceTransparency -bool false
``` ```