Skip to content

Instantly share code, notes, and snippets.

@spencerdodd
Created July 28, 2018 17:36
Show Gist options
  • Save spencerdodd/8fe2c1f19245ca6b9f5de8c53c71c67f to your computer and use it in GitHub Desktop.
Save spencerdodd/8fe2c1f19245ca6b9f5de8c53c71c67f to your computer and use it in GitHub Desktop.
change iterm2 title bar color
$ echo -e "\033]6;1;bg;red;brightness;40\a"
$ echo -e "\033]6;1;bg;green;brightness;44\a"
$ echo -e "\033]6;1;bg;blue;brightness;52\a"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment