Skip to content

Instantly share code, notes, and snippets.

View Cform's full-sized avatar

Matt Greenwell Cform

  • Sr Engineering Manager @ BuzzFeed
  • Austin, TX
View GitHub Profile
@Cform
Cform / Calm.dvtcolortheme
Last active January 4, 2016 10:09
xCode Syntax Color Theme
<?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>DVTConsoleDebuggerInputTextColor</key>
<string>0.926 0.94 0.872263 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 11.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0.926 0.94 0.872263 1</string>
@Cform
Cform / Solarized Dark.dvtcolorheme
Last active December 29, 2016 20:29
Solarized
<?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>DVTConsoleDebuggerInputTextColor</key>
<string>0.859574 0.859574 0.859574 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 11.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0.508789 0.508789 0.508789 1</string>