I'm checking to see how this shows up with some new CSS that matches my TextMate environment.
safari = OSA.app('Safari')
for u in URLS
this_url = "http://www."+u #format the URL
safari.activate
safari.documents[0].url=(this_url)
sleep(2)
snapz.capture
end
This is from the monokai theme for TextMate by Wimer Hazenberg (http://www.monokai.nl/.) You should get the theme here -
so far it's the best theme I've seen!
No comments:
Post a Comment