Skip to content
Subway SeatSubway SeatSubway Seat
← All ports

Editors

Xcode

Source editor, console and rendered documentation colors in SF Mono, with comments in italic. Change the font size in Xcode's Themes settings; the colors stay. Xcode remembers the theme you pick separately for light and dark mode, so it can follow the system.

Showing WalnutTunnelEnamelMoquetteDeep LevelPortlandGuimardCatacombesCarrelage. Switch flavors with the bullets up top.

Xcode Report a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this portReport a problem with this port

The quick way

The installer sets it up for you, then tells you the one thing it can't do. More ways to install

curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor walnut --only xcode
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor tunnel --only xcode
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor enamel --only xcode
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor moquette --only xcode
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor deep --only xcode
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor portland --only xcode
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor guimard --only xcode
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor catacombes --only xcode
curl -fsSL https://oddurs.github.io/subway-seat/install.sh | sh -s -- --flavor carrelage --only xcode

Turn it on

In Terminal, then Xcode › Settings… › Themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp "Subway Seat.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
# restart Xcode, then pick Subway Seat under Settings › Themes
In Terminal, then Xcode › Settings… › Themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp "Subway Seat Tunnel.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
# restart Xcode, then pick Subway Seat Tunnel under Settings › Themes
In Terminal, then Xcode › Settings… › Themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp "Subway Seat Enamel.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
# restart Xcode, then pick Subway Seat Enamel under Settings › Themes
In Terminal, then Xcode › Settings… › Themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp "London Moquette.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
# restart Xcode, then pick London Moquette under Settings › Themes
In Terminal, then Xcode › Settings… › Themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp "London Deep Level.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
# restart Xcode, then pick London Deep Level under Settings › Themes
In Terminal, then Xcode › Settings… › Themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp "London Portland.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
# restart Xcode, then pick London Portland under Settings › Themes
In Terminal, then Xcode › Settings… › Themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp "Paris Guimard.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
# restart Xcode, then pick Paris Guimard under Settings › Themes
In Terminal, then Xcode › Settings… › Themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp "Paris Catacombes.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
# restart Xcode, then pick Paris Catacombes under Settings › Themes
In Terminal, then Xcode › Settings… › Themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp "Paris Carrelage.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
# restart Xcode, then pick Paris Carrelage under Settings › Themes

Follow light and dark

One setting that changes with your system’s light and dark mode, no switching by hand.

In Terminal, with Xcode closed (Xcode keeps one theme for light mode and one for dark)
defaults write com.apple.dt.Xcode XCFontAndColorCurrentTheme -string 'Subway Seat Enamel.xccolortheme'
defaults write com.apple.dt.Xcode XCFontAndColorCurrentDarkTheme -string 'Subway Seat.xccolortheme'

The files

Subway Seat.xccolorthemesave as ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Subway Seat.xccolortheme
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<!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.929412 0.862745 0.737255 1</string>
	<key>DVTConsoleDebuggerInputTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleDebuggerOutputTextColor</key>
	<string>0.85098 0.776471 0.639216 1</string>
	<key>DVTConsoleDebuggerOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleDebuggerPromptTextColor</key>
	<string>0.92549 0.498039 0.192157 1</string>
	<key>DVTConsoleDebuggerPromptTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleExectuableInputTextColor</key>
	<string>0.929412 0.862745 0.737255 1</string>
	<key>DVTConsoleExectuableInputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleExectuableOutputTextColor</key>
	<string>0.929412 0.862745 0.737255 1</string>
	<key>DVTConsoleExectuableOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleTextBackgroundColor</key>
	<string>0.164706 0.113725 0.07451 1</string>
	<key>DVTConsoleTextInsertionPointColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTConsoleTextSelectionColor</key>
	<string>0.388235 0.286275 0.196078 1</string>
	<key>DVTDebuggerInstructionPointerColor</key>
	<string>0.678431 0.72549 0.337255 1</string>
	<key>DVTFontAndColorVersion</key>
	<integer>1</integer>
	<key>DVTLineSpacing</key>
	<real>1.1</real>
	<key>DVTMarkupTextBackgroundColor</key>
	<string>0.164706 0.113725 0.07451 1</string>
	<key>DVTMarkupTextBorderColor</key>
	<string>0.317647 0.231373 0.152941 1</string>
	<key>DVTMarkupTextCodeFont</key>
	<string>SFMono-Regular - 10.0</string>
	<key>DVTMarkupTextEmphasisColor</key>
	<string>0.929412 0.862745 0.737255 1</string>
	<key>DVTMarkupTextEmphasisFont</key>
	<string>.AppleSystemUIFontItalic - 10.0</string>
	<key>DVTMarkupTextInlineCodeColor</key>
	<string>0.678431 0.72549 0.337255 1</string>
	<key>DVTMarkupTextLinkColor</key>
	<string>0.498039 0.607843 0.682353 1</string>
	<key>DVTMarkupTextLinkFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextNormalColor</key>
	<string>0.929412 0.862745 0.737255 1</string>
	<key>DVTMarkupTextNormalFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextOtherHeadingColor</key>
	<string>0.85098 0.776471 0.639216 1</string>
	<key>DVTMarkupTextOtherHeadingFont</key>
	<string>.AppleSystemUIFont - 14.0</string>
	<key>DVTMarkupTextPrimaryHeadingColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTMarkupTextPrimaryHeadingFont</key>
	<string>.AppleSystemUIFont - 24.0</string>
	<key>DVTMarkupTextSecondaryHeadingColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTMarkupTextSecondaryHeadingFont</key>
	<string>.AppleSystemUIFont - 18.0</string>
	<key>DVTMarkupTextStrongColor</key>
	<string>0.972549 0.92549 0.831373 1</string>
	<key>DVTMarkupTextStrongFont</key>
	<string>.AppleSystemUIFontBold - 10.0</string>
	<key>DVTScrollbarMarkerAnalyzerColor</key>
	<string>0.498039 0.607843 0.682353 1</string>
	<key>DVTScrollbarMarkerBreakpointColor</key>
	<string>0.498039 0.607843 0.682353 1</string>
	<key>DVTScrollbarMarkerDiffColor</key>
	<string>0.588235 0.482353 0.360784 1</string>
	<key>DVTScrollbarMarkerDiffConflictColor</key>
	<string>0.92549 0.498039 0.192157 1</string>
	<key>DVTScrollbarMarkerErrorColor</key>
	<string>1 0.513725 0.45098 1</string>
	<key>DVTScrollbarMarkerRuntimeIssueColor</key>
	<string>0.956863 0.658824 0.494118 1</string>
	<key>DVTScrollbarMarkerWarningColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTSourceTextBackground</key>
	<string>0.211765 0.14902 0.098039 1</string>
	<key>DVTSourceTextBlockDimBackgroundColor</key>
	<string>0.12549 0.086275 0.054902 1</string>
	<key>DVTSourceTextCurrentLineHighlightColor</key>
	<string>0.262745 0.188235 0.121569 1</string>
	<key>DVTSourceTextInsertionPointColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTSourceTextInvisiblesColor</key>
	<string>0.317647 0.231373 0.152941 1</string>
	<key>DVTSourceTextSelectionColor</key>
	<string>0.388235 0.286275 0.196078 1</string>
	<key>DVTSourceTextSyntaxColors</key>
	<dict>
		<key>xcode.syntax.attribute</key>
		<string>0.956863 0.658824 0.494118 1</string>
		<key>xcode.syntax.character</key>
		<string>0.678431 0.72549 0.337255 1</string>
		<key>xcode.syntax.comment</key>
		<string>0.588235 0.482353 0.360784 1</string>
		<key>xcode.syntax.comment.doc</key>
		<string>0.588235 0.482353 0.360784 1</string>
		<key>xcode.syntax.comment.doc.keyword</key>
		<string>0.682353 0.584314 0.458824 1</string>
		<key>xcode.syntax.declaration.other</key>
		<string>0.952941 0.74902 0.270588 1</string>
		<key>xcode.syntax.declaration.type</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.class</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.class.system</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.constant</key>
		<string>1 0.513725 0.45098 1</string>
		<key>xcode.syntax.identifier.constant.system</key>
		<string>1 0.513725 0.45098 1</string>
		<key>xcode.syntax.identifier.function</key>
		<string>0.952941 0.74902 0.270588 1</string>
		<key>xcode.syntax.identifier.function.system</key>
		<string>0.952941 0.74902 0.270588 1</string>
		<key>xcode.syntax.identifier.macro</key>
		<string>0.956863 0.658824 0.494118 1</string>
		<key>xcode.syntax.identifier.macro.system</key>
		<string>0.956863 0.658824 0.494118 1</string>
		<key>xcode.syntax.identifier.type</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.type.system</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.variable</key>
		<string>0.85098 0.776471 0.639216 1</string>
		<key>xcode.syntax.identifier.variable.system</key>
		<string>0.85098 0.776471 0.639216 1</string>
		<key>xcode.syntax.keyword</key>
		<string>0.92549 0.498039 0.192157 1</string>
		<key>xcode.syntax.mark</key>
		<string>0.952941 0.74902 0.270588 1</string>
		<key>xcode.syntax.markup.code</key>
		<string>0.678431 0.72549 0.337255 1</string>
		<key>xcode.syntax.number</key>
		<string>1 0.513725 0.45098 1</string>
		<key>xcode.syntax.plain</key>
		<string>0.929412 0.862745 0.737255 1</string>
		<key>xcode.syntax.preprocessor</key>

