Choose one or both, it doesn't matter really.
Its actually pretty simple to use, well if you're familiar with the command line. You fire up the command line and navigate to where you downloaded the script, and run it from there.
C:\Intype\cmd and
click OK or hit the Enter key.
cd C:\Intype\.python intype.py "C:\path\to\textmate\theme.tmTheme" .exe), type the command: intype "C:\path\to\textmate\theme.tmTheme".
{
scope : 'source text'
title : 'Background Colour All'
settings : {
background : '#colour-here'
}
}
You can find the the theme's overall background colour at the top of theme.
title: 'Theme Name'
settings: [
{
settings : {
caret : '#00FF2A'
foreground : '#F8F8F8'
selection : '#FDFFD870'
invisibles : '#FFFFFF40'
line_highlight : '#FFFFFF30'
background : '#302B2A' <- This the background colour.
}
I'll try to figure out why this is, but for right now this is the fix (and it doesn't always work perfectly).
Here are some Textmate themes I've converted already
Here are some themes fixed up by Duncan Flock
Gotta give it where its due.
If you've any suggestions or have any problems, you can contact me at marioparris [at] gmail [dot] com or theboy [at] theboywhorawred.com . You can also leave a post on the Intype forums here.