Skip to content

Instantly share code, notes, and snippets.

@Jpunt
Created December 30, 2012 11:35
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 Jpunt/4412419 to your computer and use it in GitHub Desktop.
Save Jpunt/4412419 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>TestConsoleTheme</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#FFFFFF</string>
<key>caret</key>
<string>#000000</string>
<key>foreground</key>
<string>#000000</string>
<key>invisibles</key>
<string>#E0E0E0</string>
<key>lineHighlight</key>
<string>#A5A5A526</string>
<key>selection</key>
<string>#C2E8FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.pass</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#61862F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.error</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F93232</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.fail</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F93232</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.cucumber</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F9F2CE</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.skipped</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#626FC9</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.pending</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#BC670F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ADADAD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Test</string>
<key>scope</key>
<string>test.hidden_comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFFFFF</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>72174d10-bb12-11e0-962b-112233445577</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment