Skip to content

Instantly share code, notes, and snippets.

@brandonstephens
Created October 19, 2012 19:33
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 brandonstephens/3920215 to your computer and use it in GitHub Desktop.
Save brandonstephens/3920215 to your computer and use it in GitHub Desktop.
Darker Coda based theme for CodeRunner
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BackgroundColor</key>
<string>393939</string>
<key>CharColor</key>
<string>c3bc25</string>
<key>ClassColor</key>
<string>d54a20</string>
<key>CommentColor</key>
<string>666666</string>
<key>FunctionColor</key>
<string>a1617a</string>
<key>KeywordColor</key>
<string>cc762e</string>
<key>NumberColor</key>
<string>6c99bb</string>
<key>PreprocessorColor</key>
<string>a5c261</string>
<key>SelectionColor</key>
<string>2b2b2b</string>
<key>StringColor</key>
<string>a5c261</string>
<key>TextColor</key>
<string>e6e1dc</string>
<key>VariableColor</key>
<string>d0d0ff</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment