Skip to content

Instantly share code, notes, and snippets.

@tomhut
tomhut / Civic.dvtcolortheme
Created June 14, 2016 09:11
Xcode 7 version of the Civic theme from Xcode 8, place it in ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ and restart Xcode. You will first need to acquire the SF Mono font family.
<?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>1 1 1 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>SFMono-Bold - 11.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>1 1 1 1</string>