Showing 150 of 235 lines.

Subway Seat Tunnel.xccolorthemesave as ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Subway Seat Tunnel.xccolortheme
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<!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.913725 0.847059 0.713725 1</string>
	<key>DVTConsoleDebuggerInputTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleDebuggerOutputTextColor</key>
	<string>0.839216 0.764706 0.627451 1</string>
	<key>DVTConsoleDebuggerOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleDebuggerPromptTextColor</key>
	<string>0.92549 0.498039 0.192157 1</string>
	<key>DVTConsoleDebuggerPromptTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleExectuableInputTextColor</key>
	<string>0.913725 0.847059 0.713725 1</string>
	<key>DVTConsoleExectuableInputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleExectuableOutputTextColor</key>
	<string>0.913725 0.847059 0.713725 1</string>
	<key>DVTConsoleExectuableOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleTextBackgroundColor</key>
	<string>0.105882 0.070588 0.039216 1</string>
	<key>DVTConsoleTextInsertionPointColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTConsoleTextSelectionColor</key>
	<string>0.309804 0.223529 0.152941 1</string>
	<key>DVTDebuggerInstructionPointerColor</key>
	<string>0.678431 0.72549 0.337255 1</string>
	<key>DVTFontAndColorVersion</key>
	<integer>1</integer>
	<key>DVTLineSpacing</key>
	<real>1.1</real>
	<key>DVTMarkupTextBackgroundColor</key>
	<string>0.105882 0.070588 0.039216 1</string>
	<key>DVTMarkupTextBorderColor</key>
	<string>0.239216 0.172549 0.113725 1</string>
	<key>DVTMarkupTextCodeFont</key>
	<string>SFMono-Regular - 10.0</string>
	<key>DVTMarkupTextEmphasisColor</key>
	<string>0.913725 0.847059 0.713725 1</string>
	<key>DVTMarkupTextEmphasisFont</key>
	<string>.AppleSystemUIFontItalic - 10.0</string>
	<key>DVTMarkupTextInlineCodeColor</key>
	<string>0.678431 0.72549 0.337255 1</string>
	<key>DVTMarkupTextLinkColor</key>
	<string>0.498039 0.607843 0.682353 1</string>
	<key>DVTMarkupTextLinkFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextNormalColor</key>
	<string>0.913725 0.847059 0.713725 1</string>
	<key>DVTMarkupTextNormalFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextOtherHeadingColor</key>
	<string>0.839216 0.764706 0.627451 1</string>
	<key>DVTMarkupTextOtherHeadingFont</key>
	<string>.AppleSystemUIFont - 14.0</string>
	<key>DVTMarkupTextPrimaryHeadingColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTMarkupTextPrimaryHeadingFont</key>
	<string>.AppleSystemUIFont - 24.0</string>
	<key>DVTMarkupTextSecondaryHeadingColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTMarkupTextSecondaryHeadingFont</key>
	<string>.AppleSystemUIFont - 18.0</string>
	<key>DVTMarkupTextStrongColor</key>
	<string>0.964706 0.917647 0.819608 1</string>
	<key>DVTMarkupTextStrongFont</key>
	<string>.AppleSystemUIFontBold - 10.0</string>
	<key>DVTScrollbarMarkerAnalyzerColor</key>
	<string>0.498039 0.607843 0.682353 1</string>
	<key>DVTScrollbarMarkerBreakpointColor</key>
	<string>0.498039 0.607843 0.682353 1</string>
	<key>DVTScrollbarMarkerDiffColor</key>
	<string>0.568627 0.466667 0.34902 1</string>
	<key>DVTScrollbarMarkerDiffConflictColor</key>
	<string>0.92549 0.498039 0.192157 1</string>
	<key>DVTScrollbarMarkerErrorColor</key>
	<string>1 0.513725 0.45098 1</string>
	<key>DVTScrollbarMarkerRuntimeIssueColor</key>
	<string>0.956863 0.658824 0.494118 1</string>
	<key>DVTScrollbarMarkerWarningColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTSourceTextBackground</key>
	<string>0.141176 0.094118 0.054902 1</string>
	<key>DVTSourceTextBlockDimBackgroundColor</key>
	<string>0.078431 0.05098 0.027451 1</string>
	<key>DVTSourceTextCurrentLineHighlightColor</key>
	<string>0.188235 0.129412 0.082353 1</string>
	<key>DVTSourceTextInsertionPointColor</key>
	<string>0.952941 0.74902 0.270588 1</string>
	<key>DVTSourceTextInvisiblesColor</key>
	<string>0.239216 0.172549 0.113725 1</string>
	<key>DVTSourceTextSelectionColor</key>
	<string>0.309804 0.223529 0.152941 1</string>
	<key>DVTSourceTextSyntaxColors</key>
	<dict>
		<key>xcode.syntax.attribute</key>
		<string>0.956863 0.658824 0.494118 1</string>
		<key>xcode.syntax.character</key>
		<string>0.678431 0.72549 0.337255 1</string>
		<key>xcode.syntax.comment</key>
		<string>0.568627 0.466667 0.34902 1</string>
		<key>xcode.syntax.comment.doc</key>
		<string>0.568627 0.466667 0.34902 1</string>
		<key>xcode.syntax.comment.doc.keyword</key>
		<string>0.666667 0.568627 0.443137 1</string>
		<key>xcode.syntax.declaration.other</key>
		<string>0.952941 0.74902 0.270588 1</string>
		<key>xcode.syntax.declaration.type</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.class</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.class.system</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.constant</key>
		<string>1 0.513725 0.45098 1</string>
		<key>xcode.syntax.identifier.constant.system</key>
		<string>1 0.513725 0.45098 1</string>
		<key>xcode.syntax.identifier.function</key>
		<string>0.952941 0.74902 0.270588 1</string>
		<key>xcode.syntax.identifier.function.system</key>
		<string>0.952941 0.74902 0.270588 1</string>
		<key>xcode.syntax.identifier.macro</key>
		<string>0.956863 0.658824 0.494118 1</string>
		<key>xcode.syntax.identifier.macro.system</key>
		<string>0.956863 0.658824 0.494118 1</string>
		<key>xcode.syntax.identifier.type</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.type.system</key>
		<string>0.52549 0.678431 0.584314 1</string>
		<key>xcode.syntax.identifier.variable</key>
		<string>0.839216 0.764706 0.627451 1</string>
		<key>xcode.syntax.identifier.variable.system</key>
		<string>0.839216 0.764706 0.627451 1</string>
		<key>xcode.syntax.keyword</key>
		<string>0.92549 0.498039 0.192157 1</string>
		<key>xcode.syntax.mark</key>
		<string>0.952941 0.74902 0.270588 1</string>
		<key>xcode.syntax.markup.code</key>
		<string>0.678431 0.72549 0.337255 1</string>
		<key>xcode.syntax.number</key>
		<string>1 0.513725 0.45098 1</string>
		<key>xcode.syntax.plain</key>
		<string>0.913725 0.847059 0.713725 1</string>
		<key>xcode.syntax.preprocessor</key>

Showing 150 of 235 lines.

