Skip to content

Instantly share code, notes, and snippets.

@m4tm4t
Created January 27, 2013 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4tm4t/4649267 to your computer and use it in GitHub Desktop.
Save m4tm4t/4649267 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>#222222</string>
<key>caret</key>
<string>#F8F8F0</string>
<key>foreground</key>
<string>#F8F8F2</string>
<key>invisibles</key>
<string>#3B3A32</string>
<key>lineHighlight</key>
<string>#333333</string>
<key>selection</key>
<string>#555555</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>#A6E22E</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>#F92672</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>#F92672</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>#FFcc66</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>#FF915F</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>#E6DB74</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>#75715E</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>#222222</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