diff --git a/.osx b/.osx
index fd462c7..f4da5e3 100644
--- a/.osx
+++ b/.osx
@@ -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