Subway Seat Enamel.xccolorthemesave as ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Subway Seat Enamel.xccolortheme
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<!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.243137 0.172549 0.117647 1</string>
	<key>DVTConsoleDebuggerInputTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleDebuggerOutputTextColor</key>
	<string>0.329412 0.25098 0.184314 1</string>
	<key>DVTConsoleDebuggerOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleDebuggerPromptTextColor</key>
	<string>0.627451 0.282353 0 1</string>
	<key>DVTConsoleDebuggerPromptTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleExectuableInputTextColor</key>
	<string>0.243137 0.172549 0.117647 1</string>
	<key>DVTConsoleExectuableInputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleExectuableOutputTextColor</key>
	<string>0.243137 0.172549 0.117647 1</string>
	<key>DVTConsoleExectuableOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleTextBackgroundColor</key>
	<string>0.933333 0.894118 0.815686 1</string>
	<key>DVTConsoleTextInsertionPointColor</key>
	<string>0.627451 0.282353 0 1</string>
	<key>DVTConsoleTextSelectionColor</key>
	<string>0.796078 0.721569 0.596078 1</string>
	<key>DVTDebuggerInstructionPointerColor</key>
	<string>0.4 0.454902 0.058824 1</string>
	<key>DVTFontAndColorVersion</key>
	<integer>1</integer>
	<key>DVTLineSpacing</key>
	<real>1.1</real>
	<key>DVTMarkupTextBackgroundColor</key>
	<string>0.933333 0.894118 0.815686 1</string>
	<key>DVTMarkupTextBorderColor</key>
	<string>0.796078 0.721569 0.596078 1</string>
	<key>DVTMarkupTextCodeFont</key>
	<string>SFMono-Regular - 10.0</string>
	<key>DVTMarkupTextEmphasisColor</key>
	<string>0.243137 0.172549 0.117647 1</string>
	<key>DVTMarkupTextEmphasisFont</key>
	<string>.AppleSystemUIFontItalic - 10.0</string>
	<key>DVTMarkupTextInlineCodeColor</key>
	<string>0.4 0.454902 0.058824 1</string>
	<key>DVTMarkupTextLinkColor</key>
	<string>0.247059 0.392157 0.501961 1</string>
	<key>DVTMarkupTextLinkFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextNormalColor</key>
	<string>0.243137 0.172549 0.117647 1</string>
	<key>DVTMarkupTextNormalFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextOtherHeadingColor</key>
	<string>0.329412 0.25098 0.184314 1</string>
	<key>DVTMarkupTextOtherHeadingFont</key>
	<string>.AppleSystemUIFont - 14.0</string>
	<key>DVTMarkupTextPrimaryHeadingColor</key>
	<string>0.592157 0.4 0.031373 1</string>
	<key>DVTMarkupTextPrimaryHeadingFont</key>
	<string>.AppleSystemUIFont - 24.0</string>
	<key>DVTMarkupTextSecondaryHeadingColor</key>
	<string>0.592157 0.4 0.031373 1</string>
	<key>DVTMarkupTextSecondaryHeadingFont</key>
	<string>.AppleSystemUIFont - 18.0</string>
	<key>DVTMarkupTextStrongColor</key>
	<string>0.164706 0.113725 0.07451 1</string>
	<key>DVTMarkupTextStrongFont</key>
	<string>.AppleSystemUIFontBold - 10.0</string>
	<key>DVTScrollbarMarkerAnalyzerColor</key>
	<string>0.247059 0.392157 0.501961 1</string>
	<key>DVTScrollbarMarkerBreakpointColor</key>
	<string>0.247059 0.392157 0.501961 1</string>
	<key>DVTScrollbarMarkerDiffColor</key>
	<string>0.54902 0.447059 0.329412 1</string>
	<key>DVTScrollbarMarkerDiffConflictColor</key>
	<string>0.627451 0.282353 0 1</string>
	<key>DVTScrollbarMarkerErrorColor</key>
	<string>0.74902 0.258824 0.2 1</string>
	<key>DVTScrollbarMarkerRuntimeIssueColor</key>
	<string>0.517647 0.219608 0.066667 1</string>
	<key>DVTScrollbarMarkerWarningColor</key>
	<string>0.592157 0.4 0.031373 1</string>
	<key>DVTSourceTextBackground</key>
	<string>0.972549 0.937255 0.87451 1</string>
	<key>DVTSourceTextBlockDimBackgroundColor</key>
	<string>0.894118 0.847059 0.752941 1</string>
	<key>DVTSourceTextCurrentLineHighlightColor</key>
	<string>0.933333 0.894118 0.815686 1</string>
	<key>DVTSourceTextInsertionPointColor</key>
	<string>0.627451 0.282353 0 1</string>
	<key>DVTSourceTextInvisiblesColor</key>
	<string>0.796078 0.721569 0.596078 1</string>
	<key>DVTSourceTextSelectionColor</key>
	<string>0.796078 0.721569 0.596078 1</string>
	<key>DVTSourceTextSyntaxColors</key>
	<dict>
		<key>xcode.syntax.attribute</key>
		<string>0.517647 0.219608 0.066667 1</string>
		<key>xcode.syntax.character</key>
		<string>0.4 0.454902 0.058824 1</string>
		<key>xcode.syntax.comment</key>
		<string>0.54902 0.447059 0.329412 1</string>
		<key>xcode.syntax.comment.doc</key>
		<string>0.54902 0.447059 0.329412 1</string>
		<key>xcode.syntax.comment.doc.keyword</key>
		<string>0.45098 0.360784 0.266667 1</string>
		<key>xcode.syntax.declaration.other</key>
		<string>0.592157 0.4 0.031373 1</string>
		<key>xcode.syntax.declaration.type</key>
		<string>0.243137 0.443137 0.341176 1</string>
		<key>xcode.syntax.identifier.class</key>
		<string>0.243137 0.443137 0.341176 1</string>
		<key>xcode.syntax.identifier.class.system</key>
		<string>0.243137 0.443137 0.341176 1</string>
		<key>xcode.syntax.identifier.constant</key>
		<string>0.74902 0.258824 0.2 1</string>
		<key>xcode.syntax.identifier.constant.system</key>
		<string>0.74902 0.258824 0.2 1</string>
		<key>xcode.syntax.identifier.function</key>
		<string>0.592157 0.4 0.031373 1</string>
		<key>xcode.syntax.identifier.function.system</key>
		<string>0.592157 0.4 0.031373 1</string>
		<key>xcode.syntax.identifier.macro</key>
		<string>0.517647 0.219608 0.066667 1</string>
		<key>xcode.syntax.identifier.macro.system</key>
		<string>0.517647 0.219608 0.066667 1</string>
		<key>xcode.syntax.identifier.type</key>
		<string>0.243137 0.443137 0.341176 1</string>
		<key>xcode.syntax.identifier.type.system</key>
		<string>0.243137 0.443137 0.341176 1</string>
		<key>xcode.syntax.identifier.variable</key>
		<string>0.329412 0.25098 0.184314 1</string>
		<key>xcode.syntax.identifier.variable.system</key>
		<string>0.329412 0.25098 0.184314 1</string>
		<key>xcode.syntax.keyword</key>
		<string>0.627451 0.282353 0 1</string>
		<key>xcode.syntax.mark</key>
		<string>0.592157 0.4 0.031373 1</string>
		<key>xcode.syntax.markup.code</key>
		<string>0.4 0.454902 0.058824 1</string>
		<key>xcode.syntax.number</key>
		<string>0.74902 0.258824 0.2 1</string>
		<key>xcode.syntax.plain</key>
		<string>0.243137 0.172549 0.117647 1</string>
		<key>xcode.syntax.preprocessor</key>

Showing 150 of 235 lines.

London Moquette.xccolorthemesave as ~/Library/Developer/Xcode/UserData/FontAndColorThemes/London Moquette.xccolortheme
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<!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.847059 0.870588 0.917647 1</string>
	<key>DVTConsoleDebuggerInputTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleDebuggerOutputTextColor</key>
	<string>0.756863 0.788235 0.847059 1</string>
	<key>DVTConsoleDebuggerOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleDebuggerPromptTextColor</key>
	<string>0.870588 0.537255 0.27451 1</string>
	<key>DVTConsoleDebuggerPromptTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleExectuableInputTextColor</key>
	<string>0.847059 0.870588 0.917647 1</string>
	<key>DVTConsoleExectuableInputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleExectuableOutputTextColor</key>
	<string>0.847059 0.870588 0.917647 1</string>
	<key>DVTConsoleExectuableOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleTextBackgroundColor</key>
	<string>0.090196 0.12549 0.196078 1</string>
	<key>DVTConsoleTextInsertionPointColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTConsoleTextSelectionColor</key>
	<string>0.239216 0.309804 0.447059 1</string>
	<key>DVTDebuggerInstructionPointerColor</key>
	<string>0.466667 0.772549 0.505882 1</string>
	<key>DVTFontAndColorVersion</key>
	<integer>1</integer>
	<key>DVTLineSpacing</key>
	<real>1.1</real>
	<key>DVTMarkupTextBackgroundColor</key>
	<string>0.090196 0.12549 0.196078 1</string>
	<key>DVTMarkupTextBorderColor</key>
	<string>0.188235 0.247059 0.380392 1</string>
	<key>DVTMarkupTextCodeFont</key>
	<string>SFMono-Regular - 10.0</string>
	<key>DVTMarkupTextEmphasisColor</key>
	<string>0.847059 0.870588 0.917647 1</string>
	<key>DVTMarkupTextEmphasisFont</key>
	<string>.AppleSystemUIFontItalic - 10.0</string>
	<key>DVTMarkupTextInlineCodeColor</key>
	<string>0.466667 0.772549 0.505882 1</string>
	<key>DVTMarkupTextLinkColor</key>
	<string>0.458824 0.584314 0.854902 1</string>
	<key>DVTMarkupTextLinkFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextNormalColor</key>
	<string>0.847059 0.870588 0.917647 1</string>
	<key>DVTMarkupTextNormalFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextOtherHeadingColor</key>
	<string>0.756863 0.788235 0.847059 1</string>
	<key>DVTMarkupTextOtherHeadingFont</key>
	<string>.AppleSystemUIFont - 14.0</string>
	<key>DVTMarkupTextPrimaryHeadingColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTMarkupTextPrimaryHeadingFont</key>
	<string>.AppleSystemUIFont - 24.0</string>
	<key>DVTMarkupTextSecondaryHeadingColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTMarkupTextSecondaryHeadingFont</key>
	<string>.AppleSystemUIFont - 18.0</string>
	<key>DVTMarkupTextStrongColor</key>
	<string>0.913725 0.929412 0.960784 1</string>
	<key>DVTMarkupTextStrongFont</key>
	<string>.AppleSystemUIFontBold - 10.0</string>
	<key>DVTScrollbarMarkerAnalyzerColor</key>
	<string>0.458824 0.584314 0.854902 1</string>
	<key>DVTScrollbarMarkerBreakpointColor</key>
	<string>0.458824 0.584314 0.854902 1</string>
	<key>DVTScrollbarMarkerDiffColor</key>
	<string>0.45098 0.505882 0.611765 1</string>
	<key>DVTScrollbarMarkerDiffConflictColor</key>
	<string>0.870588 0.537255 0.27451 1</string>
	<key>DVTScrollbarMarkerErrorColor</key>
	<string>0.996078 0.517647 0.454902 1</string>
	<key>DVTScrollbarMarkerRuntimeIssueColor</key>
	<string>0.682353 0.619608 0.862745 1</string>
	<key>DVTScrollbarMarkerWarningColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTSourceTextBackground</key>
	<string>0.117647 0.160784 0.254902 1</string>
	<key>DVTSourceTextBlockDimBackgroundColor</key>
	<string>0.070588 0.094118 0.14902 1</string>
	<key>DVTSourceTextCurrentLineHighlightColor</key>
	<string>0.14902 0.203922 0.317647 1</string>
	<key>DVTSourceTextInsertionPointColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTSourceTextInvisiblesColor</key>
	<string>0.188235 0.247059 0.380392 1</string>
	<key>DVTSourceTextSelectionColor</key>
	<string>0.239216 0.309804 0.447059 1</string>
	<key>DVTSourceTextSyntaxColors</key>
	<dict>
		<key>xcode.syntax.attribute</key>
		<string>0.682353 0.619608 0.862745 1</string>
		<key>xcode.syntax.character</key>
		<string>0.466667 0.772549 0.505882 1</string>
		<key>xcode.syntax.comment</key>
		<string>0.45098 0.505882 0.611765 1</string>
		<key>xcode.syntax.comment.doc</key>
		<string>0.45098 0.505882 0.611765 1</string>
		<key>xcode.syntax.comment.doc.keyword</key>
		<string>0.560784 0.603922 0.690196 1</string>
		<key>xcode.syntax.declaration.other</key>
		<string>0.94902 0.752941 0.247059 1</string>
		<key>xcode.syntax.declaration.type</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.class</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.class.system</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.constant</key>
		<string>0.996078 0.517647 0.454902 1</string>
		<key>xcode.syntax.identifier.constant.system</key>
		<string>0.996078 0.517647 0.454902 1</string>
		<key>xcode.syntax.identifier.function</key>
		<string>0.94902 0.752941 0.247059 1</string>
		<key>xcode.syntax.identifier.function.system</key>
		<string>0.94902 0.752941 0.247059 1</string>
		<key>xcode.syntax.identifier.macro</key>
		<string>0.682353 0.619608 0.862745 1</string>
		<key>xcode.syntax.identifier.macro.system</key>
		<string>0.682353 0.619608 0.862745 1</string>
		<key>xcode.syntax.identifier.type</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.type.system</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.variable</key>
		<string>0.756863 0.788235 0.847059 1</string>
		<key>xcode.syntax.identifier.variable.system</key>
		<string>0.756863 0.788235 0.847059 1</string>
		<key>xcode.syntax.keyword</key>
		<string>0.870588 0.537255 0.27451 1</string>
		<key>xcode.syntax.mark</key>
		<string>0.94902 0.752941 0.247059 1</string>
		<key>xcode.syntax.markup.code</key>
		<string>0.466667 0.772549 0.505882 1</string>
		<key>xcode.syntax.number</key>
		<string>0.996078 0.517647 0.454902 1</string>
		<key>xcode.syntax.plain</key>
		<string>0.847059 0.870588 0.917647 1</string>
		<key>xcode.syntax.preprocessor</key>

Showing 150 of 235 lines.

