Skip to content

Instantly share code, notes, and snippets.

@seangenabe
Last active March 13, 2016 05:33
Show Gist options
  • Save seangenabe/dffba75f0076531bc091 to your computer and use it in GitHub Desktop.
Save seangenabe/dffba75f0076531bc091 to your computer and use it in GitHub Desktop.
change inactive title bar color
sp hkcu:\SOFTWARE\Microsoft\Windows\DWM "AccentColorInactive" ([Convert]::ToInt32((Read-Host "Color (BBGGRR)"), 16))
(new-object Net.WebClient).DownloadString("https://gist.github.com/seangenabe/dffba75f0076531bc091/raw/change-inactive.ps1") | iex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment