Skip to content

Commit

Permalink
Set Highlight and UI Appearance to Graphite
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle committed Dec 9, 2013
1 parent 195aa33 commit c9513e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ defaults write com.apple.systemuiserver menuExtras -array "/System/Library/CoreS

# Menu bar: Ensure clock is digital
defaults write com.apple.menuextra.clock IsAnalog -bool false
# Set highlight color to Graphite
defaults write NSGlobalDomain AppleHighlightColor -string "0.780400 0.815700 0.858800"

# Set highlight color to green
defaults write NSGlobalDomain AppleHighlightColor -string "0.764700 0.976500 0.568600"
# Set UI Chrome Appearance to Graphite
defaults write NSGlobalDomain AppleAquaColorVariant -int 6

# Set sidebar icon size to medium
defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2
Expand Down

0 comments on commit c9513e3

Please sign in to comment.