London Deep Level.xccolorthemesave as ~/Library/Developer/Xcode/UserData/FontAndColorThemes/London Deep Level.xccolortheme
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<!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.831373 0.854902 0.905882 1</string>
	<key>DVTConsoleDebuggerInputTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleDebuggerOutputTextColor</key>
	<string>0.745098 0.776471 0.835294 1</string>
	<key>DVTConsoleDebuggerOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleDebuggerPromptTextColor</key>
	<string>0.870588 0.537255 0.27451 1</string>
	<key>DVTConsoleDebuggerPromptTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleExectuableInputTextColor</key>
	<string>0.831373 0.854902 0.905882 1</string>
	<key>DVTConsoleExectuableInputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleExectuableOutputTextColor</key>
	<string>0.831373 0.854902 0.905882 1</string>
	<key>DVTConsoleExectuableOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleTextBackgroundColor</key>
	<string>0.05098 0.078431 0.129412 1</string>
	<key>DVTConsoleTextInsertionPointColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTConsoleTextSelectionColor</key>
	<string>0.188235 0.243137 0.356863 1</string>
	<key>DVTDebuggerInstructionPointerColor</key>
	<string>0.466667 0.772549 0.505882 1</string>
	<key>DVTFontAndColorVersion</key>
	<integer>1</integer>
	<key>DVTLineSpacing</key>
	<real>1.1</real>
	<key>DVTMarkupTextBackgroundColor</key>
	<string>0.05098 0.078431 0.129412 1</string>
	<key>DVTMarkupTextBorderColor</key>
	<string>0.137255 0.184314 0.286275 1</string>
	<key>DVTMarkupTextCodeFont</key>
	<string>SFMono-Regular - 10.0</string>
	<key>DVTMarkupTextEmphasisColor</key>
	<string>0.831373 0.854902 0.905882 1</string>
	<key>DVTMarkupTextEmphasisFont</key>
	<string>.AppleSystemUIFontItalic - 10.0</string>
	<key>DVTMarkupTextInlineCodeColor</key>
	<string>0.466667 0.772549 0.505882 1</string>
	<key>DVTMarkupTextLinkColor</key>
	<string>0.458824 0.584314 0.854902 1</string>
	<key>DVTMarkupTextLinkFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextNormalColor</key>
	<string>0.831373 0.854902 0.905882 1</string>
	<key>DVTMarkupTextNormalFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextOtherHeadingColor</key>
	<string>0.745098 0.776471 0.835294 1</string>
	<key>DVTMarkupTextOtherHeadingFont</key>
	<string>.AppleSystemUIFont - 14.0</string>
	<key>DVTMarkupTextPrimaryHeadingColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTMarkupTextPrimaryHeadingFont</key>
	<string>.AppleSystemUIFont - 24.0</string>
	<key>DVTMarkupTextSecondaryHeadingColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTMarkupTextSecondaryHeadingFont</key>
	<string>.AppleSystemUIFont - 18.0</string>
	<key>DVTMarkupTextStrongColor</key>
	<string>0.905882 0.921569 0.952941 1</string>
	<key>DVTMarkupTextStrongFont</key>
	<string>.AppleSystemUIFontBold - 10.0</string>
	<key>DVTScrollbarMarkerAnalyzerColor</key>
	<string>0.458824 0.584314 0.854902 1</string>
	<key>DVTScrollbarMarkerBreakpointColor</key>
	<string>0.458824 0.584314 0.854902 1</string>
	<key>DVTScrollbarMarkerDiffColor</key>
	<string>0.435294 0.486275 0.592157 1</string>
	<key>DVTScrollbarMarkerDiffConflictColor</key>
	<string>0.870588 0.537255 0.27451 1</string>
	<key>DVTScrollbarMarkerErrorColor</key>
	<string>0.996078 0.517647 0.454902 1</string>
	<key>DVTScrollbarMarkerRuntimeIssueColor</key>
	<string>0.682353 0.619608 0.862745 1</string>
	<key>DVTScrollbarMarkerWarningColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTSourceTextBackground</key>
	<string>0.070588 0.101961 0.176471 1</string>
	<key>DVTSourceTextBlockDimBackgroundColor</key>
	<string>0.039216 0.054902 0.094118 1</string>
	<key>DVTSourceTextCurrentLineHighlightColor</key>
	<string>0.101961 0.141176 0.227451 1</string>
	<key>DVTSourceTextInsertionPointColor</key>
	<string>0.94902 0.752941 0.247059 1</string>
	<key>DVTSourceTextInvisiblesColor</key>
	<string>0.137255 0.184314 0.286275 1</string>
	<key>DVTSourceTextSelectionColor</key>
	<string>0.188235 0.243137 0.356863 1</string>
	<key>DVTSourceTextSyntaxColors</key>
	<dict>
		<key>xcode.syntax.attribute</key>
		<string>0.682353 0.619608 0.862745 1</string>
		<key>xcode.syntax.character</key>
		<string>0.466667 0.772549 0.505882 1</string>
		<key>xcode.syntax.comment</key>
		<string>0.435294 0.486275 0.592157 1</string>
		<key>xcode.syntax.comment.doc</key>
		<string>0.435294 0.486275 0.592157 1</string>
		<key>xcode.syntax.comment.doc.keyword</key>
		<string>0.545098 0.588235 0.67451 1</string>
		<key>xcode.syntax.declaration.other</key>
		<string>0.94902 0.752941 0.247059 1</string>
		<key>xcode.syntax.declaration.type</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.class</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.class.system</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.constant</key>
		<string>0.996078 0.517647 0.454902 1</string>
		<key>xcode.syntax.identifier.constant.system</key>
		<string>0.996078 0.517647 0.454902 1</string>
		<key>xcode.syntax.identifier.function</key>
		<string>0.94902 0.752941 0.247059 1</string>
		<key>xcode.syntax.identifier.function.system</key>
		<string>0.94902 0.752941 0.247059 1</string>
		<key>xcode.syntax.identifier.macro</key>
		<string>0.682353 0.619608 0.862745 1</string>
		<key>xcode.syntax.identifier.macro.system</key>
		<string>0.682353 0.619608 0.862745 1</string>
		<key>xcode.syntax.identifier.type</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.type.system</key>
		<string>0.329412 0.705882 0.709804 1</string>
		<key>xcode.syntax.identifier.variable</key>
		<string>0.745098 0.776471 0.835294 1</string>
		<key>xcode.syntax.identifier.variable.system</key>
		<string>0.745098 0.776471 0.835294 1</string>
		<key>xcode.syntax.keyword</key>
		<string>0.870588 0.537255 0.27451 1</string>
		<key>xcode.syntax.mark</key>
		<string>0.94902 0.752941 0.247059 1</string>
		<key>xcode.syntax.markup.code</key>
		<string>0.466667 0.772549 0.505882 1</string>
		<key>xcode.syntax.number</key>
		<string>0.996078 0.517647 0.454902 1</string>
		<key>xcode.syntax.plain</key>
		<string>0.831373 0.854902 0.905882 1</string>
		<key>xcode.syntax.preprocessor</key>

Showing 150 of 235 lines.

London Portland.xccolorthemesave as ~/Library/Developer/Xcode/UserData/FontAndColorThemes/London Portland.xccolortheme
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<!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.160784 0.188235 0.25098 1</string>
	<key>DVTConsoleDebuggerInputTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleDebuggerOutputTextColor</key>
	<string>0.235294 0.270588 0.341176 1</string>
	<key>DVTConsoleDebuggerOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleDebuggerPromptTextColor</key>
	<string>0.647059 0.262745 0 1</string>
	<key>DVTConsoleDebuggerPromptTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleExectuableInputTextColor</key>
	<string>0.160784 0.188235 0.25098 1</string>
	<key>DVTConsoleExectuableInputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleExectuableOutputTextColor</key>
	<string>0.160784 0.188235 0.25098 1</string>
	<key>DVTConsoleExectuableOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleTextBackgroundColor</key>
	<string>0.862745 0.898039 0.968627 1</string>
	<key>DVTConsoleTextInsertionPointColor</key>
	<string>0.647059 0.262745 0 1</string>
	<key>DVTConsoleTextSelectionColor</key>
	<string>0.658824 0.733333 0.886275 1</string>
	<key>DVTDebuggerInstructionPointerColor</key>
	<string>0.05098 0.505882 0.192157 1</string>
	<key>DVTFontAndColorVersion</key>
	<integer>1</integer>
	<key>DVTLineSpacing</key>
	<real>1.1</real>
	<key>DVTMarkupTextBackgroundColor</key>
	<string>0.862745 0.898039 0.968627 1</string>
	<key>DVTMarkupTextBorderColor</key>
	<string>0.658824 0.733333 0.886275 1</string>
	<key>DVTMarkupTextCodeFont</key>
	<string>SFMono-Regular - 10.0</string>
	<key>DVTMarkupTextEmphasisColor</key>
	<string>0.160784 0.188235 0.25098 1</string>
	<key>DVTMarkupTextEmphasisFont</key>
	<string>.AppleSystemUIFontItalic - 10.0</string>
	<key>DVTMarkupTextInlineCodeColor</key>
	<string>0.05098 0.505882 0.192157 1</string>
	<key>DVTMarkupTextLinkColor</key>
	<string>0 0.098039 0.658824 1</string>
	<key>DVTMarkupTextLinkFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextNormalColor</key>
	<string>0.160784 0.188235 0.25098 1</string>
	<key>DVTMarkupTextNormalFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextOtherHeadingColor</key>
	<string>0.235294 0.270588 0.341176 1</string>
	<key>DVTMarkupTextOtherHeadingFont</key>
	<string>.AppleSystemUIFont - 14.0</string>
	<key>DVTMarkupTextPrimaryHeadingColor</key>
	<string>0.552941 0.423529 0.031373 1</string>
	<key>DVTMarkupTextPrimaryHeadingFont</key>
	<string>.AppleSystemUIFont - 24.0</string>
	<key>DVTMarkupTextSecondaryHeadingColor</key>
	<string>0.552941 0.423529 0.031373 1</string>
	<key>DVTMarkupTextSecondaryHeadingFont</key>
	<string>.AppleSystemUIFont - 18.0</string>
	<key>DVTMarkupTextStrongColor</key>
	<string>0.105882 0.12549 0.168627 1</string>
	<key>DVTMarkupTextStrongFont</key>
	<string>.AppleSystemUIFontBold - 10.0</string>
	<key>DVTScrollbarMarkerAnalyzerColor</key>
	<string>0 0.098039 0.658824 1</string>
	<key>DVTScrollbarMarkerBreakpointColor</key>
	<string>0 0.098039 0.658824 1</string>
	<key>DVTScrollbarMarkerDiffColor</key>
	<string>0.411765 0.466667 0.580392 1</string>
	<key>DVTScrollbarMarkerDiffConflictColor</key>
	<string>0.647059 0.262745 0 1</string>
	<key>DVTScrollbarMarkerErrorColor</key>
	<string>0.8 0.180392 0.145098 1</string>
	<key>DVTScrollbarMarkerRuntimeIssueColor</key>
	<string>0.458824 0.372549 0.662745 1</string>
	<key>DVTScrollbarMarkerWarningColor</key>
	<string>0.552941 0.423529 0.031373 1</string>
	<key>DVTSourceTextBackground</key>
	<string>0.909804 0.941176 1 1</string>
	<key>DVTSourceTextBlockDimBackgroundColor</key>
	<string>0.8 0.854902 0.94902 1</string>
	<key>DVTSourceTextCurrentLineHighlightColor</key>
	<string>0.862745 0.898039 0.968627 1</string>
	<key>DVTSourceTextInsertionPointColor</key>
	<string>0.647059 0.262745 0 1</string>
	<key>DVTSourceTextInvisiblesColor</key>
	<string>0.658824 0.733333 0.886275 1</string>
	<key>DVTSourceTextSelectionColor</key>
	<string>0.658824 0.733333 0.886275 1</string>
	<key>DVTSourceTextSyntaxColors</key>
	<dict>
		<key>xcode.syntax.attribute</key>
		<string>0.458824 0.372549 0.662745 1</string>
		<key>xcode.syntax.character</key>
		<string>0.05098 0.505882 0.192157 1</string>
		<key>xcode.syntax.comment</key>
		<string>0.411765 0.466667 0.580392 1</string>
		<key>xcode.syntax.comment.doc</key>
		<string>0.411765 0.466667 0.580392 1</string>
		<key>xcode.syntax.comment.doc.keyword</key>
		<string>0.333333 0.380392 0.47451 1</string>
		<key>xcode.syntax.declaration.other</key>
		<string>0.552941 0.423529 0.031373 1</string>
		<key>xcode.syntax.declaration.type</key>
		<string>0 0.45098 0.462745 1</string>
		<key>xcode.syntax.identifier.class</key>
		<string>0 0.45098 0.462745 1</string>
		<key>xcode.syntax.identifier.class.system</key>
		<string>0 0.45098 0.462745 1</string>
		<key>xcode.syntax.identifier.constant</key>
		<string>0.8 0.180392 0.145098 1</string>
		<key>xcode.syntax.identifier.constant.system</key>
		<string>0.8 0.180392 0.145098 1</string>
		<key>xcode.syntax.identifier.function</key>
		<string>0.552941 0.423529 0.031373 1</string>
		<key>xcode.syntax.identifier.function.system</key>
		<string>0.552941 0.423529 0.031373 1</string>
		<key>xcode.syntax.identifier.macro</key>
		<string>0.458824 0.372549 0.662745 1</string>
		<key>xcode.syntax.identifier.macro.system</key>
		<string>0.458824 0.372549 0.662745 1</string>
		<key>xcode.syntax.identifier.type</key>
		<string>0 0.45098 0.462745 1</string>
		<key>xcode.syntax.identifier.type.system</key>
		<string>0 0.45098 0.462745 1</string>
		<key>xcode.syntax.identifier.variable</key>
		<string>0.235294 0.270588 0.341176 1</string>
		<key>xcode.syntax.identifier.variable.system</key>
		<string>0.235294 0.270588 0.341176 1</string>
		<key>xcode.syntax.keyword</key>
		<string>0.647059 0.262745 0 1</string>
		<key>xcode.syntax.mark</key>
		<string>0.552941 0.423529 0.031373 1</string>
		<key>xcode.syntax.markup.code</key>
		<string>0.05098 0.505882 0.192157 1</string>
		<key>xcode.syntax.number</key>
		<string>0.8 0.180392 0.145098 1</string>
		<key>xcode.syntax.plain</key>
		<string>0.160784 0.188235 0.25098 1</string>
		<key>xcode.syntax.preprocessor</key>

Showing 150 of 235 lines.

Paris Guimard.xccolorthemesave as ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Paris Guimard.xccolortheme
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<!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.85098 0.882353 0.858824 1</string>
	<key>DVTConsoleDebuggerInputTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleDebuggerOutputTextColor</key>
	<string>0.760784 0.796078 0.772549 1</string>
	<key>DVTConsoleDebuggerOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleDebuggerPromptTextColor</key>
	<string>0.792157 0.572549 0.270588 1</string>
	<key>DVTConsoleDebuggerPromptTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleExectuableInputTextColor</key>
	<string>0.85098 0.882353 0.858824 1</string>
	<key>DVTConsoleExectuableInputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleExectuableOutputTextColor</key>
	<string>0.85098 0.882353 0.858824 1</string>
	<key>DVTConsoleExectuableOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleTextBackgroundColor</key>
	<string>0.094118 0.141176 0.113725 1</string>
	<key>DVTConsoleTextInsertionPointColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTConsoleTextSelectionColor</key>
	<string>0.243137 0.333333 0.290196 1</string>
	<key>DVTDebuggerInstructionPointerColor</key>
	<string>0.439216 0.792157 0.662745 1</string>
	<key>DVTFontAndColorVersion</key>
	<integer>1</integer>
	<key>DVTLineSpacing</key>
	<real>1.1</real>
	<key>DVTMarkupTextBackgroundColor</key>
	<string>0.094118 0.141176 0.113725 1</string>
	<key>DVTMarkupTextBorderColor</key>
	<string>0.188235 0.27451 0.231373 1</string>
	<key>DVTMarkupTextCodeFont</key>
	<string>SFMono-Regular - 10.0</string>
	<key>DVTMarkupTextEmphasisColor</key>
	<string>0.85098 0.882353 0.858824 1</string>
	<key>DVTMarkupTextEmphasisFont</key>
	<string>.AppleSystemUIFontItalic - 10.0</string>
	<key>DVTMarkupTextInlineCodeColor</key>
	<string>0.439216 0.792157 0.662745 1</string>
	<key>DVTMarkupTextLinkColor</key>
	<string>0.439216 0.607843 0.784314 1</string>
	<key>DVTMarkupTextLinkFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextNormalColor</key>
	<string>0.85098 0.882353 0.858824 1</string>
	<key>DVTMarkupTextNormalFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextOtherHeadingColor</key>
	<string>0.760784 0.796078 0.772549 1</string>
	<key>DVTMarkupTextOtherHeadingFont</key>
	<string>.AppleSystemUIFont - 14.0</string>
	<key>DVTMarkupTextPrimaryHeadingColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTMarkupTextPrimaryHeadingFont</key>
	<string>.AppleSystemUIFont - 24.0</string>
	<key>DVTMarkupTextSecondaryHeadingColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTMarkupTextSecondaryHeadingFont</key>
	<string>.AppleSystemUIFont - 18.0</string>
	<key>DVTMarkupTextStrongColor</key>
	<string>0.913725 0.933333 0.92549 1</string>
	<key>DVTMarkupTextStrongFont</key>
	<string>.AppleSystemUIFontBold - 10.0</string>
	<key>DVTScrollbarMarkerAnalyzerColor</key>
	<string>0.439216 0.607843 0.784314 1</string>
	<key>DVTScrollbarMarkerBreakpointColor</key>
	<string>0.439216 0.607843 0.784314 1</string>
	<key>DVTScrollbarMarkerDiffColor</key>
	<string>0.454902 0.521569 0.486275 1</string>
	<key>DVTScrollbarMarkerDiffConflictColor</key>
	<string>0.792157 0.572549 0.270588 1</string>
	<key>DVTScrollbarMarkerErrorColor</key>
	<string>0.905882 0.529412 0.482353 1</string>
	<key>DVTScrollbarMarkerRuntimeIssueColor</key>
	<string>0.980392 0.705882 0.611765 1</string>
	<key>DVTScrollbarMarkerWarningColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTSourceTextBackground</key>
	<string>0.117647 0.180392 0.14902 1</string>
	<key>DVTSourceTextBlockDimBackgroundColor</key>
	<string>0.07451 0.101961 0.090196 1</string>
	<key>DVTSourceTextCurrentLineHighlightColor</key>
	<string>0.14902 0.223529 0.188235 1</string>
	<key>DVTSourceTextInsertionPointColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTSourceTextInvisiblesColor</key>
	<string>0.188235 0.27451 0.231373 1</string>
	<key>DVTSourceTextSelectionColor</key>
	<string>0.243137 0.333333 0.290196 1</string>
	<key>DVTSourceTextSyntaxColors</key>
	<dict>
		<key>xcode.syntax.attribute</key>
		<string>0.980392 0.705882 0.611765 1</string>
		<key>xcode.syntax.character</key>
		<string>0.439216 0.792157 0.662745 1</string>
		<key>xcode.syntax.comment</key>
		<string>0.454902 0.521569 0.486275 1</string>
		<key>xcode.syntax.comment.doc</key>
		<string>0.454902 0.521569 0.486275 1</string>
		<key>xcode.syntax.comment.doc.keyword</key>
		<string>0.564706 0.619608 0.588235 1</string>
		<key>xcode.syntax.declaration.other</key>
		<string>0.945098 0.74902 0.294118 1</string>
		<key>xcode.syntax.declaration.type</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.class</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.class.system</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.constant</key>
		<string>0.905882 0.529412 0.482353 1</string>
		<key>xcode.syntax.identifier.constant.system</key>
		<string>0.905882 0.529412 0.482353 1</string>
		<key>xcode.syntax.identifier.function</key>
		<string>0.945098 0.74902 0.294118 1</string>
		<key>xcode.syntax.identifier.function.system</key>
		<string>0.945098 0.74902 0.294118 1</string>
		<key>xcode.syntax.identifier.macro</key>
		<string>0.980392 0.705882 0.611765 1</string>
		<key>xcode.syntax.identifier.macro.system</key>
		<string>0.980392 0.705882 0.611765 1</string>
		<key>xcode.syntax.identifier.type</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.type.system</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.variable</key>
		<string>0.760784 0.796078 0.772549 1</string>
		<key>xcode.syntax.identifier.variable.system</key>
		<string>0.760784 0.796078 0.772549 1</string>
		<key>xcode.syntax.keyword</key>
		<string>0.792157 0.572549 0.270588 1</string>
		<key>xcode.syntax.mark</key>
		<string>0.945098 0.74902 0.294118 1</string>
		<key>xcode.syntax.markup.code</key>
		<string>0.439216 0.792157 0.662745 1</string>
		<key>xcode.syntax.number</key>
		<string>0.905882 0.529412 0.482353 1</string>
		<key>xcode.syntax.plain</key>
		<string>0.85098 0.882353 0.858824 1</string>
		<key>xcode.syntax.preprocessor</key>

