Skip to content

Instantly share code, notes, and snippets.

View tursunovic's full-sized avatar

Damir Tursunovic tursunovic

View GitHub Profile
[
{
"id" : 1,
"name" : "Jessy Pinkman",
"email" : "[email protected]",
"company" : "Los Pollos Hermanos"
},
{
"id" : 2,
"name" : "Gustavo Frink",
@tursunovic
tursunovic / Flat.dvtcolortheme
Last active December 17, 2015 00:29
Flat UI inspired theme for Xcode. Ported from http://toychesttheme.com.
<?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.212201 0.768277 0.395397 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>SourceCodePro-Medium - 14.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0.212201 0.768277 0.395397 1</string>