views:

499

answers:

2

Hi!

I'd like the default theme of XCode but for TextMate.

Is there anyone who knows where I could find this?

Thanks!

+2  A: 

You could always just make it yourself, duplicate one of the textmate themes and then apply the font styles from Xcode to the textmate theme. It won't take too long and will let you fix the bits that you think are broken!

James Raybould
That's a nice idea! Do you know any good guides about creating a TextMate theme? Thanks!
Tom
Personally I'd just head into the textmate preferences fonts and colours, click on the drop-down scroll to the bottom, `Edit Theme List…` click on a theme and then click the ++ symbol - this'll create a duplicate that you can edit at your hearts desire
James Raybould
Great idea. Thanks :)
Tom
+1  A: 

I just created it, check it out at http://github.com/earcar/xcode-default.tmtheme

Carmine Paolino