Showing 150 of 235 lines.

Paris Catacombes.xccolorthemesave as ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Paris Catacombes.xccolortheme
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<!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.831373 0.866667 0.843137 1</string>
	<key>DVTConsoleDebuggerInputTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleDebuggerOutputTextColor</key>
	<string>0.74902 0.784314 0.760784 1</string>
	<key>DVTConsoleDebuggerOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleDebuggerPromptTextColor</key>
	<string>0.792157 0.572549 0.270588 1</string>
	<key>DVTConsoleDebuggerPromptTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleExectuableInputTextColor</key>
	<string>0.831373 0.866667 0.843137 1</string>
	<key>DVTConsoleExectuableInputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleExectuableOutputTextColor</key>
	<string>0.831373 0.866667 0.843137 1</string>
	<key>DVTConsoleExectuableOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleTextBackgroundColor</key>
	<string>0.05098 0.090196 0.066667 1</string>
	<key>DVTConsoleTextInsertionPointColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTConsoleTextSelectionColor</key>
	<string>0.192157 0.262745 0.227451 1</string>
	<key>DVTDebuggerInstructionPointerColor</key>
	<string>0.439216 0.792157 0.662745 1</string>
	<key>DVTFontAndColorVersion</key>
	<integer>1</integer>
	<key>DVTLineSpacing</key>
	<real>1.1</real>
	<key>DVTMarkupTextBackgroundColor</key>
	<string>0.05098 0.090196 0.066667 1</string>
	<key>DVTMarkupTextBorderColor</key>
	<string>0.141176 0.203922 0.172549 1</string>
	<key>DVTMarkupTextCodeFont</key>
	<string>SFMono-Regular - 10.0</string>
	<key>DVTMarkupTextEmphasisColor</key>
	<string>0.831373 0.866667 0.843137 1</string>
	<key>DVTMarkupTextEmphasisFont</key>
	<string>.AppleSystemUIFontItalic - 10.0</string>
	<key>DVTMarkupTextInlineCodeColor</key>
	<string>0.439216 0.792157 0.662745 1</string>
	<key>DVTMarkupTextLinkColor</key>
	<string>0.439216 0.607843 0.784314 1</string>
	<key>DVTMarkupTextLinkFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextNormalColor</key>
	<string>0.831373 0.866667 0.843137 1</string>
	<key>DVTMarkupTextNormalFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextOtherHeadingColor</key>
	<string>0.74902 0.784314 0.760784 1</string>
	<key>DVTMarkupTextOtherHeadingFont</key>
	<string>.AppleSystemUIFont - 14.0</string>
	<key>DVTMarkupTextPrimaryHeadingColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTMarkupTextPrimaryHeadingFont</key>
	<string>.AppleSystemUIFont - 24.0</string>
	<key>DVTMarkupTextSecondaryHeadingColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTMarkupTextSecondaryHeadingFont</key>
	<string>.AppleSystemUIFont - 18.0</string>
	<key>DVTMarkupTextStrongColor</key>
	<string>0.905882 0.92549 0.917647 1</string>
	<key>DVTMarkupTextStrongFont</key>
	<string>.AppleSystemUIFontBold - 10.0</string>
	<key>DVTScrollbarMarkerAnalyzerColor</key>
	<string>0.439216 0.607843 0.784314 1</string>
	<key>DVTScrollbarMarkerBreakpointColor</key>
	<string>0.439216 0.607843 0.784314 1</string>
	<key>DVTScrollbarMarkerDiffColor</key>
	<string>0.439216 0.505882 0.470588 1</string>
	<key>DVTScrollbarMarkerDiffConflictColor</key>
	<string>0.792157 0.572549 0.270588 1</string>
	<key>DVTScrollbarMarkerErrorColor</key>
	<string>0.905882 0.529412 0.482353 1</string>
	<key>DVTScrollbarMarkerRuntimeIssueColor</key>
	<string>0.980392 0.705882 0.611765 1</string>
	<key>DVTScrollbarMarkerWarningColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTSourceTextBackground</key>
	<string>0.070588 0.117647 0.098039 1</string>
	<key>DVTSourceTextBlockDimBackgroundColor</key>
	<string>0.039216 0.062745 0.05098 1</string>
	<key>DVTSourceTextCurrentLineHighlightColor</key>
	<string>0.101961 0.160784 0.129412 1</string>
	<key>DVTSourceTextInsertionPointColor</key>
	<string>0.945098 0.74902 0.294118 1</string>
	<key>DVTSourceTextInvisiblesColor</key>
	<string>0.141176 0.203922 0.172549 1</string>
	<key>DVTSourceTextSelectionColor</key>
	<string>0.192157 0.262745 0.227451 1</string>
	<key>DVTSourceTextSyntaxColors</key>
	<dict>
		<key>xcode.syntax.attribute</key>
		<string>0.980392 0.705882 0.611765 1</string>
		<key>xcode.syntax.character</key>
		<string>0.439216 0.792157 0.662745 1</string>
		<key>xcode.syntax.comment</key>
		<string>0.439216 0.505882 0.470588 1</string>
		<key>xcode.syntax.comment.doc</key>
		<string>0.439216 0.505882 0.470588 1</string>
		<key>xcode.syntax.comment.doc.keyword</key>
		<string>0.54902 0.603922 0.572549 1</string>
		<key>xcode.syntax.declaration.other</key>
		<string>0.945098 0.74902 0.294118 1</string>
		<key>xcode.syntax.declaration.type</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.class</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.class.system</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.constant</key>
		<string>0.905882 0.529412 0.482353 1</string>
		<key>xcode.syntax.identifier.constant.system</key>
		<string>0.905882 0.529412 0.482353 1</string>
		<key>xcode.syntax.identifier.function</key>
		<string>0.945098 0.74902 0.294118 1</string>
		<key>xcode.syntax.identifier.function.system</key>
		<string>0.945098 0.74902 0.294118 1</string>
		<key>xcode.syntax.identifier.macro</key>
		<string>0.980392 0.705882 0.611765 1</string>
		<key>xcode.syntax.identifier.macro.system</key>
		<string>0.980392 0.705882 0.611765 1</string>
		<key>xcode.syntax.identifier.type</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.type.system</key>
		<string>0.329412 0.607843 0.623529 1</string>
		<key>xcode.syntax.identifier.variable</key>
		<string>0.74902 0.784314 0.760784 1</string>
		<key>xcode.syntax.identifier.variable.system</key>
		<string>0.74902 0.784314 0.760784 1</string>
		<key>xcode.syntax.keyword</key>
		<string>0.792157 0.572549 0.270588 1</string>
		<key>xcode.syntax.mark</key>
		<string>0.945098 0.74902 0.294118 1</string>
		<key>xcode.syntax.markup.code</key>
		<string>0.439216 0.792157 0.662745 1</string>
		<key>xcode.syntax.number</key>
		<string>0.905882 0.529412 0.482353 1</string>
		<key>xcode.syntax.plain</key>
		<string>0.831373 0.866667 0.843137 1</string>
		<key>xcode.syntax.preprocessor</key>

