Skip to content

Instantly share code, notes, and snippets.

@nathany
Created December 15, 2010 20:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathany/742535 to your computer and use it in GitHub Desktop.
Save nathany/742535 to your computer and use it in GitHub Desktop.
Style your OS X terminal
-- osascript ~/styleterm.scpt 'Red Sands'
-- http://superuser.com/questions/187591/os-x-terminal-command-to-change-color-themes
on run argv
tell application "Terminal" to set current settings of selected tab of front window to first settings set whose name is (item 1 of argv)
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment