Skip to content

Instantly share code, notes, and snippets.

@katsuma
Last active August 29, 2015 14:27
Show Gist options
  • Save katsuma/8923548c8b03d7ac50c4 to your computer and use it in GitHub Desktop.
Save katsuma/8923548c8b03d7ac50c4 to your computer and use it in GitHub Desktop.
var Keynote = Application("Keynote");
var theme = Keynote.themes.whose({name: "cookpad"}).first
var doc = Keynote.Document({documentTheme: theme});
Keynote.documents.push(doc); // Create a new document with specified theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment