diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-03-10 11:53:30 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-03-10 11:53:30 +0100 |
commit | 16af83ec1b1358de237500a5bef8062ca637aadc (patch) | |
tree | 70ac6d09a9351404477b525588d05a8e8eeb93af | |
parent | 34c0806de1306610d0645a734563e680ada3ce9c (diff) | |
download | dotfiles-16af83ec1b1358de237500a5bef8062ca637aadc.tar.gz dotfiles-16af83ec1b1358de237500a5bef8062ca637aadc.tar.bz2 dotfiles-16af83ec1b1358de237500a5bef8062ca637aadc.zip |
.osx: Set highlight color to orange
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ defaults write com.apple.menuextra.battery ShowTime -string "YES" # Menu bar: hide the useless Time Machine and Volume icons defaults write com.apple.systemuiserver menuExtras -array "/System/Library/CoreServices/Menu Extras/Bluetooth.menu" "/System/Library/CoreServices/Menu Extras/AirPort.menu" "/System/Library/CoreServices/Menu Extras/Battery.menu" "/System/Library/CoreServices/Menu Extras/Clock.menu" +# Set highlight color to orange +defaults write NSGlobalDomain AppleHighlightColor -string '0.764700 0.976500 0.568600' + # Always show scrollbars defaults write NSGlobalDomain AppleShowScrollBars -string "Always" |