Showing 150 of 235 lines.

Paris Carrelage.xccolorthemesave as ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Paris Carrelage.xccolortheme
<?xml version="1.0" encoding="UTF-8"?>
<!-- Subway Seat — generated from palette.py by build.py. Edit the palette, not this file. -->
<!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.152941 0.203922 0.184314 1</string>
	<key>DVTConsoleDebuggerInputTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleDebuggerOutputTextColor</key>
	<string>0.231373 0.278431 0.258824 1</string>
	<key>DVTConsoleDebuggerOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleDebuggerPromptTextColor</key>
	<string>0.462745 0.298039 0 1</string>
	<key>DVTConsoleDebuggerPromptTextFont</key>
	<string>SFMono-Bold - 13.0</string>
	<key>DVTConsoleExectuableInputTextColor</key>
	<string>0.152941 0.203922 0.184314 1</string>
	<key>DVTConsoleExectuableInputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleExectuableOutputTextColor</key>
	<string>0.152941 0.203922 0.184314 1</string>
	<key>DVTConsoleExectuableOutputTextFont</key>
	<string>SFMono-Regular - 13.0</string>
	<key>DVTConsoleTextBackgroundColor</key>
	<string>0.882353 0.901961 0.898039 1</string>
	<key>DVTConsoleTextInsertionPointColor</key>
	<string>0.462745 0.298039 0 1</string>
	<key>DVTConsoleTextSelectionColor</key>
	<string>0.690196 0.74902 0.733333 1</string>
	<key>DVTDebuggerInstructionPointerColor</key>
	<string>0.129412 0.513725 0.4 1</string>
	<key>DVTFontAndColorVersion</key>
	<integer>1</integer>
	<key>DVTLineSpacing</key>
	<real>1.1</real>
	<key>DVTMarkupTextBackgroundColor</key>
	<string>0.882353 0.901961 0.898039 1</string>
	<key>DVTMarkupTextBorderColor</key>
	<string>0.690196 0.74902 0.733333 1</string>
	<key>DVTMarkupTextCodeFont</key>
	<string>SFMono-Regular - 10.0</string>
	<key>DVTMarkupTextEmphasisColor</key>
	<string>0.152941 0.203922 0.184314 1</string>
	<key>DVTMarkupTextEmphasisFont</key>
	<string>.AppleSystemUIFontItalic - 10.0</string>
	<key>DVTMarkupTextInlineCodeColor</key>
	<string>0.129412 0.513725 0.4 1</string>
	<key>DVTMarkupTextLinkColor</key>
	<string>0.145098 0.384314 0.607843 1</string>
	<key>DVTMarkupTextLinkFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextNormalColor</key>
	<string>0.152941 0.203922 0.184314 1</string>
	<key>DVTMarkupTextNormalFont</key>
	<string>.AppleSystemUIFont - 10.0</string>
	<key>DVTMarkupTextOtherHeadingColor</key>
	<string>0.231373 0.278431 0.258824 1</string>
	<key>DVTMarkupTextOtherHeadingFont</key>
	<string>.AppleSystemUIFont - 14.0</string>
	<key>DVTMarkupTextPrimaryHeadingColor</key>
	<string>0.568627 0.427451 0.027451 1</string>
	<key>DVTMarkupTextPrimaryHeadingFont</key>
	<string>.AppleSystemUIFont - 24.0</string>
	<key>DVTMarkupTextSecondaryHeadingColor</key>
	<string>0.568627 0.427451 0.027451 1</string>
	<key>DVTMarkupTextSecondaryHeadingFont</key>
	<string>.AppleSystemUIFont - 18.0</string>
	<key>DVTMarkupTextStrongColor</key>
	<string>0.098039 0.133333 0.117647 1</string>
	<key>DVTMarkupTextStrongFont</key>
	<string>.AppleSystemUIFontBold - 10.0</string>
	<key>DVTScrollbarMarkerAnalyzerColor</key>
	<string>0.145098 0.384314 0.607843 1</string>
	<key>DVTScrollbarMarkerBreakpointColor</key>
	<string>0.145098 0.384314 0.607843 1</string>
	<key>DVTScrollbarMarkerDiffColor</key>
	<string>0.423529 0.486275 0.462745 1</string>
	<key>DVTScrollbarMarkerDiffConflictColor</key>
	<string>0.462745 0.298039 0 1</string>
	<key>DVTScrollbarMarkerErrorColor</key>
	<string>0.67451 0.231373 0.196078 1</string>
	<key>DVTScrollbarMarkerRuntimeIssueColor</key>
	<string>0.701961 0.419608 0.317647 1</string>
	<key>DVTScrollbarMarkerWarningColor</key>
	<string>0.568627 0.427451 0.027451 1</string>
	<key>DVTSourceTextBackground</key>
	<string>0.933333 0.94902 0.945098 1</string>
	<key>DVTSourceTextBlockDimBackgroundColor</key>
	<string>0.835294 0.858824 0.854902 1</string>
	<key>DVTSourceTextCurrentLineHighlightColor</key>
	<string>0.882353 0.901961 0.898039 1</string>
	<key>DVTSourceTextInsertionPointColor</key>
	<string>0.462745 0.298039 0 1</string>
	<key>DVTSourceTextInvisiblesColor</key>
	<string>0.690196 0.74902 0.733333 1</string>
	<key>DVTSourceTextSelectionColor</key>
	<string>0.690196 0.74902 0.733333 1</string>
	<key>DVTSourceTextSyntaxColors</key>
	<dict>
		<key>xcode.syntax.attribute</key>
		<string>0.701961 0.419608 0.317647 1</string>
		<key>xcode.syntax.character</key>
		<string>0.129412 0.513725 0.4 1</string>
		<key>xcode.syntax.comment</key>
		<string>0.423529 0.486275 0.462745 1</string>
		<key>xcode.syntax.comment.doc</key>
		<string>0.423529 0.486275 0.462745 1</string>
		<key>xcode.syntax.comment.doc.keyword</key>
		<string>0.337255 0.392157 0.372549 1</string>
		<key>xcode.syntax.declaration.other</key>
		<string>0.568627 0.427451 0.027451 1</string>
		<key>xcode.syntax.declaration.type</key>
		<string>0 0.384314 0.403922 1</string>
		<key>xcode.syntax.identifier.class</key>
		<string>0 0.384314 0.403922 1</string>
		<key>xcode.syntax.identifier.class.system</key>
		<string>0 0.384314 0.403922 1</string>
		<key>xcode.syntax.identifier.constant</key>
		<string>0.67451 0.231373 0.196078 1</string>
		<key>xcode.syntax.identifier.constant.system</key>
		<string>0.67451 0.231373 0.196078 1</string>
		<key>xcode.syntax.identifier.function</key>
		<string>0.568627 0.427451 0.027451 1</string>
		<key>xcode.syntax.identifier.function.system</key>
		<string>0.568627 0.427451 0.027451 1</string>
		<key>xcode.syntax.identifier.macro</key>
		<string>0.701961 0.419608 0.317647 1</string>
		<key>xcode.syntax.identifier.macro.system</key>
		<string>0.701961 0.419608 0.317647 1</string>
		<key>xcode.syntax.identifier.type</key>
		<string>0 0.384314 0.403922 1</string>
		<key>xcode.syntax.identifier.type.system</key>
		<string>0 0.384314 0.403922 1</string>
		<key>xcode.syntax.identifier.variable</key>
		<string>0.231373 0.278431 0.258824 1</string>
		<key>xcode.syntax.identifier.variable.system</key>
		<string>0.231373 0.278431 0.258824 1</string>
		<key>xcode.syntax.keyword</key>
		<string>0.462745 0.298039 0 1</string>
		<key>xcode.syntax.mark</key>
		<string>0.568627 0.427451 0.027451 1</string>
		<key>xcode.syntax.markup.code</key>
		<string>0.129412 0.513725 0.4 1</string>
		<key>xcode.syntax.number</key>
		<string>0.67451 0.231373 0.196078 1</string>
		<key>xcode.syntax.plain</key>
		<string>0.152941 0.203922 0.184314 1</string>
		<key>xcode.syntax.preprocessor</key>

Showing 150 of 235 lines.